https://bugs.winehq.org/show_bug.cgi?id=52009
Bug ID: 52009 Summary: Wine doesn't start on Manjaro Linux, even after reinstall Product: Wine Version: 6.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: miguelag2001@outlook.com Distribution: ---
I have the latest available version of Wine installed on Manjaro Stable. It worked for a little while, but now when I try to run anything with Wine, I get a ton of errors in the console, and no other output.
I have tried: * Deleting the `.wine` folder * Restarting my PC * Uninstalling and reinstalling wine
but nothing has let me even run winecfg.
Some unique things about my setup that could be causing issues:
* It's a laptop with a dual GPU (Intel integrated + NVIDIA 1650 Ti) * I have the proprietary NVIDIA driver installed
When I attempt to run `wine winecfg` I get the following output: ``` 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) wine: could not load kernel32.dll, status c0000135 ```
If it is the first time I've loaded a new installation, I get this output: ``` wine: created the configuration directory '/home/migue/.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) MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=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 ``` before my console locks up, and not even hitting Ctrl+C will kill it.
I attempted to run `sudo sysctl dev.i915.perf_stream_paranoid=0`, but all it did was greatly reduce performance when creating windows, with Wine still refusing to start (giving the same output).
I requested help on the Manjaro forums, but was directed here, so here I am.
Hopefully this issue can get resolved pretty soon :)