http://bugs.winehq.org/show_bug.cgi?id=59053
Bug ID: 59053 Summary: Mario Multiverse demo crashes upon launch Product: Wine Version: 10.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: AnasSdiq@proton.me Distribution: ---
Created attachment 79822 --> http://bugs.winehq.org/attachment.cgi?id=79822 running in terminal results
system: ubuntu distrobox, using packages from the wine apt repo game: mario multiverse demo, downloaded from https://discord.gg/AUvQKUPvFv
game's settings that might be relevant: renderer: opengl (directx via dxvk doesn't crash) steps to reproduce: after you extract the zip file containing the game, run MarioConfig.exe to ensure that you are using OpenGL for the game, then launch Mario.exe and it will crash
it seems like wine also tries to open wine debugger but it couldn't for some reason
latest devel (10.19 at the time of writing) version also crashes with no change to the output
if there is any additional info you need you can tell and i will add
http://bugs.winehq.org/show_bug.cgi?id=59053
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- I confirm the problem and I have the same log as the OP
Here is a easily download: https://drive.usercontent.google.com/download?id=1QNO-nlUf6rgdb7wU7xzTJMQVBd...
http://bugs.winehq.org/show_bug.cgi?id=59053
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |download, regression CC| |xerox.xerox2000x@gmail.com Ever confirmed|0 |1
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Marking this as a regression.
I tested in win10.0 and there it doesn't crash. Though I get a black screen.
Running LIBGL_ALWAYS_SOFTWARE=1 wine Mario.exe makes the game work for me.
http://bugs.winehq.org/show_bug.cgi?id=59053
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Louis Lenders from comment #2)
Marking this as a regression.
I tested in win10.0 and there it doesn't crash. Though I get a black screen.
Running LIBGL_ALWAYS_SOFTWARE=1 wine Mario.exe makes the game work for me.
Replying to myself:
Following workarounds make the program run for me in current wine-10.20:
1. Set reg key below (to workaround crash):
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\X11 Driver] "UseEGL"="N"
2. LIBGL_ALWAYS_SOFTWARE=1 wine Mario.exe (to workaround black screen)