https://bugs.winehq.org/show_bug.cgi?id=54281
Bug ID: 54281 Summary: LEGO Stunt Rally regression - segfault on launch Product: Wine Version: 8.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sa@whiz.se Distribution: ---
Created attachment 73846 --> https://bugs.winehq.org/attachment.cgi?id=73846 winspool log from working run
The game LEGO Stunt Rally immediately segfaults on launch. This is a regression introduced in 6.21 still reproducible with 8.0-rc3.
Bisecting the changes points to this commit:
[e432c1cd307ae6fbebd352b5cb6fb0f3aafbba3b] winspool: Remove support for parsing /etc/printcap.
The game does actually support printing and I can confirm that trying the commit immediately prior works fine.
I'm attaching winspool logs from the prior, working, commit and from the broken 8.0-rc3.
Note that in 8.0-rc3 none of my printers are detected, but I don't think this is the root of the problem as I assume the game does not actually require an installed printer.
https://bugs.winehq.org/show_bug.cgi?id=54281
--- Comment #1 from Sven Arvidsson sa@whiz.se --- Created attachment 73847 --> https://bugs.winehq.org/attachment.cgi?id=73847 winspool run from broken run
https://bugs.winehq.org/show_bug.cgi?id=54281
--- Comment #2 from Sven Arvidsson sa@whiz.se --- Comment on attachment 73847 --> https://bugs.winehq.org/attachment.cgi?id=73847 winspool run from broken run
The log with the broken run contains the register dump and backtrace too.
https://bugs.winehq.org/show_bug.cgi?id=54281
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |huw@codeweavers.com Keywords| |download, printing, | |regression Regression SHA1| |e432c1cd307ae6fbebd352b5cb6 | |fb0f3aafbba3b
https://bugs.winehq.org/show_bug.cgi?id=54281
Huw Davies huw.davies@physics.ox.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX CC| |huw.davies@physics.ox.ac.uk Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Huw Davies huw.davies@physics.ox.ac.uk --- This is probably an app bug that doesn't like having no printers installed (most Windows installs will have an XPS / PDF driver).
The reason for the apparent regression here is that we've failed to load libcups.so, probably because the user doesn't have a 32-bit version installed.
https://bugs.winehq.org/show_bug.cgi?id=54281
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Gijs Vermeulen gijsvrm@gmail.com --- Closing WONTFIX.