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

Game exits with exception "unknown enum value RESSOURCES" #144

Closed olafito18 closed 9 years ago

olafito18 commented 9 years ago

After a git pull, and make clean, configure, make, and ./openage I got this:

MSG ERROR: unknown enum value 'RESSOURCES' encountered. valid are: RESOURCES,TREES,NEARBY_UNITS,TARGET_ONLY FATAL Exception: unknown enum value 'RESSOURCES' encountered. valid are: RESOURCES,TREES,NEARBY_UNITS,TARGET_ONLY

mic-e commented 9 years ago

This is due to a change in the convert script. Unfortunately you'll have to make media again. (#119)

olafito18 commented 9 years ago

Ok, i'm gonna run make media. Thanks

olafito18 commented 9 years ago

After make media works fine again.