LOVE will not start.
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
LOVE will not start.
I recently downloaded LOVE as a hope for making some games. Suddenly when I am booting up LOVE for the first time I am at the rotating logo and nothing else happens. My screen resolution I am suspecting might be a problem because the window is taller on the Y axis than my screen's resolution which is 1024,600 pixels.
Re: LOVE will not start.
Nothing is supposed to happen. LOVE is not an IDE, you have to put your source code files in a zip file and change it's extension to .love. Then you can open .love files with love.exe.
Are you new to programming? Perhaps we can help.
Are you new to programming? Perhaps we can help.
Re: LOVE will not start.
I know HTML and some JavaScript as well as just starting Lua. I knew how to program with blitz3D. I just never knew how to make LOVE work. I get confused sometimes with new programs.
Re: LOVE will not start.
Ok now I have the zipped file with the .love extension but how to I make LOVE load it?
Re: LOVE will not start.
I would highly suggest you take a look at the wiki.
If you are totally new to Lua, your first stop is the Programming in Lua page. Almost everything you could want or need to know about Lua is there.
After that, the wiki Getting Started page is your next stop.
If you have specific questions, the community is always willing to help.
EDIT: Please avoid double posting. Use the edit button on your post.
If you are totally new to Lua, your first stop is the Programming in Lua page. Almost everything you could want or need to know about Lua is there.
After that, the wiki Getting Started page is your next stop.
If you have specific questions, the community is always willing to help.
If you installed LOVE you can double click the LOVE file and it should start. If you downloaded the ZIP version, drag and drop the file onto the exe.theopfor wrote:Ok now I have the zipped file with the .love extension but how to I make LOVE load it?
EDIT: Please avoid double posting. Use the edit button on your post.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: LOVE will not start.
I came from BASIC and JavaScript. Lua is super simple to get into.
Re: LOVE will not start.
I came from Java and D. In comparison, Lua is a cakewalk
If you were running Linux, I could tell you a bunch of tips on how to make LÖVE development smoother, but since you seem to be running Windows it's out of my field. There should be a simple way to make LÖVE run a folder with a main.lua file in it, rather than having to make .love files all the time, like creating a .bat launcher or something?
If you were running Linux, I could tell you a bunch of tips on how to make LÖVE development smoother, but since you seem to be running Windows it's out of my field. There should be a simple way to make LÖVE run a folder with a main.lua file in it, rather than having to make .love files all the time, like creating a .bat launcher or something?
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Re: LOVE will not start.
If you have a folder with a main.lua in it, just drag-and-drop it onto a LÖVE shortcut and it will open.
- nevon
- Commander of the Circuloids
- Posts: 938
- Joined: Thu Feb 14, 2008 8:25 pm
- Location: Stockholm, Sweden
- Contact:
Re: LOVE will not start.
In development, I high recommend launching your application from the command line:
If you're in Linux and have installed LÖVE, that would look like this:
In Windows, it's something like:
Dragging and dropping a folder every time you want to test a game is no fun. Plus, it makes reading debug messages a lot easier, as you can just print to stdout.
Code: Select all
path/to/love/binary game-directory/
Code: Select all
love mygame/
Code: Select all
"C:\Program Files\love\love.exe" C:\users\username\mygame\
Who is online
Users browsing this forum: Bing [Bot], Semrush [Bot] and 5 guests