Stuck on create prefix

Questions about Wine on Linux
Locked
Aru Moon
Newbie
Newbie
Posts: 1
Joined: Thu Aug 26, 2021 7:36 pm

Stuck on create prefix

Post by Aru Moon »

Everytime after update of wine or using another WINEPREFIX I can't launch any apps via wine because it freezes on prefix setup.

This is a log:

Code: Select all

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)
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
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
0048:err:ole:start_rpcss Failed to open RpcSs service
0064:fixme:file:NtLockFile I/O completion on lock not implemented yet
0064:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:fixme:file:NtLockFile I/O completion on lock not implemented yet
006c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
006c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0064:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0064:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0024:err:environ:run_wineboot boot event wait timed out
wine: could not load kernel32.dll, status c0000135
After these error messages and crash wine keeps working with its prefix setup window and the only way I can fix it is only terminating all wine processes completely and then wine runs ok without prefix setup.

Wine version - 6.15
Distro: Latest Manjaro Linux
gardenapple
Newbie
Newbie
Posts: 2
Joined: Fri Aug 27, 2021 1:05 pm

Re: Stuck on create prefix

Post by gardenapple »

Same thing happens on Arch, this bug was reported here I think:

https://bugs.winehq.org/show_bug.cgi?id=51645

No solution yet, though.
gardenapple
Newbie
Newbie
Posts: 2
Joined: Fri Aug 27, 2021 1:05 pm

Re: Stuck on create prefix

Post by gardenapple »

Added a workaround to that bug report in case you still need it, maybe it helps
Locked