SDL failure on Debian?

  • #1, by julien-nvoFriday, 18. February 2022, 15:44 2 years ago
    Hi all,

    I've just downloaded Visionaire Studio 5 for Linux (19.01.22), and while it doesn't crash, it only shows an empty UI with no menu or any interactive elements. The command line shows the following:

    SDL Dynamic API Failure!
    Couldn't load overriding SDL library. Please fix or remove the SDL_DYNAMIC_API environment variable. Using the default SDL.
    
    15:38:46.134:Initializing graphics interface. Surface size: 1366x768, render size: 1366x768
    15:38:46.152:Loading '/tmp/.mount_VisionjQOybN/xml/images.xml'...
    15:38:46.152:Loading image-list "etypedata"...
    15:38:46.164:Loading '/tmp/.mount_VisionjQOybN/xml/language.2.english.xml'...
    15:38:46.182:Loading '/tmp/.mount_VisionjQOybN/xml/structures.xml'...
    15:38:46.182:Loading '/tmp/.mount_VisionjQOybN/xml/actions.xml'...
    15:38:46.182:Loading '/tmp/.mount_VisionjQOybN/xml/actionParts.xml'...
    15:38:46.184:Finished sorting action parts.
    15:38:46.184:Loading valid links...
    15:38:46.185:Successfully loaded 'xml/validlinks.xml'.
    15:38:47.564:table: 0x7f6b6c0014b0
    15:38:50.057:no uniform bias in shader
    15:38:50.057:OpenGL init: Incomplete attachment.
    15:38:50.072:no uniform resolution in shader
    15:38:50.073:no uniform resolution in shader



    By clicking at random, I can open file piker to save .ved files, so there *is* something going on. But the rendering is all broken.
    My Linux is a Debian 10 (buster), 64 bits.

    Thanks!

    Newbie

    2 Posts


  • #2, by SimonSFriday, 18. February 2022, 16:23 2 years ago
    Check that all opengl related things are installed and up-to-date, especially mesa-utils.

    The SDL library has a system to be overriden by a local file but yours is not compatible so it won't be used.

    The problem is here: OpenGL init: Incomplete attachment. But that's about the graphics drivers.

    Thread Captain

    1580 Posts

  • #3, by julien-nvoSunday, 20. February 2022, 20:24 2 years ago
    Thanks for your reply. I updated everything I could, but it still doesn't work. I suspect my graphics card is too old (about 10 years). Fortunately I can also work on Windows, which runs fine. Thanks!

    Newbie

    2 Posts