Unable to run wine on Manjaro Linux

Questions about Wine on Linux
Locked
RyderSJ
Newbie
Newbie
Posts: 2
Joined: Thu Jul 29, 2021 9:28 am

Unable to run wine on Manjaro Linux

Post by RyderSJ »

Have been trying to get Wine to work for a little over a week now on Manjaro with no luck. I need it to run a package called "grapejuice" which allows Roblox studio to be emulated on Linux via wine. I need to use this since the motherboard in my PC is dead and I can't use it until I get a replacement. The problem is, I can't get wine to launch anything at all. I've tried reinstalling wine, rebooting, updating my packages, deleting my .wine folder to get a new one with winecfg and this is what I get every time:

Code: Select all

wine: created the configuration directory '/home/rydersj/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0024:err:environ:run_wineboot boot event wait timed out
wine: could not load kernel32.dll, status c0000135
After this, any subsequent runs of winecfg outputs this:

Code: Select all

0058:err:environ:run_wineboot boot event wait timed out
wine: could not load kernel32.dll, status c0000135
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Unable to run wine on Manjaro Linux

Post by jkfloris »

Looks like bug 51210
Maybe you can give the developers more information about this problem, or you can use the tips from the other users.
RyderSJ
Newbie
Newbie
Posts: 2
Joined: Thu Jul 29, 2021 9:28 am

Re: Unable to run wine on Manjaro Linux

Post by RyderSJ »

jkfloris wrote: Fri Jul 30, 2021 5:25 pm Looks like bug 51210
Maybe you can give the developers more information about this problem, or you can use the tips from the other users.
What kind of information would be helpful?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Unable to run wine on Manjaro Linux

Post by jkfloris »

RyderSJ wrote: Fri Jul 30, 2021 9:59 pm What kind of information would be helpful?
Unfortunately, I don't know that either. Best to ask in the bug report.
Locked