Game Development Community

Editor crash bug + fix - 1.4.2

by James Thompson · in Torque Game Engine · 09/13/2006 (9:17 am) · 0 replies

Hi,

I have a MAJOR problem where the editors wont open with the new platformfont's types

1.4
U8  xOffset;
      U8  yOffset;
      U8  width;
      U8  height;
      S8  xOrigin;
      S8  yOrigin;
      S8  xIncrement;

1.4.2
U32  xOffset;
      U32  yOffset; 
      U32  width;
      U32  height;
      S32  xOrigin;
      S32  yOrigin;
      S32  xIncrement;

with the new values I get set::object out of range and a crash when loading the editors, but everything works fine with the old values

About the author

Been a programmer for a few years, started when I was quite young and got into it so carried on through my life. Currently studying at Kent Uni in Canterbury.