You are not logged in.

#1 2021-07-31 19:37:35

essence-of-foo
Member
Registered: 2008-07-12
Posts: 84

[SOLVED] Wine configuration never finishes

Wine was working fine, until recent updates. Now Wine tries to configure the wine-prefix, but that configuration never terminates.

Minimal example for reproduction:

mkdir /tmp/new-winedir
env WINEPREFIX=/tmp/new-winedir wineboot

(I have the same problem when my wineprefix is ~/.wine)

A window shows up that says "The Wine configuration in /tmp/new-winedir is being updated, please wait". And even after hours, it does not finish. The directory contains a lot of files but when I check for updates in any of the files, no files have changed to in the meantime. htop reports no significant CPU activity. There are also no other processes that keep my filesystem busy. And I have enough space.

Is there someone else who has the same problem?

Last edited by essence-of-foo (2021-08-03 19:38:10)

Offline

#2 2021-07-31 19:41:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Wine configuration never finishes

essence-of-foo wrote:

Is there someone else who has the same problem?

https://bbs.archlinux.org/viewtopic.php?id=268400


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2021-07-31 19:58:46

essence-of-foo
Member
Registered: 2008-07-12
Posts: 84

Re: [SOLVED] Wine configuration never finishes

Thanks! I searched for several terms like "terminate", "finish", "ends", but "hangs" wasn't something I thought of.

The other thread only has

EDIT: Somehow the problem fixed itself, I figure it was a problem with the video driver, I dont know really.

Which is still very unclear. But I'll try to look into video-related issues.

Offline

#4 2021-07-31 22:03:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,410

Re: [SOLVED] Wine configuration never finishes

There's also https://bbs.archlinux.org/viewtopic.php?id=268151 where the solution apparently was to install wine-mono/wine-gecko which are things you probably want to install for general compat anyway.

Online

#5 2021-08-01 10:29:21

essence-of-foo
Member
Registered: 2008-07-12
Posts: 84

Re: [SOLVED] Wine configuration never finishes

Thanks for pointing to that thread. But I have both packages (wine-mono/wine-gecko) already installed.

Just for completeness, this is the shell session:

$ export WINEPREFIX=/tmp/chaotic-lover
$ mkdir $WINEPREFIX
$ wineboot
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: Ivy Bridge Vulkan support is incomplete
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
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
0050:err:ole:start_rpcss Failed to open RpcSs service
0040:fixme:file:NtLockFile I/O completion on lock not implemented yet
0040:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:err:mscoree:LoadLibraryShim error reading registry key for installroot
0040:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0040: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

The last two lines seem to be the most interesting (they are printed after a delay). I have done a web search for these messages, but all solutions were like "it suddenly worked again". Maybe my problem will go away by itself as well...

Last edited by essence-of-foo (2021-08-01 10:29:48)

Offline

#6 2021-08-03 19:37:24

essence-of-foo
Member
Registered: 2008-07-12
Posts: 84

Re: [SOLVED] Wine configuration never finishes

Solved it in another thread.

Offline

Board footer

Powered by FluxBB