[Bug 47112] New: Crash caused by Qt5Gui.dll
https://bugs.winehq.org/show_bug.cgi?id=47112 Bug ID: 47112 Summary: Crash caused by Qt5Gui.dll Product: Wine Version: 4.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: teohhanhui(a)gmail.com Distribution: --- Created attachment 64315 --> https://bugs.winehq.org/attachment.cgi?id=64315 backtrace My program cross-compiled using mingw-w64 works on Windows but crashes with Wine. The dist zip: https://drive.google.com/open?id=1b7BKsPWx6wJhbcbXnJLd-tmO0Kj-ghr6 Is it the same problem? https://bugs.winehq.org/show_bug.cgi?id=46428 Perhaps Wine could be more fault tolerant. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #1 from Vijay Kamuju <infyquest(a)gmail.com> --- How did you start the app. Tested with wine 4.0.7 (64 bit), it works fine. It did not crash. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #2 from Zebediah Figura <z.figura12(a)gmail.com> --- (In reply to Teoh Han Hui from comment #0)
Created attachment 64315 [details] backtrace
My program cross-compiled using mingw-w64 works on Windows but crashes with Wine.
The dist zip: https://drive.google.com/open?id=1b7BKsPWx6wJhbcbXnJLd-tmO0Kj-ghr6
Is it the same problem? https://bugs.winehq.org/show_bug.cgi?id=46428
It looks like the same problem. I'd report it to QT, it's probably a bug on their end.
Perhaps Wine could be more fault tolerant.
To emulate Windows means failing to load DLLs, which is probably not what you (or QT) want anyway. This would have the consequence that any DLL missing exports would fail to load, which means a lot of programs would stop working. I don't think we want that. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Seems to work for me too, how did you get it to crash? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 --- Comment #4 from Teoh Han Hui <teohhanhui(a)gmail.com> --- $ wine PaperChess.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 --- Comment #5 from Teoh Han Hui <teohhanhui(a)gmail.com> ---
I'd report it to QT, it's probably a bug on their end.
It's probably because I built the Qt modules in the wrong order when I upgraded, such that some modules got linked using an older Qt version. I'll try to rebuild in the correct order and try again. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 Teoh Han Hui <teohhanhui(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #6 from Teoh Han Hui <teohhanhui(a)gmail.com> --- Confirming that it works fine if I build my Qt libraries correctly. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47112 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Invalid. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org