GameSalad.exe has stopped working

When I create a new project and saved it opens normally, but if I change the background color of the scene and saved when trying to open it crashes and reports this error:

"GameSalad.exe has stopped working"

When I look at the XML that scene I see that the code of colors is with fractional numbers (comma), if I remove these commas and replace numbers for RGB colors he usually opens the project.

For example, when saving:
<red> 0,00279827 </ red>

I do I change to:
<red> 255 </ red>

And back to work, but if I save, the irregular number back and the error happens.

Comments

Sign In or Register to comment.