not working...

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
Tomonline
Prole
Posts: 17
Joined: Sun Oct 20, 2013 12:29 am

not working...

Post by Tomonline »

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!
User avatar
Plu
Inner party member
Posts: 722
Joined: Fri Mar 15, 2013 9:36 pm

Re: not working...

Post by Plu »

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?
User avatar
Tomonline
Prole
Posts: 17
Joined: Sun Oct 20, 2013 12:29 am

Re: not working...

Post by Tomonline »

i get the "this program is not responding" message...
User avatar
iPoisonxL
Party member
Posts: 227
Joined: Wed Feb 06, 2013 3:53 am
Location: Australia
Contact:

Re: not working...

Post by iPoisonxL »

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
Website
User avatar
Tomonline
Prole
Posts: 17
Joined: Sun Oct 20, 2013 12:29 am

Re: not working...

Post by Tomonline »

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...
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: not working...

Post by Nixola »

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
User avatar
Tomonline
Prole
Posts: 17
Joined: Sun Oct 20, 2013 12:29 am

Re: not working...

Post by Tomonline »

here, i show you the message:
its a png file in the POSTED ATTACHMENT
Attachments
here, i show you the message from windows7
here, i show you the message from windows7
Knipsel.PNG (97.13 KiB) Viewed 6848 times
User avatar
Tomonline
Prole
Posts: 17
Joined: Sun Oct 20, 2013 12:29 am

Re: not working...

Post by Tomonline »

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
User avatar
slime
Solid Snayke
Posts: 3134
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: not working...

Post by slime »

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
User avatar
Tomonline
Prole
Posts: 17
Joined: Sun Oct 20, 2013 12:29 am

Re: not working...

Post by Tomonline »

hey, thanks! problem solved! :D
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 60 guests