Page 2 of 2

Re: love2d seems to work fine, yet it doesnt respond

Posted: Thu Jul 11, 2019 8:32 pm
by danielneedshelp
it takes any game (including the no game screen) and freezes

Re: love2d seems to work fine, yet it doesnt respond

Posted: Thu Jul 11, 2019 8:33 pm
by danielneedshelp
TheHUG wrote: Wed Jul 10, 2019 5:03 pm huh, bab should be packaging the .exe themselves in principle. though I imagine that wouldn't solve your problem, as you also have it with the zipped exe.
If you run love.exe it without the game code, does it still become unresponsive? or is it only when packaged together with bab?
it doesent matter what i put in it, or how i open it, it just freezes

Re: love2d seems to work fine, yet it doesnt respond

Posted: Thu Jul 11, 2019 10:42 pm
by slime
Can you try the latest pre-release build of LÖVE 11.3?
32 bit: https://ci.appveyor.com/api/buildjobs/t ... -win32.zip
64 bit: https://ci.appveyor.com/api/buildjobs/b ... -win64.zip

I'd also make sure your graphics drivers are as up to date as possible. Some older drivers (especially for intel GPUs) have bugs which might cause that.

It's also possible there's antivirus software on your computer that's accidentally flagging LÖVE and preventing it from running properly. If the above doesn't work and you are using antivirus software, I'd try whitelisting LÖVE or disabling the antivirus temporarily to see if that's the cause.

Re: love2d seems to work fine, yet it doesnt respond

Posted: Sat Jul 13, 2019 8:05 pm
by danielneedshelp
slime wrote: Thu Jul 11, 2019 10:42 pm Can you try the latest pre-release build of LÖVE 11.3?
32 bit: https://ci.appveyor.com/api/buildjobs/t ... -win32.zip
64 bit: https://ci.appveyor.com/api/buildjobs/b ... -win64.zip

I'd also make sure your graphics drivers are as up to date as possible. Some older drivers (especially for intel GPUs) have bugs which might cause that.

It's also possible there's antivirus software on your computer that's accidentally flagging LÖVE and preventing it from running properly. If the above doesn't work and you are using antivirus software, I'd try whitelisting LÖVE or disabling the antivirus temporarily to see if that's the cause.
tried both, nothing new happened