https://bugs.freedesktop.org/show_bug.cgi?id=37911
Summary: supertuxkart crashes with r300g Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: pawlerson@gmail.com
When I want to start a race in Supertuxkart it crashes:
Irrlicht Engine version 1.8.0-alpha Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 Could not load sprite bank because the file does not exist: #DefaultFont [FileManager] Data files will be fetched from: '/usr/share/games/supertuxkart/' Env var LANG = 'pl_PL.UTF-8' Adding language fallback pl [IrrDriver] Creating NULL device Irrlicht Engine version 1.8.0-alpha Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 Could not load sprite bank because the file does not exist: #DefaultFont
[IrrDriver] Trying OpenGL rendering. [IrrDriver] Trying to create device with 32 bits r300: DRM version: 2.8.0, Name: ATI RV530, ID: 0x71c0, GB: 1, Z: 2 r300: GART size: 509 MB, VRAM size: 256 MB r300: AA compression RAM: YES, Z compression RAM: YES, HiZ RAM: YES Mesa: User error: GL_INVALID_ENUM in glProvokingVertexEXT(0xfeffb090) [IrrDriver Temp Logger] Level 3: Could not load sprite bank because the file does not exist: #DefaultFont Mesa: User error: GL_INVALID_OPERATION in glFramebufferTexture2DEXT(textarget=0x3) Mesa: User error: GL_INVALID_ENUM in glFramebufferRenderbufferEXT(renderbufferTarget) [Irrlicht Error] FBO has invalid draw buffer [Irrlicht Error] FBO error supertuxkart: COpenGLTexture.cpp:888: bool irr::video::checkFBOStatus(irr::video::COpenGLDriver*): Warunek zapewnienia `!(true)' nie zosta? spe?niony. Przerwane
I'm using this repository:
https://launchpad.net/~oibaf/+archive/graphics-drivers/
https://bugs.freedesktop.org/show_bug.cgi?id=37911
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME Component|Drivers/Gallium/r300 |Mesa core AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org
--- Comment #1 from Marek Olšák maraeo@gmail.com 2011-06-07 15:34:20 PDT --- That seems to be a build failure. The one who maintains the repository should rebuild the binaries (start with git clean -fdX).
Supertuxkart works flawlessly with git master here. Closing as WORKSFORME.
dri-devel@lists.freedesktop.org