https://bugs.freedesktop.org/show_bug.cgi?id=89831
Bug ID: 89831 Summary: [r600] r600_asm.c:310:assign_alu_units: Assertion `0' failed. Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 Assignee: dri-devel@lists.freedesktop.org Reporter: HACKhalotwo@gmail.com QA Contact: dri-devel@lists.freedesktop.org
Created attachment 114743 --> https://bugs.freedesktop.org/attachment.cgi?id=114743&action=edit Backtrace from wine
When I try to load a world in Space Engineers with mesa (64 bit and 32 bit), wine, and the Radeon open source driver compiled with Gallium Nine support, and mesa compiled with the --enable-debug flag, it crashes with the supplied backtrace.
pastebin of the TSGI code it spits into the console: http://pastebin.com/6eeuDs9A
full console logs: https://drive.google.com/file/d/0Bx0XCc8l_ekmZU04djJkN1FfOWM/view?usp=sharin...
Without using the Gallium Nine driver, the game works as anticipated.
https://bugs.freedesktop.org/show_bug.cgi?id=89831
--- Comment #1 from Dave Airlie airlied@freedesktop.org --- Created attachment 114746 --> https://bugs.freedesktop.org/attachment.cgi?id=114746&action=edit proposed fix
https://bugs.freedesktop.org/show_bug.cgi?id=89831
--- Comment #2 from Jacob Litewski HACKhalotwo@gmail.com --- The game still crashes for me with the proposed fix. Attaching the backtrace from wine and the logs generated with
WINEDEBUG=+d3dadapter9,+d3d9 TSGI_PRINT_SANITY=1 NINE_TGSI_DUMP=1 R600_DEBUG=all WINEPREFIX="/home/hackhalo2/.local/share/wineprefixes/steam" wine C:\windows\command\start.exe steam://rungameid/244850 2>&1 | tee ~/SE_Logs.txt
https://bugs.freedesktop.org/show_bug.cgi?id=89831
Jacob Litewski HACKhalotwo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #114743|0 |1 is obsolete| |
--- Comment #3 from Jacob Litewski HACKhalotwo@gmail.com --- Created attachment 114768 --> https://bugs.freedesktop.org/attachment.cgi?id=114768&action=edit Backtrace from wine after applying proposed patch
https://bugs.freedesktop.org/show_bug.cgi?id=89831
--- Comment #4 from Jacob Litewski HACKhalotwo@gmail.com --- SE_Logs.txt
https://drive.google.com/file/d/0Bx0XCc8l_ekmcTlSZFQtcXc0TDg/view?usp=sharin...
https://bugs.freedesktop.org/show_bug.cgi?id=89831
--- Comment #5 from Gert Wollny gw.fossdev@gmail.com --- This has been fixed a long time ago with ad84689f737edefe
https://bugs.freedesktop.org/show_bug.cgi?id=89831
Gert Wollny gw.fossdev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
dri-devel@lists.freedesktop.org