Page 1 of 1

example.love broken?

Posted: Fri Feb 27, 2015 6:51 pm
by cal3b6
I'm trying to use the example.love 9.0 version to practice and play around with love however when i try to run it I get an error

Code: Select all

main.lua:17: bad argument #1 to 'newFont' (Rasterizer expected, got nil)

Traceback

[C]: in function 'newFont'
main.lua:17: in function 'load'
[C]: in function 'xpcall'
I'm assuming the new version broke it? Is there anything I can do to fix the problem or are they're other good examples I should check out?

Re: example.love broken?

Posted: Fri Feb 27, 2015 6:55 pm
by slime
The Windows builds of LÖVE 0.9.2 had this bug, but fixed builds were uploaded yesterday. if you re-download LÖVE it should be fixed.

Re: example.love broken?

Posted: Fri Feb 27, 2015 7:02 pm
by cal3b6
Thank you very much, I downloaded and installed the newest love and everything works. :awesome: Now I'm off to learn things!