http://bugs.freedesktop.org/show_bug.cgi?id=23859
Ian Romanick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brian.p...@tungstengraphics. | |com Keywords| |NEEDINFO --- Comment #2 from Ian Romanick <[email protected]> 2009-09-13 15:22:14 PST --- (In reply to comment #0) > Game error.log shows > > [11/09/2009 11:08:23] [RenderizerGL][gl_ext_loader_arb.cpp(1631)] > glBindVertexArrayARB function not found There is obviously a bug in the driver. However, you should also submit a bug for this game. There is no glBindVertexArrayARB function. The functions added by that extension DO NOT have the ARB suffix. glBindVertexArray is the correct name. > [11/09/2009 11:08:23] [RenderizerGL][gl_ext_loader_arb.cpp(1632)] Error > loading > ARB_vertex_array_object > > While game crash dump shows > > libs/libcore_client.so(_ZN10ClientBase14save_backtraceEv+0x5c) > [0x7f9c1158266c] > libs/libcore_client.so(_ZN10ClientBase12client_crashEi+0x8) [0x7f9c11582858] > /lib/libc.so.6 [0x7f9c0db48db0] > /lib/libc.so.6(gsignal+0x35) [0x7f9c0db48d25] > /lib/libc.so.6(abort+0x181) [0x7f9c0db4bde1] > /lib/libc.so.6(__assert_fail+0xe9) [0x7f9c0db41f99] > /usr/lib/dri/i965_dri.so [0x7f9c0aea925a] > /usr/lib/dri/i965_dri.so(brw_validate_state+0x17e) [0x7f9c0aeb56ce] > /usr/lib/dri/i965_dri.so(brw_draw_prims+0x305) [0x7f9c0aea8165] > /usr/lib/dri/i965_dri.so [0x7f9c0af61e4d] > /usr/lib/dri/i965_dri.so(intel_generate_mipmap+0x49c) [0x7f9c0ae77f6c] > /usr/lib/dri/i965_dri.so [0x7f9c0ae9a94f] > /usr/lib/dri/i965_dri.so [0x7f9c0ae9b5ad] > /usr/lib/dri/i965_dri.so(_mesa_TexImage2D+0x29a) [0x7f9c0af4384a] Can you run this game in GDB (perhaps via SSH)? It would be helpful to know the line numbers in the stack track. I suspect this may be triggered by the new metaops code. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
