Question / Help Detailed logs? Aarch64

peardox

New Member
Running on a Jetson Nano which has a NVidia GPU OBS crashes on starting OpenGL but even with --verbose I get no info about what's going wrong

The Nano has an ARM CPU running 64bit - I've swapped out all the SSE code for ARM equivalent (one macro remains and is being worked on)

Everything compiles perfectly but then I get the report below + a core dump

Also done a Pi4 version but OpenGL is only up to 3.1 for bleeding edge mesa (3.2 is promised)

glxinfo looks like this

server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 4.6.0 NVIDIA 32.2.1
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL version string: 4.6.0 NVIDIA 32.2.1
OpenGL shading language version string: 4.60 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 32.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,


obs log looks like this

10:34:48.963: Command Line Arguments: --verbose
10:34:48.963: Physical Cores: 4, Logical Cores: 4
10:34:48.963: Physical Memory: 3964MB Total, 905MB Free
10:34:48.963: Kernel Version: Linux 4.9.140-tegra
10:34:48.963: Distribution: "Ubuntu" "18.04"
10:34:48.964: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.19.6
10:34:48.965: found alternate keycode 129 for OBS_KEY_NUMPERIOD which already has keycode 91
10:34:48.965: found alternate keycode 218 for OBS_KEY_PRINT which already has keycode 107
10:34:48.966: Portable mode: false
10:34:49.213: OBS 24.0.3-82-gb98ea73cd-modified (linux)
10:34:49.213: ---------------------------------
10:34:49.214: ---------------------------------
10:34:49.215: audio settings reset:
10:34:49.215: samples per sec: 44100
10:34:49.215: speakers: 2
10:34:49.251: ---------------------------------
10:34:49.251: Initializing OpenGL...
 
Top