I'm still really new to Love too and creating the new build system in Sublime Text using the code from the wiki didn't work for me either (got the same error). In the end I ended up adding the Love directory to my environment variables then using this..
Code: Select all
{
"selector": "source.lua",
"cmd": ["love.exe", "$file_path"],
"shell": true
}
Cheers!