[Bug 267446] games/xmoto: 0.6.1_3 crashes at startup on 13.1 STABLE with ode-0.13_4,1: in gluBuild2DMipmaps () from /usr/local/lib/libGLU.so.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 10:32:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267446 --- Comment #5 from Jan Beich <jbeich@FreeBSD.org> --- Likely a Mesa bug. - What exactly GPU do you have? Show "pciconf -l | fgrep vga" output - What OpenGL driver is used? Show "LIBGL_DEBUG=verbose glxinfo 2>&1 | fgrep dri.so" - What OpenGL version it supports? Show "glxinfo -B" output - Can you reproduce using software rendering with LIBGL_ALWAYS_SOFTWARE=1 via environ(7)? - Can you reproduce by raising OpenGL version with allow_higher_compat_version=true via environ(7)? - Can you reproduce with newer OpenGL driver via graphics/mesa-devel? - Can you reproduce with older OpenGL driver by downgrading graphics/mesa-dri? - Can you reproduce with SDL2 via devel/sdl12-compat? - Can you try disabling gluBuild2DMipmaps() in games/xmoto by patching *Texture() from FM_MIPMAP to FM_LINEAR or FM_NEAREST by default? -- You are receiving this mail because: You are on the CC list for the bug.