trsoluti / space_shooter

A simple 2D space-shooter game that demonstrates how to make a game using Amethyst.
Other
85 stars 5 forks source link

Configuration error when launching #8

Open tpbadger opened 3 years ago

tpbadger commented 3 years ago

Compiled from source fine but when trying to launch the game get Error occurred during game execution: Configuration error . Not sure if there is anything that needs to be changed in the .ron files but everything seems to already be configured?

OS is Ubuntu 20.04 Mate.

trsoluti commented 3 years ago

Thanks for reporting this, @tpbadger! I can't see immediately what might be causing the problem, as the configuration files for space_shooter are quite simple. Are you able to run other amethyst examples in your configuration?

You should also check that you have all the required support items installed for Ubuntu, as described in the Amethyst README document.

If your problem still persists, can you attach a stack dump of what generates the error?

Hope this is helpful,

Thomas O'Dell