https://bugs.winehq.org/show_bug.cgi?id=45091
Bug ID: 45091 Summary: wineboot: first boot hangs forever Product: Wine Version: 3.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: comeon@getbackinthe.kitchen Distribution: ---
Created attachment 61260 --> https://bugs.winehq.org/attachment.cgi?id=61260 debug output
When I try to boot wine for the first time with no .wine folder, wine just hangs forever. When doing `winecfg' without a .wine folder, it waits for about 5 minutes before saying:
0009:err:process:__wine_kernel_init boot event wait timed out
and then opening the winecfg menu. Can't see drives with this error:
0015:err:winecfg:open_mountmgr failed to open mount manager err 2
Attached the gzipped output of `WINEDEBUG=warn+all,err+all,fixme+all wineboot -i', with no .wine folder.
https://bugs.winehq.org/show_bug.cgi?id=45091
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=45091
metafunk@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |metafunk@gmail.com
--- Comment #1 from metafunk@gmail.com --- Created attachment 61564 --> https://bugs.winehq.org/attachment.cgi?id=61564 macos debug log
https://bugs.winehq.org/show_bug.cgi?id=45091
--- Comment #2 from metafunk@gmail.com --- Also occurs on macOS (10.13.4), when running:
``` pushd $(mktemp -d) wget https://dl.winehq.org/wine-builds/macosx/pool/portable-winehq-stable-3.0.1-o... tar -xzf portable-winehq-stable-3.0.1-osx64.tar.gz WINEDEBUG=warn+all usr/bin/wineboot -i 2>&1 | tee wineboot-$(date +%s).log ```
opting to install both mono and gecko (both of which appear to install fine).
During the pause, the following wine processes are running:
``` 501 39752 1 0 10:00pm ?? 0:08.78 /private/var/folders/ml/3hynjc6s5v96y4k_wfy3gt6r0000gn/T/tmp.JLeatiGg/usr/lib/../bin/wineserver 501 39754 1 0 10:00pm ?? 0:00.43 C:\windows\system32\wineboot.exe --init 501 39756 1 0 10:00pm ?? 0:00.05 C:\windows\system32\services.exe 501 39760 1 0 10:00pm ?? 0:00.30 C:\windows\system32\explorer.exe /desktop 501 39773 1 0 10:01pm ?? 0:00.03 C:\windows\system32\winedevice.exe 501 39775 1 0 10:01pm ?? 0:00.87 C:\windows\syswow64\rundll32.exe setupapi,InstallHinfSection Wow64Install 128 \?\unix/private/var/folders/ml/3hynjc6s5v96y4k_wfy3gt6r0000gn/T/tmp.JLeatiGg/usr/lib64/../bin/../share/wine/wine.inf 501 39777 1 0 10:01pm ?? 0:00.44 C:\windows\system32\control.exe appwiz.cpl install_gecko 501 39746 39512 0 10:00pm ttys003 0:00.09 wineboot.exe -i ```
After the pause, the initial configuration dialog is still showing.
Attached is the debug log (`macos debug log`)
https://bugs.winehq.org/show_bug.cgi?id=45091
--- Comment #3 from metafunk@gmail.com --- Also, it feels like this and https://bugs.winehq.org/show_bug.cgi?id=44403 describe the same issue.
https://bugs.winehq.org/show_bug.cgi?id=45091
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?, download, | |source
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 9.7 or later?