Page 1 of 1

Unspecified error

Posted: Sat Dec 03, 2011 9:32 pm
by NilPirate
Hello,
Whenever I try to run this code, it gives me a blue screen (as in the background of the love error screen), but covering the entire screen, so I can't really see any of the errors it gives me. I've looked it over, and couldn't see anything wrong, so can any of you help me with this? Thanks!

EDIT: To add, there is no map.lua yet, but that shouldn't make it go fullscreen. Sorry

Re: Unspecified error

Posted: Sat Dec 03, 2011 11:22 pm
by Boolsheet

Code: Select all

local success = g.setMode(mapx*16,mapy*16+100,false,true,0)
You're setting the display mode to 1600x1700. Is your screen really that big? ;)

Re: Unspecified error

Posted: Sun Dec 04, 2011 1:36 pm
by NilPirate
Woops. Thanks, I didn't realize that >.<