https://bugs.freedesktop.org/show_bug.cgi?id=33075
Summary: [Runescape] "low detail" lighting option makes character models disappear Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: bpaterni@gmail.com
This bug appears in the browser-, java-based MMORPG game, runescape (you may or may not be familiar with it) The game provides an OpenGL mode if it detects your graphics drivers are capable, which it does now with r600g from mesa git master.
In order to reproduce this bug, you will need to create an account at runescape.com which should be a trivial process. After that, you should be able to enter the game and driver autodection should recognize that r600g is capable of driving runescape. Lighting detail defaults to "high" on my machine, so you will need to find the display options interface in-game and make sure low detail is selected. Now you should see that all characters have been "removed" from display, but ground and other geometry remain drawn.
Linux desktop 2.6.37+ #4 SMP PREEMPT Tue Jan 11 15:01:00 CST 2011 x86_64 GNU/Linux OpenGL renderer string: Gallium 0.4 on AMD RV770 Mozilla Iceweasel 3.6.13 OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-2)
Let me know if there's anything else I can do.
https://bugs.freedesktop.org/show_bug.cgi?id=33075
--- Comment #1 from Brian Paterni bpaterni@gmail.com 2011-02-06 10:56:05 PST --- On git master (68b701f5ded5f6b73a6b07cf37d862fab4836607), I now receive the following on stderr when I switch to low detail lighting:
java: r600_buffer.c:247: r600_upload_user_buffers: Assertion `rctx->real_vertex_buffer[index]' failed.
https://bugs.freedesktop.org/show_bug.cgi?id=33075
Jerome Glisse glisse@freedesktop.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[Runescape] "low detail" |[RADEON:KMS:R600G] |lighting option makes |runescape low detail |character models disappear |lighting option makes | |character models disappear
--- Comment #2 from Jerome Glisse glisse@freedesktop.org 2011-03-08 09:59:49 PST --- Does it works any better with lastest master ?
https://bugs.freedesktop.org/show_bug.cgi?id=33075
Brian Paterni bpaterni@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME
--- Comment #3 from Brian Paterni bpaterni@gmail.com 2011-03-08 11:43:02 PST --- It does actually! The game is no longer crashing and everything seems to be displaying correctly.
I will go ahead and mark this as resolved. Thank you :)
dri-devel@lists.freedesktop.org