SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.63k stars 1.11k forks source link

FATAL Exception: file nonexistant: .//converted/termcolors.docx #83

Closed behind1231 closed 9 years ago

behind1231 commented 9 years ago

to run a :FATAL Exception: file nonexistant: .//converted/termcolors.docx

behind1231 commented 9 years ago

is bug ????

zaxozhu commented 9 years ago

Did you launched the openage like this - ./openage --data=assets?

goto-bus-stop commented 9 years ago

This just means that openage can't find your assets. Have you run make media? If you have, try running make run, it should pass the correct assets path to the binary.

mic-e commented 9 years ago

Please just follow the instructions from building.md, as pointed out in your other issue report.

Of course, this should be automated. Related issues are #85 and #86. A fix is #110.