Page 1 of 1
errors
Posted: Wed Jul 29, 2009 6:30 am
by Pliskin09
hey guys. i want to somehow print stuff to read (values of variables) but the game crashes before anything is draw (i want to print var's to figure out whats happening).
how can i do this..?
Re: errors
Posted: Wed Jul 29, 2009 9:24 am
by rude
Anything useful in stdout.txt or stderr.txt? (If you're on Windows)
Re: errors
Posted: Wed Jul 29, 2009 10:15 am
by Pliskin09
nop; the error one displays exactly what the default blue love error screen shows, and the stdout shows everything initiating, then quiting. (Where the error occurs i guess huh). nothing in between
Re: errors
Posted: Wed Jul 29, 2009 11:24 am
by Arthurio
well what happens if you put print("debug1") right after function load() ? ...
Re: errors
Posted: Wed Jul 29, 2009 12:05 pm
by Pliskin09
something magical
(it works).
thanks