Page 1 of 1

Love2d crashes (only under win10)

Posted: Sat Aug 22, 2015 4:26 am
by braveslav
Hey!
I experience instant crashes when I try to run any of my löve projects under Win10.
Before updating to Win 10 everything was ok.
Sometimes the game does start without crash, but it happens approximately only one time in ten.
Under Ubuntu the same games run fine.
Have someone experienced this too? What can be the cause of the problem?

Re: Love2d crashes (only under win10)

Posted: Sat Aug 22, 2015 7:15 am
by rmcode
Do you get any crash logs when the game crashes, or does it just close? I am not sure if you can do this on windows, but on OSX you can start the game and write all of its output to a file instead of the terminal by doing something like:

Code: Select all

run love project > console_output.txt
If there is a crash log, you can find it in the .txt file afterwards. It makes sense to post a new ticket in the issue tracker if you think that it isn't caused by your projects.

Do you use LÖVE 0.9.2 or 0.10.0?

Re: Love2d crashes (only under win10)

Posted: Sat Aug 22, 2015 7:48 am
by braveslav
rmcode wrote:Do you get any crash logs when the game crashes, or does it just close?
It just closes. I tried to save a .txt file according to your advice, but it saves just an empty .txt
There's nothing in console too when I try to run LÖVE with --console param
Do you use LÖVE 0.9.2 or 0.10.0?
I use 0.9.2

Re: Love2d crashes (only under win10)

Posted: Sun Aug 23, 2015 2:19 pm
by braveslav
So I have a little update:
I figured out that somehow it is related to win 10 nvidia drivers
When I run the game using the integrated graphics card, everything's fine
Updating the drivers brought no success
:x

Re: Love2d crashes (only under win10)

Posted: Mon Aug 24, 2015 4:42 am
by Davidobot
I had the exact same problem. I solved it by either switching to LOVE 0.9.2 x32 bit version or just 0.10.0