https://bugs.freedesktop.org/show_bug.cgi?id=31232
Summary: Wine game (Star Trek Armada 2) crashes with r300 gallium Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: pejakm@teol.net
Created an attachment (id=39900) --> (https://bugs.freedesktop.org/attachment.cgi?id=39900) Log
...and it works just fine with classic driver, so I woukd say it's a bug in gallium driver, not in game itself or in wine.
https://bugs.freedesktop.org/show_bug.cgi?id=31232
pejakm pejakm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine game (Star Trek Armada |Wine games crash with r300 |2) crashes with r300 |gallium |gallium |
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #1 from pejakm pejakm@gmail.com 2010-10-30 04:30:22 PDT --- Zuma DeLuxe (besides Star Trek Armada 2) also crashes.
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #2 from pejakm pejakm@gmail.com 2010-10-30 04:30:54 PDT --- Created an attachment (id=39901) --> (https://bugs.freedesktop.org/attachment.cgi?id=39901) Log 2
https://bugs.freedesktop.org/show_bug.cgi?id=31232
pejakm pejakm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine games crash with r300 |Wine games crash with r300 |gallium |gallium | |(r300_get_swizzle_combined+ | |0x21)
https://bugs.freedesktop.org/show_bug.cgi?id=31232
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39900|application/octet-stream |text/plain mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=31232
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39901|application/octet-stream |text/plain mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #3 from Marek Olšák maraeo@gmail.com 2010-10-30 14:55:30 PDT --- I've been playing Zuma Deluxe over here and I don't get any crashes.
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #4 from pejakm pejakm@gmail.com 2010-10-30 15:02:29 PDT --- Well, my wine crash, obviously. If I use classic driver, they work just fine. Is there any way I can make more useful data?
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #5 from Marek Olšák maraeo@gmail.com 2010-10-30 15:13:15 PDT --- Please compile Mesa from git with --enable-debug and post the backtrace you will get. It should contain more information than is in your logs.
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #6 from pejakm pejakm@gmail.com 2010-10-30 17:15:44 PDT --- Created an attachment (id=39915) --> (https://bugs.freedesktop.org/attachment.cgi?id=39915) Backtrace of a crash - mesa compiled with debugging
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #7 from pejakm pejakm@gmail.com 2010-10-30 17:19:28 PDT --- Created an attachment (id=39916) --> (https://bugs.freedesktop.org/attachment.cgi?id=39916) Another backtrace
I don't know if this can, it's a backtrace from another game. It isn't the same as with other games...
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #8 from pejakm pejakm@gmail.com 2010-10-31 05:23:17 PDT --- These are the compilation flags:
./autogen.sh --prefix=/usr \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ --with-dri-drivers=swrast,radeon,r200,r300,r600 \ --with-state-trackers=dri,egl,glx \ --with-egl-platforms=x11,drm \ --enable-glx-tls \ --with-driver=dri \ --enable-gles1 \ --enable-gles2 \ --enable-gles-overlay \ --enable-xcb \ --enable-glx-tls \ --disable-glut \ --enable-gallium-llvm \ --enable-gallium-swrast \ --enable-gallium-radeon \ --enable-gallium-r600 \ --enable-debug || return 1
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #9 from Marek Olšák maraeo@gmail.com 2010-10-31 06:47:51 PDT --- The logs are not backtraces. A backtrace is actually a call stack. r300_get_swizzle_combined+0x21 is the first line of it.
Could you possibly use this HOWTO to get the whole backtrace? http://wiki.winehq.org/Backtraces
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #10 from pejakm pejakm@gmail.com 2010-10-31 07:26:04 PDT --- Created an attachment (id=39924) --> (https://bugs.freedesktop.org/attachment.cgi?id=39924) Zuma backtrace
I'm sorry, this is everything I could get. I know it's not the thing you need. But I tried following that HOWTO without success.
https://bugs.freedesktop.org/show_bug.cgi?id=31232
Chris Rankin rankincj@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39924|application/octet-stream |text/plain mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #11 from Marek Olšák maraeo@gmail.com 2011-02-10 18:00:04 PST --- Is this issue still present with the current Mesa master branch?
https://bugs.freedesktop.org/show_bug.cgi?id=31232
--- Comment #12 from pejakm pejakm@gmail.com 2011-02-11 09:08:08 PST --- Hi Marek. I've switched to r600 card in the meantime, so I can not give any further details. Sorry.
https://bugs.freedesktop.org/show_bug.cgi?id=31232
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME
--- Comment #13 from Marek Olšák maraeo@gmail.com 2011-02-11 09:31:24 PST --- Because nobody else can reproduce this bug, I am closing it. Feel free to reopen it if you test r300g again and the issue is still present.
dri-devel@lists.freedesktop.org