https://bugs.winehq.org/show_bug.cgi?id=44577
Bug ID: 44577 Summary: QBlade: The application has encountered a serious error Product: Wine Version: 3.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jkimhong13@gmail.com Distribution: ---
Created attachment 60549 --> https://bugs.winehq.org/attachment.cgi?id=60549 Program Error Details
It's my first time installing Wine (along with XQuartz). On the website of QBlade (http://q-blade.org), it says Wine can emulate QBlade for linux. I'm wondering if this means it's limited to linux only and not mac even if there is a mac version of Wine.
I downloaded the QBlade package and ran the .exe file. The application opens under Wine so I click the menu buttons to see if they really work. There are a few buttons (such as the Turbulent Windfield Generator) that always result in Wine closing QBlade.
I'm using Wine 3.0, XQuartz 2.7.7, QBlade win_v0.96.3_64bit
https://bugs.winehq.org/show_bug.cgi?id=44577
JK jkimhong13@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |Other OS|Linux |Mac OS X
https://bugs.winehq.org/show_bug.cgi?id=44577
--- Comment #1 from JK jkimhong13@gmail.com --- I forgot to mention, I'm using Mac OS 10.13.1
https://bugs.winehq.org/show_bug.cgi?id=44577
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com URL| |https://sourceforge.net/pro | |jects/qblade/files/ Keywords| |download
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi, please also post the lines in the console before the crash, that might be more useful.
FWIW: the program works fine here (also the Turbulent Windfield Generator). So cannot really investigate further,
So this might be MacOS X specific. As a wild guess/shot in the dark it could be related to opengl/d3d issue (just a guess as I said). Do other opengl apps work fine on your computer? Also, i noticed the app loads d3d9, but if i disable it it also works. Does that change anything for you?
e.g.WINEDLLOVERRIDES=d3d9=d sine QBlade.exe
Anyway, someone who runs MacOSX could better have a look at this. Last remark: I used the 32-bit version, not the 64-bit you ran, no idea if that makes any difference.
https://bugs.winehq.org/show_bug.cgi?id=44577
--- Comment #3 from JK jkimhong13@gmail.com --- (In reply to Louis Lenders from comment #2)
I'm sorry I'm afraid I don't understand most of what you said. 1. What lines are you referring to before the console crashes? Is this what you mean: "The program QBlade.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience. This can be caused by a problem in the program or a deficiency in Wine. You may want to check the Application Database for tips about running this application." 2. What are opengl apps? 3. What is d3d9 and how does it affect the app? 4. I'm not sure where to access other versions or if I can run other versions. I wasn't even aware I was running 64-bit.
Again, sorry I'm not familiar with these. A step by step guide would be nice. Thank you.
https://bugs.winehq.org/show_bug.cgi?id=44577
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to JK from comment #3)
- What lines are you referring to before the console crashes? I
Run the program after opening a terminal: wine QBlade.exe
Then before the crash you wil see other lines with fixme`s etc. Attach them to this bugreport
- I'm not sure where to access other versions or if I can run other
versions. I wasn't even aware I was running 64-bit.
See https://sourceforge.net/projects/qblade/files/
There`s also a 32-bit version,but i doubt it will make any difference
https://bugs.winehq.org/show_bug.cgi?id=44577
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86-64 Summary|QBlade: The application has |64bit QBlade v0.963 crashes |encountered a serious error |on Mac OS X with XQuartz | |2.7.7 when clicking | |'Turbulent Windfield | |Generator' button CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
the 32-bit and 64-bit version of the app works fine here.
I've debugged the 64-bit version to get into the same code path as your crash backtrace. There is definitely OpenGL involved, 'qt5opengl' queries the capabilities and puts information in internal structures. I can see my Mesa vendor string and results from 'glGetInteger' calls as data members.
It's likely that your Mac OS X OpenGL/XQuartz setup is broken/not suitable for the app. You could attach console output from the app to this ticket. To capture more details run it with 'WINEDEBUG=+wgl wine64 ./QBlade.exe >>log.txt 2>&1'.
Regards