mccoyst / min-game

Automatically exported from code.google.com/p/min-game
MIT License
2 stars 1 forks source link

Better error handling for resources #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When min is run from a directory other than the min-game, a panic is the 
result. When running with gdb, it can be seen that the panic happens when 
trying to load and set the color on a font in the New function of Ui.

The process needs to detect missing resource files and print out a friendly 
error message before a crash occurs. 

Original issue reported on code.google.com by chris.se...@gmail.com on 12 Nov 2012 at 4:35

GoogleCodeExporter commented 9 years ago

Original comment by Mcco...@gmail.com on 12 Nov 2012 at 4:37

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 1d7cd7d3d401.

Original comment by burns.ethan@gmail.com on 12 Nov 2012 at 5:41