Page 1 of 1

I can't seem to get LOVE to start

Posted: Tue Feb 27, 2024 1:19 pm
by RalphtheFanboy
I downloaded the latest LOVE version and followed the directions of this tutorial https://youtu.be/ZQCky-_Ad5Y?si=rkVSQyQI6wgYLBEe

I set up Everything like in the video but when it got to the part where you make a blank main.lua file and you get a black screen, mine just goes blue and
Has this text:

Error

[love "boot.lua"]:330: Cannot load game at path 'E:Love Game/main.lua'.

Traceback

[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'

I'm using windows 7, Love 11.5 and visual studio code.

Re: I can't seem to get LOVE to start

Posted: Tue Feb 27, 2024 6:16 pm
by marclurr
Haven't looked at the tutorial but you get this error when there's no code for Love to run. Have you checked that you definitely have a file called main.lua under E:/Love Game?