https://bugs.winehq.org/show_bug.cgi?id=49665
Bug ID: 49665 Summary: Wine 5.14 won't start, but 5.12 - do! Product: Wine Version: 5.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: kilvador@gmail.com Distribution: ---
Created attachment 67905 --> https://bugs.winehq.org/attachment.cgi?id=67905 Errors on wineboot, wine and winecfg in 5.14 version.
Hello! Thanks for your great Work on WINE guys!
My Distro is Opensuse 15.1, AMD Ryzen 1500X, x64.
I was using 5.12 WINE from http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.1...
Some days ago updated to 5.14 and... WINE won't start (attached 5.14.txt file with console logs).
wineboot, winecfg, wine - the same error. Tried to remove prefix - same error.
Thought it is bug in Opensuse PKG, downloaded source from here, compiled - the same!
Downloaded 5.12 WINE sources from here, compiled - Everything WORKS!
Think it is important bug, I can give you a lot of information, just say what do you need?
BR
https://bugs.winehq.org/show_bug.cgi?id=49665
Kilvador kilvador@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kilvador@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=49665
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #1 from Austin English austinenglish@gmail.com --- Please run a regression test: https://wiki.winehq.org/Regression_Testing
https://bugs.winehq.org/show_bug.cgi?id=49665
--- Comment #2 from Kilvador kilvador@gmail.com --- Created attachment 67906 --> https://bugs.winehq.org/attachment.cgi?id=67906 Regression test
695bf7a64532fe9755f2a471ed9e420b9e08539f is the first bad commit commit 695bf7a64532fe9755f2a471ed9e420b9e08539f Author: Alexandre Julliard julliard@winehq.org Date: Sat Jul 4 19:07:22 2020 +0200
ntdll: Update working set limit also when loading a builtin dll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/unix/virtual.c | 1 + 1 file changed, 1 insertion(+)
https://bugs.winehq.org/show_bug.cgi?id=49665
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org Regression SHA1| |695bf7a64532fe9755f2a471ed9 | |e420b9e08539f
https://bugs.winehq.org/show_bug.cgi?id=49665
Lveitas956@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Lveitas956@gmail.com
--- Comment #3 from Lveitas956@gmail.com --- Can confirm this affects me too. With wine 5.15, KDE neon 20.04 (based on ubuntu 20.04). Tried removing the wineprefix, didn't help too.
https://bugs.winehq.org/show_bug.cgi?id=49665
--- Comment #4 from Kilvador kilvador@gmail.com --- Hello again.
Is anything else I can do for you to make this bug fixed?
https://bugs.winehq.org/show_bug.cgi?id=49665
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #5 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Kilvador from comment #4)
Hello again.
Is anything else I can do for you to make this bug fixed?
Does the Opensuse package, and your own build from source, build PE modules or SO modules?
https://bugs.winehq.org/show_bug.cgi?id=49665
--- Comment #6 from Kilvador kilvador@gmail.com --- (In reply to Damjan Jovanovic from comment #5)
(In reply to Kilvador from comment #4)
Hello again.
Is anything else I can do for you to make this bug fixed?
Does the Opensuse package, and your own build from source, build PE modules or SO modules?
My build - no.
Opensuse: https://build.opensuse.org/package/show/home:junknot/wine?rev=12
Can't find there any build options.
https://bugs.winehq.org/show_bug.cgi?id=49665
--- Comment #7 from Kilvador kilvador@gmail.com --- UPDATE:
5.19 from OpenSuse works again. 5.17 - last tried by me - was not working.
https://bugs.winehq.org/show_bug.cgi?id=49665
--- Comment #8 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Kilvador from comment #6)
(In reply to Damjan Jovanovic from comment #5)
(In reply to Kilvador from comment #4)
Hello again.
Is anything else I can do for you to make this bug fixed?
Does the Opensuse package, and your own build from source, build PE modules or SO modules?
My build - no.
Opensuse: https://build.opensuse.org/package/show/home:junknot/wine?rev=12
Can't find there any build options.
In https://build.opensuse.org/package/view_file/home:junknot/wine/wine.spec?exp...
---snip--- %if 0%{?suse_version} >= 1500 # for the PE DLLs %ifarch x86_64 BuildRequires: mingw64-cross-gcc %endif %ifarch %ix86 %if 0%{?suse_version} >= 1500 BuildRequires: mingw32-cross-gcc %endif %endif %endif ---snip---
It's the PE build.
https://bugs.winehq.org/show_bug.cgi?id=49665
--- Comment #9 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to Kilvador from comment #7)
UPDATE:
5.19 from OpenSuse works again. 5.17 - last tried by me - was not working.
Great :). Can this bug be closed then?
https://bugs.winehq.org/show_bug.cgi?id=49665
Kilvador kilvador@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Kilvador kilvador@gmail.com --- (In reply to Damjan Jovanovic from comment #9)
(In reply to Kilvador from comment #7)
UPDATE:
5.19 from OpenSuse works again. 5.17 - last tried by me - was not working.
Great :). Can this bug be closed then?
I think - yes.
https://bugs.winehq.org/show_bug.cgi?id=49665
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.22.