https://bugs.freedesktop.org/show_bug.cgi?id=30488
Summary: Star Wars - Jedi Kight : Jedi Academy does not render correctly. Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: oreaus@gmail.com
Created an attachment (id=39062) --> (https://bugs.freedesktop.org/attachment.cgi?id=39062) Menu screen
I installed the game 'Star Wars - Jedi Kight : Jedi Academy' using wine and it runs but does not render correctly. Attached is a screenshot of the menu screen where all buttons are invisible and middle part is not rendering or refreshing there. This is on rv350 using 2.6.36_rc5 on Arch Linux. Can anyone else confirm this problem?
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #1 from Marek Olšák maraeo@gmail.com 2010-12-11 06:38:22 PST --- There has been some fixes in Mesa master. Could you possibly test the game again with current git?
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #2 from Scott Moreau oreaus@gmail.com 2010-12-14 06:28:49 PST --- Created an attachment (id=41104) --> (https://bugs.freedesktop.org/attachment.cgi?id=41104) Wine output
(In reply to comment #1)
There has been some fixes in Mesa master. Could you possibly test the game again with current git?
I have tested again with git from a few minutes ago and I'm getting strange results. I have a feeling it could be wine problems however. Attached is the output. It starts fullscreen and displays the splash screens fine, but when it gets to the menu screen, it drops out of fullscreen and goes to a garbled (or sometimes black with game cursor) area that is seemingly less than 640x480.
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #3 from Marek Olšák maraeo@gmail.com 2010-12-14 06:51:12 PST --- I think I can see the problem. Wine uses the subset of ARB_texture_rg that depends on ARB_texture_float, i.e. it can only be used if ARB_texture_float is supported, but Wine doesn't appear to care and uses it anyway. This should be fixed in Wine.
Does setting this environment variable like this help?
MESA_EXTENSION_OVERRIDE=-GL_ARB_texture_rg
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #4 from Scott Moreau oreaus@gmail.com 2010-12-14 06:58:45 PST --- I found that using wine's 'virtual desktop' mode allows the game to work correctly but only windowed. Without this mode, the menu screen behaves as described in my last comment. I'm really not sure if it's wine or the driver causing this behavior though.
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #5 from Scott Moreau oreaus@gmail.com 2010-12-14 07:04:01 PST --- (In reply to comment #3)
No, the game still exits fullscreen when it gets to the menu screen and goes to a ~640x480 black box in the upper left of the screen, displaying the game cursor.
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #6 from Henri Verbeet hverbeet@gmail.com 2010-12-14 07:27:11 PST --- (In reply to comment #3)
This is actually fixed in current Wine versions. However, the application strikes me as a DirectDraw application that doesn't use those formats anyway, except during wined3d initialization to see what's available for FBO attachments. This could very well be a Wine bug, but I wouldn't be able to tell without doing actual debugging on the application.
https://bugs.freedesktop.org/show_bug.cgi?id=30488
--- Comment #7 from Marek Olšák maraeo@gmail.com 2010-12-14 08:36:25 PST --- (In reply to comment #4)
I found that using wine's 'virtual desktop' mode allows the game to work correctly but only windowed.
Ok then, I guess this bug can be closed now...
https://bugs.freedesktop.org/show_bug.cgi?id=30488
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTOURBUG
https://bugs.freedesktop.org/show_bug.cgi?id=30488
Alan Coopersmith alan.coopersmith@oracle.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Star Wars - Jedi Kight : |Star Wars - Jedi Knight : |Jedi Academy does not |Jedi Academy does not |render correctly. |render correctly.
dri-devel@lists.freedesktop.org