Game Development Community

Random xml deseralize error bug

by Will O-Reagan · in Torque X 2D · 04/11/2007 (10:55 pm) · 1 replies

I have a component which has about 14 values i can enter for it in TGBX. I was messing around with the values and hitting play on the editor, when I got an error message saying a str value 32bit integer was out of range. As a side note, i was setting for radions, and playing with going between negative and positive radions...

I removed the component, and re-added it, the error went away.

About the author

I have a degree in dramatic art, and literature, from UC Santa Barbara. I've worked for a few studios, also at Animax Ent in 2008, and some smaller studios. Currently studying Computer Science at CSU Channel Islands.


#1
04/11/2007 (11:34 pm)
Sounds similar to my experiences:

www.garagegames.com/mg/forums/result.thread.php?qt=59951

It seems that TGBX allows you to enter incorrectly formatted parameters and it will cause an exception in SceneLoader/C#. If you get it again, check the XML for improperly formatted values.

Matias