https://bugs.winehq.org/show_bug.cgi?id=45395
Bug ID: 45395 Summary: Unhandled exception while running RPG MAKER VX ACE Product: Wine Version: 3.0.1 Hardware: aarch64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: anto777dago@gmail.com Distribution: ---
Created attachment 61705 --> https://bugs.winehq.org/attachment.cgi?id=61705 Unhandled exception in RPG Maker VX Ace
APP: RPG MAKER VX ACE
OS: LINUX MINT 18.3 CINAMMON Processor (Intel core i7 7700HQ CPU @ 2.80 GHz x 4 Graphic Card: Nvidia GeForce GTX 1050Ti
BEHAVIOUR: THE APP RUNS SMOOTHLY IF I START OR CONTINUE A GAME BUT IT CRASHES AS SOON AS THE PLAYER IS TRANSFERRED TO A NEW LOCATION. OCCASIONALLY THE KEYBOARD FREEZES AT START UP.
I GET THE SAME ERROR IN BOTH WINE 3.0.1 AND PLAYONLINUX (Same Wine version)
Someone told me to disable winegstreamer from the library. I did but I got the same result.
WINE/Playonlinux: Officially recognize RPG Maker Xp and the version I'm using is an upgraded version though still based on the same engine.
I've been researching everywhere to fix this error but I couldn't find a solution. Some people told me that it runs smoothly on their machine and they've got the same OS as me.
Thank you in advance for your help!
https://bugs.winehq.org/show_bug.cgi?id=45395
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |quartz Severity|critical |normal CC| |z.figura12@gmail.com Hardware|aarch64 |x86
https://bugs.winehq.org/show_bug.cgi?id=45395
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Does "winetricks quartz" solve the issue? Also, since I have the program, what exactly do I need to do to trigger the crash? Maybe a demo project to reproduce would be nice.
Maybe you'r missing some quartz dependencies?
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- Looks like pAlloc is nil, although it's not immediately clear why. In any case I'd expect `winetricks quartz` to work around the problem.
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #3 from Antonella Dagostino anto777dago@gmail.com --- (In reply to Fabian Maurer from comment #1)
Does "winetricks quartz" solve the issue? Also, since I have the program, what exactly do I need to do to trigger the crash? Maybe a demo project to reproduce would be nice.
Maybe you'r missing some quartz dependencies?
"Does "winetricks quartz" solve the issue?" I have winetricks installed but I couldn't find quarts in the lib in Synaptic Manager. However, there is a conflict between Wine Meta Package and Wine-HQ which is required for Wine-Stable
"Also, since I have the program, what exactly do I need to do to trigger the crash? Maybe a demo project to reproduce would be nice." The program runs smoothly if I start creating a new game but if I load the game I've been creating (which is quite big), then I get the error! It seems to me like a not enough memory sort of problem. Wine is installed in the virtual drive C, of course, but my game is in Documents (d). Does that matter? The game was created with Windows 10 - which I never want to use again in my life!!!
"Maybe you'r missing some quartz dependencies?" I couldn't find them in Synaptic manager so can you tell me how to check that and eventually how to install them?
Thanks for your help!
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #4 from Antonella Dagostino anto777dago@gmail.com --- (In reply to Zebediah Figura from comment #2)
Looks like pAlloc is nil, although it's not immediately clear why. In any case I'd expect `winetricks quartz` to work around the problem.
As I said above, I don't know where to look for winetricks quartz. I have winetricks installed but I couldn't find any quartz in the synaptic manager. How do I install it? Thanks!
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- winetricks -> Select the default wineprefix -> Install a Windows DLL or component -> quartz. Or, from the terminal, just run `winetricks quartz`.
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #6 from Antonella Dagostino anto777dago@gmail.com --- (In reply to Zebediah Figura from comment #5)
winetricks -> Select the default wineprefix -> Install a Windows DLL or component -> quartz. Or, from the terminal, just run `winetricks quartz`.
Wonderful! It took me a while because I had to uninstall everything and even get rid of the .wine folder, then I reinstall Wine stable 3.0.1, Winetricks and Wine Quartz It works perfectly but in combination with disabling winegstreamer in the library.
Thank you very much for your incredibly precious help!!!
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #7 from Antonella Dagostino anto777dago@gmail.com --- sorry I meant winetricks quartz!
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- It would still be nice to be able to fix this, however. Can you please attach a log with +quartz,+strmbase,+gstreamer?
See https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal... for instructions.
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #9 from Antonella Dagostino anto777dago@gmail.com --- (In reply to Zebediah Figura from comment #8)
It would still be nice to be able to fix this, however. Can you please attach a log with +quartz,+strmbase,+gstreamer?
See https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a. _terminal_output.29.3F for instructions.
Ok, I followed your instructions and those given in the link.
Terminal WINEDEBUG=+relay,+seh,+quartz,+strmbase,+gstreamer,+tid wine your_program.exe >> /tmp/output.txt 2>&1
The file is larger than the limit allowed so you can download it here:
http://www.mediafire.com/file/lwk2yvuetp76k98/output.txt/file
Thanks again for helping me and a million others who use this app!
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #10 from Zebediah Figura z.figura12@gmail.com --- Sorry, it seems I should be more specific. I don't need +relay, just WINEDEBUG=+quartz,+gstreamer,+strmbase is enough. Run with a version that does *not* have native quartz installed, or alternatively go into winecfg and set the override for quartz to "builtin". And make sure you are running your program and can reproduce the crash, i.e. you have to replace 'your_program.exe' with the actual program.
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #11 from Antonella Dagostino anto777dago@gmail.com --- (In reply to Zebediah Figura from comment #10)
Sorry, it seems I should be more specific. I don't need +relay, just WINEDEBUG=+quartz,+gstreamer,+strmbase is enough. Run with a version that does *not* have native quartz installed, or alternatively go into winecfg and set the override for quartz to "builtin". And make sure you are running your program and can reproduce the crash, i.e. you have to replace 'your_program.exe' with the actual program.
I'm very new to Linux so don't take any step for granted with me, I've been using it for just 2 weeks.
I entered winecfg and set the ovveride for quartz to builtin as you suggested then, executed the program but all I get is a huge black frozen screen which doesn't allow me to do anything else apart from using CTRL ALT Backspace to log out (all other keys don't work). I'm not able to access the terminal and there is no popup window with the bug.
I tried to access debugging from terminal
cd ~/.wine/drive_c/Program_Files(x86)/Enterbrain
Here too there is a problem because I cannot input brackets () in the directory I have two Program Files in the virtual drive_c and RPG Maker is installed in the one with the brackets.
At this stage I am clueless on how to reproduce the bug. Also, I don't know whether this is relevant or not, but I've been using Vestige with LMMS which requires wine and I don't know if other libraries have been added as a consequence.
you have to replace
'your_program.exe' with the actual program. :-(
I was a bit too tired to worked that one out !!!
Please let me know what else can be done as long as I don't have to make another clean reinstall of the system because it would be my 4th one.
Thanks again!
https://bugs.winehq.org/show_bug.cgi?id=45395
Antonella Dagostino anto777dago@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #12 from Antonella Dagostino anto777dago@gmail.com --- Installing Quartz worked!
https://bugs.winehq.org/show_bug.cgi?id=45395
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #13 from Fabian Maurer dark.shadow4@web.de --- Installing a windows DLL is not a solution, it's a workaround. Without the native windows DLL the error still persists, right?
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #14 from Antonella Dagostino anto777dago@gmail.com --- (In reply to Fabian Maurer from comment #13)
Installing a windows DLL is not a solution, it's a workaround. Without the native windows DLL the error still persists, right?
Nope! I did some testing as follow:
- quartz (disable) - winegstreamer (builtin wine) *** see bug Bug 42456
Just to remind you, with the work around, the settings were as follow:
- quartz (native Windows) - winegstreamer (disable)
The current version of wine-stable 4.0 makes the game work out of the box.
If you want me to do other testing please note that in Cambodia we are having on and off power cuts so I may not be able to reply right away.
I think you can safely list this game on your list and if you need a free demo for testing you can get it here: http://www.rpgmakerweb.com/download
My system: Linux Mint 18.3 Cinnamon (64) Nvidia GEFORCE GTX 1050 Ti Wine-stable 4.0
https://bugs.winehq.org/show_bug.cgi?id=45395
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://s3.amazonaws.com/pro | |dcartassets/26408/RPGVXAce_ | |Multi.exe
https://bugs.winehq.org/show_bug.cgi?id=45395
--- Comment #15 from Fabian Maurer dark.shadow4@web.de --- Just for clarity, with a clean WINEPREFIX an no changed settings, it just works?
Is there any other conditions to reproduce the issue? Because for me, even with wine 3.0, there is no such issue. Mind sending me a demo problem which has the issue with old wine?
https://bugs.winehq.org/show_bug.cgi?id=45395
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL|http://s3.amazonaws.com/pro |https://web.archive.org/web |dcartassets/26408/RPGVXAce_ |/20160415080615/http://s3.a |Multi.exe |mazonaws.com/prodcartassets | |/26408/RPGVXAce_Multi.exe Status|REOPENED |NEEDINFO
https://bugs.winehq.org/show_bug.cgi?id=45395
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch