hi there everyone,
my name is tom..
i have downloaded and installed the "love engine" and the "examples.zip" and
tested the examples files, the two last files make the engine crash, also the hello world example
won't work from the website:
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
can anyone help me getting started and explain this bugs?
i work on a 64bit windows7
tnx in advance!
not working...
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: not working...
Can you be a bit more clear about "crashing"? Do you get a light-blue screen with an error in it? (And if so, which one?)
Or does the entire application crash and do you get one of those windows "this program is not responding" messages?
Or does the entire application crash and do you get one of those windows "this program is not responding" messages?
Re: not working...
i get the "this program is not responding" message...
Re: not working...
You might have a loop that never stops. When you do, love2d crashes. Could we see the whole code?
Code: Select all
L
L Ö
Ö V
L Ö V E
Ö B E
V E
E Y
Re: not working...
but even the most basic example doesn't work...
=======================================================================================================================================
Making a Game:
To make a minimal game, create a folder anywhere, and open up your favorite code editor. Notepad++ is a pretty good one for Windows, and it has Lua support built in. Create a new file in the folder you just created, and name it main.lua. Put the following code in the file, and save it.
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
=======================================================================================================================================
even this doesn't work
it go's white, then i get the message from windows were they ask to force quit the program because its crached...
=======================================================================================================================================
Making a Game:
To make a minimal game, create a folder anywhere, and open up your favorite code editor. Notepad++ is a pretty good one for Windows, and it has Lua support built in. Create a new file in the folder you just created, and name it main.lua. Put the following code in the file, and save it.
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
=======================================================================================================================================
even this doesn't work
it go's white, then i get the message from windows were they ask to force quit the program because its crached...
Re: not working...
Do you have an ATI graphics card?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: not working...
here, i show you the message:
its a png file in the POSTED ATTACHMENT
its a png file in the POSTED ATTACHMENT
Re: not working...
yes ati
but on the other hand, some examples work..
on the website you can download a zip file with examples, particles-example gives the same error
most of the examples work fine.. strange
but on the other hand, some examples work..
on the website you can download a zip file with examples, particles-example gives the same error
most of the examples work fine.. strange
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: not working...
If you use this version of LÖVE, do things work? Compared to 0.8.0 it just has a bugfix applied for a crashing issue with some ATI video cards in Windows when text is printed.
https://bitbucket.org/Boolsheet/love_wi ... ou-ATI.zip
https://bitbucket.org/Boolsheet/love_wi ... ou-ATI.zip
Re: not working...
hey, thanks! problem solved!
Who is online
Users browsing this forum: Bing [Bot] and 8 guests