Can't get started

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
Rishavs
Party member
Posts: 103
Joined: Sat Oct 17, 2009 5:29 am
Contact:

Can't get started

Post by Rishavs »

Hi all
I know this puts a teeny question mark on my abilities as a buddinggame dev but i can't get started. -_-
i created the basic first program as given in the documentation but dragging the folder onto Love.exe has no effect. nothing happens.

any help will be appreciated.

regards
RIshav
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Can't get started

Post by Robin »

I'm can't tell, really, but I think you might have dragged the wrong folder. It must directly contain main.lua. Another way of launching the game is to open a terminal window in the project directory, as such:

Code: Select all

C:\my\leet\project\> DIR
main.lua
<etc>
C:\my\leet\project\> love .
Help us help you: attach a .love.
User avatar
Rishavs
Party member
Posts: 103
Joined: Sat Oct 17, 2009 5:29 am
Contact:

Re: Can't get started

Post by Rishavs »

Thanks for the reply Robin. But i am dragging the correct folder. Also, on putting "love" in the command prompt, i am getting the message that 'love' is not a recognizable external or internal command.
R99mu.png
R99mu.png (23.12 KiB) Viewed 228 times
i can however open the *.love example files by double clicking them so the extension is well registered.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Can't get started

Post by Robin »

I think that means the love executable is not in your path. If you have installed LOVE in the directory above, you could try "..\love ."
Maybe that'll at least show what the problem is.
Help us help you: attach a .love.
User avatar
Rishavs
Party member
Posts: 103
Joined: Sat Oct 17, 2009 5:29 am
Contact:

Re: Can't get started

Post by Rishavs »

N5O0J.png
N5O0J.png (27.77 KiB) Viewed 227 times

:(
nothing
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Can't get started

Post by Robin »

:? Odd. Could you read stderr.txt and stdout.txt? They might provide clues as to what went wrong.
Help us help you: attach a .love.
User avatar
Rishavs
Party member
Posts: 103
Joined: Sat Oct 17, 2009 5:29 am
Contact:

Re: Can't get started

Post by Rishavs »

I have added them as attachments. I didn't really know which parts are useful.
Attachments
stdout.txt
(644 Bytes) Downloaded 189 times
stderr.txt
(60 Bytes) Downloaded 216 times
User avatar
Rishavs
Party member
Posts: 103
Joined: Sat Oct 17, 2009 5:29 am
Contact:

Re: Can't get started

Post by Rishavs »

ok. i got it to run by converting the two files into a .love archive.
but drag n drop and command line still dont work for me.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Can't get started

Post by Robin »

This line is key:

Code: Select all

Game (C:\Program Files\LOVE\Sxxource/love) does not exist.
For some reason, it looks for arg1/love. I never had that problem, neither on Windows or Linux... most peculiar.

Putting all your game stuff in C:\Program Files\LOVE\Sxxource\love, and calling "..\love ." in C:\Program Files\LOVE\Sxxource might be a workaround.
Help us help you: attach a .love.
User avatar
Rishavs
Party member
Posts: 103
Joined: Sat Oct 17, 2009 5:29 am
Contact:

Re: Can't get started

Post by Rishavs »

i have only two files. i am on my very first baby step. ^_^
i did what you suggested in the last few replies. -_-
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 52 guests