Your love file works fine for me on OSX. Your code tries to create the file in LÖVE's current working directory, which is in the folder the .exe resides in if you run it in Windows, I believe - C:\Program Files\LOVE\ with the default installation. Do you lack admin permissions on that computer? (or perhaps UAC is interfering there? I'm not very familiar with it.)Roland_Yonaba wrote:Windows 7, x32 for me. Using a standard version of love, this specific one. Am I missing something ?
Here's the example (see *.love attached). With Love 0.7.2 I won't have any problem. But with Love 0.8.0, I just get this screen.
Note that the default current working directory when you open LÖVE can vary wildly depending on OS, how the user is running LÖVE, and other user-determined factors. It is generally a bad idea to write to it, both because files could end up all over the place and because the executable might not have write permissions in the working directory (as seems to be the case on your system.)