How to solve: love.exe has stopped working (Windows 7)
Posted: Thu Jan 20, 2011 5:37 pm
If you're working on Windows 7, you might have this problem when trying to debug your love2d programs:
To solve this, find your LOVE directory and view its properties and click on the Security tab: Click on Advanced, then Change Permissions, then select your username and click Edit. Check "Full Control": Click OK, OK, OK, OK to clear all the properties windows. Now run your crashing program again for great success! Edit: if multiple users are going to run love2d, you might have to change the permissions for each of them.
Instead of displaying useful debug information, love.exe simply crashes. This is because since Windows 7, the Program Files and Program Files (x86) directories are protected and love.exe is not allowed to write its errors to stdout.txt.To solve this, find your LOVE directory and view its properties and click on the Security tab: Click on Advanced, then Change Permissions, then select your username and click Edit. Check "Full Control": Click OK, OK, OK, OK to clear all the properties windows. Now run your crashing program again for great success! Edit: if multiple users are going to run love2d, you might have to change the permissions for each of them.