love.exe has stopped working...
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
love.exe has stopped working...
Hello, I've just recently downloaded the zipped 32 bit version of Love2D. I've been following a tutorial ([youtube]http://www.youtube.com/watch?v=rrzQBgGlJJU[/youtube]) that walked me through it. When I got to the point where I drag and drop the file folder 'Hello World' onto love.exe, a new window pops up blank and an alert window says "love.exe has stopped working...". I honestly have no idea what I've done wrong, I followed the tutorial exactly. Maybe I didn't get something? If you could help me out, that'd be great.
Re: love.exe has stopped working...
try replacing "hello world"
with "hello-world"
if that helps, just download the most recent Dev Build.
with "hello-world"
if that helps, just download the most recent Dev Build.
Re: love.exe has stopped working...
I renamed it to 'hello-world', no luck. What do you mean by download the most recent Dev Build?
Re: love.exe has stopped working...
so you had it do:
The dev build is the development build.
It has some bugfixes and stuff.
Code: Select all
--In love.draw()
love.graphics.print('hello-world', 0, 0)
It has some bugfixes and stuff.
Re: love.exe has stopped working...
This is what I had.
What file extension should I get? .log, .exe, or whatever that other one is?
Code: Select all
function love.draw()
love.graphics.print("Hello World!",400,300);
end
Re: love.exe has stopped working...
run this file:
(drag and drop it onto love.exe)
(drag and drop it onto love.exe)
- Attachments
-
- HW.love
- Hello world.
- (177 Bytes) Downloaded 105 times
Re: love.exe has stopped working...
That does work, and mine did when I change it to 'hello-world'. Why can't you use spaces in strings?
Re: love.exe has stopped working...
You can. There is however a divide by zero glitch on some computers, that crashes when using spaces.
That can be fixed by downloading the most recent development version from http://www.love2d.org/builds.
That can be fixed by downloading the most recent development version from http://www.love2d.org/builds.
Who is online
Users browsing this forum: Amazon [Bot] and 12 guests