Page 1 of 1

Error

Posted: Sun Sep 27, 2020 7:37 am
by Someone
When I press Alt + L to run the game, it gives me this error: "Running the contributed command: 'pixelbyte.love2d.run' failed." Can someone help?

Re: Error

Posted: Sun Sep 27, 2020 4:59 pm
by zorg
Hi and welcome to the forums.

What game exactly? What OS are you on? and why would alt+L work to run something?

Re: Error

Posted: Sun Sep 27, 2020 8:44 pm
by CogentInvalid
Looks like it's the run command for this VSCode extension: https://marketplace.visualstudio.com/it ... yte-love2d

You could try checking the settings for that extension to make sure that it has the correct path to love.exe.

Re: Error

Posted: Wed Sep 30, 2020 6:57 am
by Felix_Maxwell
I use this same extension - go to: File --- Preferences --- settings, search for 'love' in the settings search bar that appears, and you'll see where to put the path to the file, including the file itself (love). On windows its in program files, on linux its usually usr/bin/love and on apple its gotta be in the apps folder

Re: Error

Posted: Sat Feb 06, 2021 7:32 pm
by devfail
I was getting the same error when opening the file directly for editing with VS Code

Instead open the folder where file is saved using "File>Open Folder" menu( select the folder where your main.lua file is)


Regards