Hello everyone, trying to get rid of this unfortunate bug. My glxinfo | grep OpenGL results are as follows
glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 4.0, 256 bits)
OpenGL version string: 3.0 Mesa 17.1.0-devel
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
and my glxinfo | grep Max details are as follows
glxinfo | grep Max
Max core profile version: 3.3
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.0
lscpu returns i5-3570, which supports opengl 3.2+
lspci returns xeon E3-1200 for VGA adapter, which also supports opengl 3.2+
however, i seem to be unable to launch OBS at all, here are my logs.
23:48:28.542: Processor: 4 logical cores
23:48:28.543: Processor: Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz
23:48:28.543: Physical Memory: 15933MB Total
23:48:28.543: Kernel Version: Linux 3.14.32-xxxx-grs-ipv6-64
23:48:28.543: Distribution: "Ubuntu" "16.04"
23:48:28.557: OBS 0.16.2 (linux)
23:48:28.557: ---------------------------------
23:48:28.557: ---------------------------------
23:48:28.557: audio settings reset:
23:48:28.557: samples per sec: 44100
23:48:28.557: speakers: 2
23:48:28.603: ARB_GLX_create_context not supported!
23:48:28.603: Failed to create context!
23:48:28.603: device_create (GL) failed
23:48:28.604: Failed to initialize video: Unspecified error
23:48:30.126: Freeing OBS context data
23:48:30.326: == Profiler Results =============================
23:48:30.326: run_program_init: 1830.76Â ms
23:48:30.326: â"£OBSApp::AppInit: 0.974Â ms
23:48:30.326: â"f â"-OBSApp::InitLocale: 0.805Â ms
23:48:30.326: â"-OBSApp::OBSInit: 93.975Â ms
23:48:30.326: â"£obs_startup: 1.3Â ms
23:48:30.326: â"-OBSBasic::OBSInit: 46.612Â ms
23:48:30.326: â"£OBSBasic::InitBasicConfig: 0.488Â ms
23:48:30.326: â"£OBSBasic::ResetAudio: 0.07Â ms
23:48:30.326: â"-OBSBasic::ResetVideo: 45.991Â ms
23:48:30.326: obs_hotkey_thread(25Â ms): min=0.156Â ms, median=0.366Â ms, max=288.615Â ms, 99th percentile=288.615Â ms, 93.1818% below 25Â ms
23:48:30.326: audio_thread(Audio): min=0.005Â ms, median=0.007Â ms, max=0.021Â ms, 99th percentile=0.021Â ms
23:48:30.326: =================================================
23:48:30.326: == Profiler Time Between Calls ==================
23:48:30.326: obs_hotkey_thread(25 ms): min=25.214 ms, median=25.43 ms, max=313.691 ms, 60.4651% within ±2% of 25 ms (0% lower, 39.5349% higher)
23:48:30.326: =================================================
23:48:30.327: Number of memory leaks: 130
i would greatly appreciate some help, as a friend of mine with a server on the same slot was able to run OBS perfectly fine...