Love2d won't build with Sublime Text 3
Posted: Tue Jul 21, 2015 6:39 am
I've tried all different versions of Sublime Text. I checked, and LuaLove is checked in the Build System. Whenever I try to build a program I wrote, this pops up:
[WinError 2] The system cannot find the file specified
[cmd: ['lua', 'C:\\Khavan\\main.lua']]
[dir: C:\Khavan]
[path: C:\ProgramData\Oracle\Java\javapath;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files (x86)\QuickTime\QTSystem\]
[Finished]
I have no idea what this means. I checked the location of the lua file, but it still exists and the file is still there.
Also, here's the simple code I tried to run:
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end
[WinError 2] The system cannot find the file specified
[cmd: ['lua', 'C:\\Khavan\\main.lua']]
[dir: C:\Khavan]
[path: C:\ProgramData\Oracle\Java\javapath;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Autodesk\Backburner\;C:\Program Files (x86)\QuickTime\QTSystem\]
[Finished]
I have no idea what this means. I checked the location of the lua file, but it still exists and the file is still there.
Also, here's the simple code I tried to run:
function love.draw()
love.graphics.print("Hello World!", 400, 300)
end