https://bugs.winehq.org/show_bug.cgi?id=43178
Bug ID: 43178 Summary: Prototype regression Product: Wine Version: 2.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: byi5000@gmail.com Distribution: ---
Created attachment 58445 --> https://bugs.winehq.org/attachment.cgi?id=58445 Backtrace with CSMT
The Game Prototype (https://appdb.winehq.org/objectManager.php?sClass=version&iId=31948) was working back in Wine-Staging-2.8 and fails to start up in 2.9 and 2.10
Since the logs with and without CSMT differ a bit, i will attach both
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #1 from BieHDC byi5000@gmail.com --- Created attachment 58446 --> https://bugs.winehq.org/attachment.cgi?id=58446 Backtrace without CSMT
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #2 from BieHDC byi5000@gmail.com --- Created attachment 58447 --> https://bugs.winehq.org/attachment.cgi?id=58447 Logfile with CSMT
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #3 from BieHDC byi5000@gmail.com --- Created attachment 58448 --> https://bugs.winehq.org/attachment.cgi?id=58448 Logfile without CSMT
https://bugs.winehq.org/show_bug.cgi?id=43178
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #4 from Józef Kucia joseph.kucia@gmail.com --- Is the problem reproducible in plain Wine?
https://bugs.winehq.org/show_bug.cgi?id=43178
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #5 from BieHDC byi5000@gmail.com --- Yes, same with plain Wine. 2.8 works and onwards including 2.11 crashes.
https://bugs.winehq.org/show_bug.cgi?id=43178
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #6 from Sebastian Lackner sebastian@fds-team.de --- Thanks for reporting this issue. Could you please try to install debug symbols? If you use WineHQ packages, this can be done with:
sudo apt-get install wine-staging-dbg:i386 (Or similar, "wine-devel-dbg:i386" if you use the development version.)
Afterwards, please attach a new backtrace without CSMT (which should now also contain function names and line numbers) and a log with WINEDEBUG=+d3d.
https://bugs.winehq.org/show_bug.cgi?id=43178
BieHDC byi5000@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #58445|0 |1 is obsolete| | Attachment #58446|0 |1 is obsolete| | Attachment #58447|0 |1 is obsolete| | Attachment #58448|0 |1 is obsolete| |
--- Comment #7 from BieHDC byi5000@gmail.com --- Created attachment 58558 --> https://bugs.winehq.org/attachment.cgi?id=58558 New Backtrace
The requested backtrace with +d3d debug
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #8 from BieHDC byi5000@gmail.com --- Created attachment 58560 --> https://bugs.winehq.org/attachment.cgi?id=58560 New Winelog Short
The requested new winelog with +d3d the full log has 70mb, see https://www.dropbox.com/s/ix4jetxwzabzk9k/prototype_winelog.txt?dl=0
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #9 from BieHDC byi5000@gmail.com --- (In reply to Sebastian Lackner from comment #6)
Thanks for reporting this issue. Could you please try to install debug symbols? If you use WineHQ packages, this can be done with:
sudo apt-get install wine-staging-dbg:i386 (Or similar, "wine-devel-dbg:i386" if you use the development version.)
Afterwards, please attach a new backtrace without CSMT (which should now also contain function names and line numbers) and a log with WINEDEBUG=+d3d.
I got the 64-Bit debug symbols installed, but it refuses to install the 32-Bit (having both installed) Vorbereitung zum Entpacken von .../wine-staging-dbg_2.10.0~trusty_i386.deb ... Entpacken von wine-staging-dbg:i386 (2.10.0~trusty) ... dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/wine-staging-dbg_2.10.0~trusty_i386.deb (--unpack): Versuch, gemeinsam benutztes »/usr/lib/debug/opt/wine-staging/bin/winedump« zu überschreiben, welches verschieden von anderen Instanzen des Paketes wine-staging-dbg:i386 ist dpkg-deb: Fehler: Unterprozess einfügen wurde durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet Fehler traten auf beim Bearbeiten von: /var/cache/apt/archives/wine-staging-dbg_2.10.0~trusty_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
I hope it helps anyway.
Btw: My graphics drivers didn't change since 2.8 (same driver) and its also still the same linux kernel (4.4.0-72-generic). So really only wine changed and nothing else that could cause this problem.
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #10 from BieHDC byi5000@gmail.com --- Still the same in Wine-2.12(+staging)
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #11 from BieHDC byi5000@gmail.com --- The game works again (2.13-staging) - fixed But now the menu randomly renders a bit incorrect (screenshots coming in) Its not gamebreaking and also not a big deal, just a hint that something is a bit wrong. Happens with and without csmt and independent of the graphic settings and after 20 game starts it happened only 5 times
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #12 from BieHDC byi5000@gmail.com --- Created attachment 58805 --> https://bugs.winehq.org/attachment.cgi?id=58805 the correct render
https://bugs.winehq.org/show_bug.cgi?id=43178
--- Comment #13 from BieHDC byi5000@gmail.com --- Created attachment 58806 --> https://bugs.winehq.org/attachment.cgi?id=58806 the failed render
https://bugs.winehq.org/show_bug.cgi?id=43178
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=29559
https://bugs.winehq.org/show_bug.cgi?id=43178
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm@gmail.com
--- Comment #14 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to BieHDC from comment #11)
The game works again (2.13-staging) - fixed But now the menu randomly renders a bit incorrect (screenshots coming in) Its not gamebreaking and also not a big deal, just a hint that something is a bit wrong. Happens with and without csmt and independent of the graphic settings and after 20 game starts it happened only 5 times
A different bug should be posted for that (if not already done), please close this one.
https://bugs.winehq.org/show_bug.cgi?id=43178
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Gijs Vermeulen gijsvrm@gmail.com --- Resolving FIXED as per Comment 11, please open a new bug with wine-4.0rc1 if the graphical issues are still present.
https://bugs.winehq.org/show_bug.cgi?id=43178
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc2.