Search found 4 matches

by MeepNaysh
Tue Jul 28, 2020 11:41 pm
Forum: Support and Development
Topic: Sublime Text 3 has stopped building main.lua files
Replies: 6
Views: 4134

Re: Sublime Text 3 has stopped building main.lua files

This is assuming you use the "Love2D" variant in that build system... (also, I may be over-explaining things a bit) The "${project_path:${folder:${file_path}}}" string is the important part when Sublime tries to launch LÖVE. As you may know, to run a LÖVE game you give love.exe ...
by MeepNaysh
Tue Jul 28, 2020 12:00 am
Forum: Support and Development
Topic: Sublime Text 3 has stopped building main.lua files
Replies: 6
Views: 4134

Re: Sublime Text 3 has stopped building main.lua files

Sublime might be pointing to wrong destination folder when you run the build command, so I recommend checking the build system you are using to run löve. I opened up the build system, but I have no idea how to decipher this. Can anyone translate, or suggest what the problem might be based on this? ...
by MeepNaysh
Mon Jul 27, 2020 3:22 am
Forum: Support and Development
Topic: Sublime Text 3 has stopped building main.lua files
Replies: 6
Views: 4134

Re: Sublime Text 3 has stopped building main.lua files

sphyrth wrote: Mon Jul 27, 2020 1:26 am Since it works on Notepad++, the problem probably lies in Sublime. It probably has new running configurations. Did you update it recently?
I don't recall an update. I did try reinstalling it and the lua love package, but that was after the problem had already started.
by MeepNaysh
Sun Jul 26, 2020 10:00 pm
Forum: Support and Development
Topic: Sublime Text 3 has stopped building main.lua files
Replies: 6
Views: 4134

Sublime Text 3 has stopped building main.lua files

I am trying to complete the edX games50 course, and I recently started it again after putting it down for about a month. A month ago, Sublime text 3 worked perfectly, now, for a reason I cannot understand, it won't build. I've tested the files with notepad++ and they run perfectly, but notepad++ hur...