Hi folks,
Do you know, how to fix errors like the "severe exception in line ..."?
in this line I change the resolution in a game.
First time i run the menu and change the res to start the game, new display mode, no problem. Changing the Res back to enter the menu,new res, no Problem again, but when I want to start the game again there comes the severe exception. But Why ???
I unloaded every media
delete static objects
FOR t= 1 to 65535
IF OBJECT EXIST(t) THEN DELETE OBJECT t
IF IMAGE EXIST(t) THEN DELETE IMAGE t
IF MATRIX EXIST(t) THEN DELETE MATRIX t
NEXT t
FOR t= 1 to 1024
IF SOUND EXIST(t) THEN DELETE SOUND t
NEXT t
FOR t= 1 to 32
IF MUSIC EXIST(t) THEN STOP MUSIC t
NEXT t
FOR t= 1 to 32
IF MUSIC EXIST(t) THEN DELETE MUSIC t
NEXT t
and undimmed every array, no use of Mipmap, closed every File.... This are the tips I read in other threats about this problem. But nothing helped.
Do you know, what can be the reason for this Error. Or is this a bug this a bug that will never be fixed???
thx
Ifi
E = mc³ -think about!