primus
primus copied to clipboard
Wine applications cannot run through primus
Wine version is 6.14-staging. Any attempt to run wine application (.exe files and wine built-in commands, such as winecfg
) through primus will fail. Output for these attempts:
> primusrun winecfg
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.14 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
006c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
006c:err:winediag:nodrv_CreateWindow Unknown error (998).
006c:err:systray:initialize_systray Could not create tray window
[1] 27288 killed primusrun winecfg
> primusrun wine start MultiMC.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.14 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
006c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
006c:err:winediag:nodrv_CreateWindow Unknown error (998).
006c:err:systray:initialize_systray Could not create tray window
^C^C^C^C00f0:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00f0, blocked by 00bc, retrying (60 sec)
00fc:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00fc, blocked by 002c, retrying (60 sec)
00f4:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00f4, blocked by 0034, retrying (60 sec)
010c:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 010c, blocked by 002c, retrying (60 sec)
0100:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0100, blocked by 00bc, retrying (60 sec)
0104:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0104, blocked by 0034, retrying (60 sec)
011c:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 011c, blocked by 00bc, retrying (60 sec)
0110:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0110, blocked by 002c, retrying (60 sec)
0114:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0114, blocked by 0034, retrying (60 sec)
0124:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0124, blocked by 00bc, retrying (60 sec)
0128:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0128, blocked by 0034, retrying (60 sec)
0120:err:sync:RtlpWaitForCriticalSection section 000000007BC65540 "../wine-staging/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0120, blocked by 002c, retrying (60 sec)
[1] 30509 killed primusrun wine start MultiMC.exe
Attempt to run MultiMC.exe without primusrun, and it's normally started, not blocked:
> wine start MultiMC.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.14 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0100:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0100:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0100:fixme:toolhelp:Heap32ListFirst : stub
0124:fixme:ver:GetCurrentPackageId (000000000011F620 0000000000000000): stub
0140:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
...