https://bugs.winehq.org/show_bug.cgi?id=42235
Bug ID: 42235 Summary: Nudo: Game randomly crashes after splash screen Product: Wine Version: 2.0-rc5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: snesivan1@gmail.com Distribution: ---
Created attachment 56881 --> https://bugs.winehq.org/attachment.cgi?id=56881 Terminal output + Backtrace of nudo.exe crash
Nudo randomly crashes after the splash screen. I ran the game 5 times and it crashed 2 of them. Game tested on clean 32-bit wineprefix.
To reproduce, download Nudo at http://herotwin.com/nudo and run nudo.exe.
I am using Wine Staging 2.0-rc5 on Ubuntu 16.04.1 amd64.
https://bugs.winehq.org/show_bug.cgi?id=42235
IvanDSM snesivan1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://herotwin.com/nudo Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=42235
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Confirming. I too get a crash in winegstreamer:
0 0x7b8d586a push_data+0x1f9() in winegstreamer (0x027de9d8)
1 0x7bc96f8c call_thread_func_wrapper+0xb() in ntdll (0x027dea08) 2 0x7bc97014 call_thread_func+0x7d() in ntdll (0x027deaf8)
Disabling winegstreaner seems to be a workaround:
WINEDLLOVERRIDES=winegstreamer=d wine nudo.exe ====>no crash
https://bugs.winehq.org/show_bug.cgi?id=42235
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winegstreamer
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- setting component
https://bugs.winehq.org/show_bug.cgi?id=42235
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Hi Ivan: this is probably the problem: fixme:gstreamer:watch_bus decodebin0: Sua instalação do GStreamer está com um plug-in faltando.
I got exactly the same crash as you; I had just before the crash:
fixme:gstreamer:watch_bus decodebin0: Your GStreamer installation is missing a plug-in. (English message)
The problem here is fixed here by installing gstreamer1.0-plugins-ugly:i386 (thanks DarkPlayer for the tip)
(For me (on Ububtu) this also installed the following additional packages: gstreamer1.0-plugins-ugly-amr libopencore-amrnb0 libopencore-amrwb0 libsidplay1v5)
Could you try if that helps?
https://bugs.winehq.org/show_bug.cgi?id=42235
IvanDSM snesivan1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #4 from IvanDSM snesivan1@gmail.com --- I apologize for the long time without any updates on this bug, but indeed, as Louis has pointed out, it ended up being a problem with my GStreamer installation. A test on another machine with the "ugly" plugin set proved that the issue was not caused by Wine itself.
Strangely, the Wine PPA does not have the "ugly" plugin set as a dependency.
https://bugs.winehq.org/show_bug.cgi?id=42235
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.