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@winehq.org Reporter: teohhanhui@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.
https://bugs.winehq.org/show_bug.cgi?id=47112
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- How did you start the app. Tested with wine 4.0.7 (64 bit), it works fine. It did not crash.
https://bugs.winehq.org/show_bug.cgi?id=47112
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@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.
https://bugs.winehq.org/show_bug.cgi?id=47112
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Seems to work for me too, how did you get it to crash?
https://bugs.winehq.org/show_bug.cgi?id=47112
--- Comment #4 from Teoh Han Hui teohhanhui@gmail.com --- $ wine PaperChess.exe
https://bugs.winehq.org/show_bug.cgi?id=47112
--- Comment #5 from Teoh Han Hui teohhanhui@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.
https://bugs.winehq.org/show_bug.cgi?id=47112
Teoh Han Hui teohhanhui@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Teoh Han Hui teohhanhui@gmail.com --- Confirming that it works fine if I build my Qt libraries correctly.
https://bugs.winehq.org/show_bug.cgi?id=47112
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Invalid.