TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
178 stars 3 forks source link

[Game Crash] Raspi 3B Debian Bookworm: Crash during Startup #723

Open fraro opened 4 months ago

fraro commented 4 months ago

Describe the crash

Starting game from commandline on RP3B, it shows the first splash screen, then crashes.

OutFox-alpha-0.5.0-pre042-18.04-arm64-arm64v8-modern-date-20231225 on Rasperry Pi 3B, running latest "Bookworm" Debian based Pi image.

Works fine when starting from a remote X connection through ssh -X , so looks like local graphics issue.

ProjectOutfox.Crash.2024-02-08--15.02.52.log ProjectOutfox.MainLog.2024-02-08--15.02.52.log

How can you reproduce the error?

Starting game from commandline on RP3B, OutFox-alpha-0.5.0-pre042-18.04-arm64-arm64v8-modern-date-20231225 on Rasperry Pi 3B, running latest "Bookworm" Debian based Pi image.

Screenshots/Videos

No response

Game Mode

None

Additional Information

No response

Scraticus commented 4 months ago

have you enabled the pi's opengl driver?

fraro commented 4 months ago

from glxinfo: Extended renderer info (GLX_MESA_query_renderer): Vendor: Broadcom (0x14e4) Device: VC4 V3D 2.1 (0xffffffff) Version: 23.2.1 Accelerated: yes Video memory: 908MB Unified memory: yes Preferred profile: compat (0x2) Max core profile version: 0.0 Max compat profile version: 2.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 2.0 OpenGL vendor string: Broadcom OpenGL renderer string: VC4 V3D 2.1 OpenGL version string: 2.1 Mesa 23.2.1-1~bpo12+rpt3 OpenGL shading language version string: 1.20

Scraticus commented 4 months ago

how are you starting the game? as that renderer string is not what the log shows, we get the LLVM software pipe

fraro commented 4 months ago

from commandline: ./OutFox (out of an xfce4-terminal window within Openbox)