Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2022 10:32:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [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
Message-ID:  <bug-267446-7141-ITpaaBfGe9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267446-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267446-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267446

--- 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=3Dverbose glxinfo 2>&1 | fg=
rep
dri.so"
- What OpenGL version it supports? Show "glxinfo -B" output
- Can you reproduce using software rendering with LIBGL_ALWAYS_SOFTWARE=3D1=
 via
environ(7)?
- Can you reproduce by raising OpenGL version with
allow_higher_compat_version=3Dtrue 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-d=
ri?
- 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?

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267446-7141-ITpaaBfGe9>