Menu

#5 Can't start Trigger from SVN after jam (arch linux 64bit)

closed
nobody
None
5
2012-10-11
2011-11-09
qubodup
No

Hi, this might be a duplicate of https://sourceforge.net/tracker/?func=detail&aid=3421576&group_id=157028&atid=802152 but I can't comment on that one for some reason.

~/.trigger/ gets created but is empty. I have had no previous installs.

$ ./trigger
Trigger init
Build: 0.6.0 on Nov 9 2011 at 04:31:02
Initialising PhysFS
Set writable user directory to "/home/qubodup/"
Reset writable user directory to "/home/qubodup/.trigger"
Application base directory "/home/qubodup/src/subversion/trigger-rally/"
Main game data directory datadir="${prefix}/share"
Failed to add PhysFS search directory "${prefix}/share"
PhysFS: File not found
Loading game configuration
No user config file, copying over defaults
Copying "trigger.config.defs" to "trigger.config"
Copy failed: PhysFS: File not found
Couldn't create user config file. Proceeding with defaults.
Load failed: PhysFS: File not found
Error: Couldn't load configuration file
TinyXML:
Your data paths are probably not set up correctly
Config failed: Boink at src/trigger/main.cpp:133

Discussion

  • Ishmael

    Ishmael - 2011-11-09

    Yes, it does look like a duplicate of 802152. Unfortunately, that bug has not been fixed yet. Can you try copying the trigger into the data directory and run it from there? Let us know if that helps.

     
  • Ishmael

    Ishmael - 2011-11-09

    Sorry that should be, try copying the trigger executable into the data directory.
    That is something like:
    cd /home/qubodup/src/subversion/trigger-rally
    cp trigger data/
    cd data/
    ./trigger

     
  • qubodup

    qubodup - 2011-11-09

    Ah, I could have found that info if I had checked doc/README! sorry!

    Shouldn't checkout repositories when tired :)

     
  • qubodup

    qubodup - 2011-11-09

    PS: yes it works simply copying the binary. :)

     

Log in to post a comment.