https://bugs.winehq.org/show_bug.cgi?id=53541
Bug ID: 53541 Summary: After upgrade from fedora 34 to 35, wine fails with "The explorer process failed to start." Product: Wine Version: 7.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: a_schapira@verizon.net Distribution: ---
Created attachment 72903 --> https://bugs.winehq.org/attachment.cgi?id=72903 Text file of wine failure error messages
After upgrading fedora from fc34 to fc35, wine fails to run anything, not even notepad.
uname[ads@ADS2 ~]$ uname -a Linux ADS2 5.18.16-100.fc35.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 4 02:06:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
[ads@ADS2 ~]$ wine --version wine-7.12 (Staging)
[ads@ADS2 ~]$ inxi -G Graphics: Device-1: Intel 82G33/G31 Express Integrated Graphics driver: i915 v: kernel Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: intel unloaded: fbdev,modesetting,vesa gpu: i915 resolution: 1280x1024~60Hz OpenGL: renderer: Mesa DRI Intel G33 v: 1.4 Mesa 21.3.9 [ads@ADS2 ~]$
https://bugs.winehq.org/show_bug.cgi?id=53541
--- Comment #1 from Al Schapira a_schapira@verizon.net --- Created attachment 72904 --> https://bugs.winehq.org/attachment.cgi?id=72904 Text output from WINEDEBUG=warn+all ./windows/notepad.exe
https://bugs.winehq.org/show_bug.cgi?id=53541
--- Comment #2 from Artem S. Tashkinov aros@gmx.com --- Something is broken on your side and it's not Wine's fault.
Either compile from sources version 7.17 or file a bug report against Fedora.
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora
(I'd close this bug report as INVALID).
https://bugs.winehq.org/show_bug.cgi?id=53541
--- Comment #3 from Al Schapira a_schapira@verizon.net --- Thank you. Yes, I have filed a bug report with fedora fc35. They were not helpful in getting wine to run.
1) I would like to know what the '??' in these messages means.
0034:warn:file:NtCreateFile L"\??\Z:\home" not found (1) 0034:warn:file:NtCreateFile L"\??\Z:\home\ads" not found (1) 0034:warn:file:NtCreateFile L"\??\Z:\home\ads\.local" not found (1) 0034:warn:file:NtCreateFile L"\??\Z:\home\ads\.local\share" not found (1) 0034:warn:file:NtCreateFile L"\??\Z:\home\ads\.local\share\mime" not found (1) 0034:warn:file:NtCreateFile L"\??\Z:\home\ads\.local\share\mime\packages" not found (1)
2) What about this sequence of messages? ... 00d4:warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode 00d4:warn:keyboard:X11DRV_InitKeyboard No more vkeys available! 00b8:warn:virtual:virtual_setup_exception exception outside of stack limits in thread 00b8 addr 0x7f2c128c75d6 stack 0x31e720 (0x20000-0x22000-0x220000) 00b8:warn:seh:dispatch_exception EXCEPTION_INT_DIVIDE_BY_ZERO exception (code=c0000094) raised 00b8:err:seh:call_stack_handlers invalid frame 000000000031E720 (0000000000022000-0000000000220000) 00b8:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception. 0034:warn:system:NtUserEnumDisplaySettings Invalid device name L"". ...
Do they shed any light on why wine won't run? Or what I have to do to fix it?
I have tried a clean WINEPREFIX, compared permissions with a working fc34 version, etc, etc, but can't get wine to run on fc35.
Additional info:
When I log in from a fc35 machine to a machine running fc34 remotely, using ssh -X, and run wine programs, THEY WORK and display correctly on the fc35 machine!! This includes notepad as well as other non-standard programs using graphics as well as text that work under fc34, but not under wine on fc35.
Thanks for any suggestions for what to check for to get wine running on my fc35 machine.