anura-engine / anura

Anura Engine
Other
384 stars 78 forks source link

Missing files? #33

Closed andoruB closed 9 years ago

andoruB commented 9 years ago

So after finishing compiling the engine, I wanted to run it with Frogatto's data. I downloaded the data from the GIT, and ran the application, but I got this:

$ ./anura
Frogatto engine version 1.4
Build Options: box2d isomap save_png sdl2 shaders svg
LOOKING IN 'modules/frogatto/module.cfg': 1
SET PREFERENCES PATH: ~/.frogatto/
PARSE ERROR: : Could not find file /home/andoru/.frogatto//dlc/lib_2d/module.cfg
PARSE ERROR: : Could not find file /home/andoru/.frogatto//dlc/lib_2d/module.cfg
terminate called after throwing an instance of 'json::parse_error'
Aborted

Am I missing something? Running on CrunchBang 11 "Waldorf" x86 with Unstable Debian Repos

DDR0 commented 9 years ago

Uh, have you tried placing the frogatto module in anura/modules/frogatto? This is a very strange error.

DDR0 commented 9 years ago

Ok, you should come chat with us on IRC (internet relay chat). We are #frogatto on irc.freenode.net.

andoruB commented 9 years ago

Yes, I did try that, otherwise I wouldn't be able to get to this point. I'll be joining your irc channel now :)

andoruB commented 9 years ago

Was yesterday but nobody knew what to tell me. Will jump in the chat again today.

andoruB commented 9 years ago

Fixed it now, for those of you who get the same error: Make sure you clone Frogatto's files under the /modules/ folder under the anura tree. I just copied the compiled executable after finished building anura, causing it to miss some files.