Hi !
I have a old file i make with “Save Runtime”
The file is create using old Blender and Debian SO
Now i make run in Fedora OS and output is
./fish
guessing './fish' == '/media/disk/cat/./fish'
argv[0] = './fish'
Error: libGL.so: cannot open shared object file: No such file or directory
Detected GL_ARB_texture_env_combine
Detected GL_ARB_texture_cube_map
ERROR: GL_ARB_multitexture implementation is broken!
ERROR: GL_ARB_shader_objects implementation is broken!
ERROR: GL_ARB_vertex_shader implementation is broken!
Detected GL_ARB_fragment_shader
ERROR: GL_ARB_vertex_program implementation is broken!
Detected GL_ARB_depth_texture
Detected GL_EXT_separate_specular_color
GL_VERSION: 2.1 (2.1 Mesa 7.1 rc1)
Could not open SDL library: libSDL.so: cannot open shared object file: No such file or directory
I have same hardware and Fedora have Direct Rendering
glxinfo | grep direct
direct rendering: Yes
What happen ?
How i make the perfect runtime on linux ?
Thank you !