Menu

Can't start trigger 0.6.2 after compilation

Help
m0z4rt
2015-11-16
2015-11-16
  • m0z4rt

    m0z4rt - 2015-11-16

    Please help with below error

    Trigger init
    Build: 0.6.1 on Nov 15 2015 at 22:34:42
    Initialising PhysFS
    Set writable user directory to "/home/bbarski/"
    Reset writable user directory to "/home/bbarski/.trigger"
    Application base directory "/home/bbarski/local/trigger-rally/bin/"
    Main game data directory datadir="${prefix}/share"
    Failed to add PhysFS search directory "${prefix}/share"
    PhysFS: File not found
    Loading game configuration
    Initialising SDL
    Create window and set video mode
    Found 1 joystick
    Joystick 1: Microsoft Microsoft® Nano Transceiver v1.0, 37 axis, 75 button, 0 hat
    GLEW initialized
    Graphics: Intel Open Source Technology Center Mesa DRI Intel(R) Broadwell GT1 x86/MMX/SSE2
    Using OpenGL 2.0
    Initialising render subsystem
    Initialising texture subsystem [SDL_Image]
    Initialising effects subsystem
    Initialising model subsystem
    Initialising audio subsystem [OpenAL]
    Performing app load
    Loading image "textures/splash/splash.jpg"
    Failed to load textures/splash/splash.jpg: textures/splash/splash.jpg, PhysFS: No such file or directory at src/pengine/texture.cpp:74
    App load failed: Failed to load splash screen at src/trigger/main.cpp:36
    Shutting down audio subsystem
    Shutting down model subsystem
    Shutting down effects subsystem
    Shutting down texture subsystem
    Shutting down render subsystem

     
  • Onsemeliot

    Onsemeliot - 2015-11-16

    Did you Install "PhysFS"? It seems to be missing.

    Did you follow the instructions in the README.txt? You might end up with different unresolvable dependencies if you didn't take care of it.

     
  • Andrei

    Andrei - 2015-11-16

    @m0z4rt: it seems to me that you have built the game without specifying the datadir at the configuration stage, like:

    ./configure --datadir="/location/of/data/"
    jam
    

    Having said that I strongly recommend that you download the work-in-progress version 0.6.3. You do this by going to:

    Code -> Download Snapshot

    in the upper right side. Then read the file doc/BUILDING.txt and hopefully it will go smoothly.

     

Log in to post a comment.