Mac OS Intel Card problem!

    Joined
    Jul 23, 2016
    Messages
    1
    Reaction score
    0
    Mac OS El Capitan (10.11.6)
    Macbook Pro (late 2013) 13-inch
    Intel Iris Card
    Java Runtime Last Update

    Java Critical Error "Cannot run program ./lib/ffmpeg-mac: erorr=316, Unknown error: 316" When try to start game and spawn .
    Does it resolved?
     

    Attachments

    Joined
    Jul 17, 2013
    Messages
    1,429
    Reaction score
    205
    • Tester
    Its not fixed afaik : ⚓ T1551 Video Crash for Mac Not Fixed

    do this :
    open the settings.cfg with a text editor
    search for these lines (likely at the end of the file) and change them into this

    PLAY_INTRO = false //Play Intro

    TUTORIAL_PLAY_INTRO = false

    this disables the video playback and you should be able to play again
     
    Joined
    Dec 16, 2013
    Messages
    130
    Reaction score
    83
    • Legacy Citizen 2
    • Community Content - Bronze 1
    • Purchased!
    • Legacy Citizen
    Mac OS El Capitan (10.11.6)
    Macbook Pro (late 2013) 13-inch
    Intel Iris Card
    Java Runtime Last Update

    Java Critical Error "Cannot run program ./lib/ffmpeg-mac: erorr=316, Unknown error: 316" When try to start game and spawn .
    Does it resolved?
    This looks a lot like the wrong permissions issue that got fixed not too long ago(supposedly, though I still run into this a bit). Are you running the latest starmade?

    If you are running the latest, try the following:
    1. Open the terminal program. (I believe it's located in /Applications/Utilities/)
    2. From there type cd <path to your starmade folder>
    3. Then type chmod 755 ./lib/ffmpeg*
    4. Then try running starmade again, and see if that fixes the issue.
     
    Joined
    Aug 1, 2015
    Messages
    10
    Reaction score
    2
    I had a similar problem on my macbook pro 2014 and I fixed it by changing the Launcher settings to run the game using my own java installation instead of the one in starmade (because starmade uses its own version of java by default) and I also turned the intro off as well

    hope it helps :)