Page 2 of 2

Re: Image is not rendered / displayed (all white)

Posted: Fri May 04, 2012 2:09 pm
by Nixola
Your graphics card may not support images bigger than 1024x1024 then... Try this (the image is cropped)

Re: Image is not rendered / displayed (all white)

Posted: Fri May 04, 2012 2:17 pm
by tobyhijzen
Boolsheet wrote:LÖVE currently doesn't catch the error when the graphics driver fails to load big images. Your graphics card/driver seems to be limited to 1024x1024 textures. It may be higher, but LÖVE will pad it to 2048 if the card doesn't support non-power-of-two textures and surely go over it.

You'll have to split the image up in smaller parts.
Apperantly this is my problem. I chopped the image in two now it works :) Thanks!

Re: Image is not rendered / displayed (all white)

Posted: Fri May 04, 2012 7:34 pm
by mickeyjm
tobyhijzen wrote:
Nixola wrote:Can you upload the .love here?
.love? which file do you mean? Aren't those for linux? I'm running windows.
Image

Re: Image is not rendered / displayed (all white)

Posted: Fri May 04, 2012 7:38 pm
by Petunien
Don't exaggerate. ^^

Re: Image is not rendered / displayed (all white)

Posted: Fri May 04, 2012 7:42 pm
by Nixola
mickeyjm wrote:
tobyhijzen wrote:
Nixola wrote:Can you upload the .love here?
.love? which file do you mean? Aren't those for linux? I'm running windows.
Image
@Mickeyjim: You can't know everything, can you?

Re: Image is not rendered / displayed (all white)

Posted: Sat May 05, 2012 8:24 am
by mickeyjm
Nixola wrote: @Mickeyjim: You can't know everything, can you?
.love files are kinda the first thing ppl should no, other than lua ofc, if they are using love