Unspecified error

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
NilPirate
Prole
Posts: 5
Joined: Wed Sep 07, 2011 12:38 am

Unspecified error

Post 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
Attachments
mapper.love
(1.22 KiB) Downloaded 72 times
User avatar
Boolsheet
Inner party member
Posts: 780
Joined: Wed Dec 29, 2010 4:57 am
Location: Switzerland

Re: Unspecified error

Post 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? ;)
Shallow indentations.
NilPirate
Prole
Posts: 5
Joined: Wed Sep 07, 2011 12:38 am

Re: Unspecified error

Post by NilPirate »

Woops. Thanks, I didn't realize that >.<
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests