options.graphics.motionblur = false
options.graphics.vignette = false
options.graphics.shader = false
options.graphics.parallax = false --(although this shouldn't cause it)
You can re-enable them one-by-one, later in the options menu. (make sure to let me know what was causing the bug )
If you don't know where your save directory is located, take a look here: https://love2d.org/wiki/love.filesystem
If the problem still occurs, please tell me your OS and system speccs.
now I'm getting a blue screen, I changed all those variables and its still the same
Im on windows XP, 777 MHz, 3 GB RAM
Macunfadebo wrote:tested on a 2.79 GHz and its still the same blue screen
I'm really no expert, but I could imagine all the systems you tried it with doesn't support the game.
for me it runs just fine and my specs aren't the best at all :
AMD A6 APU 4 x 1,5 Ghz
4GB Ram
Radeon HD 7670M ( 1 GB )
Win7 64bit
I assume your systems doesn't have a proper graphics card which supports canvas, pixel effects.. things like that.
If you want know whats wrong you could post the system specs I posted and the error message of the "blue screen".
Macunfadebo wrote:tested on a 2.79 GHz and its still the same blue screen
I'm really no expert, but I could imagine all the systems you tried it with doesn't support the game.
for me it runs just fine and my specs aren't the best at all :
AMD A6 APU 4 x 1,5 Ghz
4GB Ram
Radeon HD 7670M ( 1 GB )
Win7 64bit
I assume your systems doesn't have a proper graphics card which supports canvas, pixel effects.. things like that.
If you want know whats wrong you could post the system specs I posted and the error message of the "blue screen".
theres no error message, its just a blue background screen, much like this site's blue color
Macunfadebo wrote:tested on a 2.79 GHz and its still the same blue screen
I'm really no expert, but I could imagine all the systems you tried it with doesn't support the game.
for me it runs just fine and my specs aren't the best at all :
AMD A6 APU 4 x 1,5 Ghz
4GB Ram
Radeon HD 7670M ( 1 GB )
Win7 64bit
I assume your systems doesn't have a proper graphics card which supports canvas, pixel effects.. things like that.
If you want know whats wrong you could post the system specs I posted and the error message of the "blue screen".
theres no error message, its just a blue background screen, much like this site's blue color
Please provide detailed system information.
Maybe even post a screenshot.
Also, what exact version of löve do you use?
i using iMAC OSX 10.6.8
launching lsd-demo.love, i get only a light blue fullscreen, no sound.
ESCAPE key quit the application.
LOVE version 0.8.0
i try what i in one of previous post, but no changes.
---------------
If it still won't work. Please take a look at YOURSAVEDIRECTORY/LOVE/LSD/settings.lua.
In this file, set the following options to false:
CODE: SELECT ALL
options.graphics.motionblur = false
options.graphics.vignette = false
options.graphics.shader = false
options.graphics.parallax = false --(although this shouldn't cause it)
-----------------------
i try to extract files changing extension love to zip, and then run with ZeroBraneStudio, but same result.