HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.98k stars 439 forks source link

Haxelib #37

Closed impaler closed 12 years ago

impaler commented 12 years ago

Gday cant wait to test this in haxe :) I am having issues on my windows setup, am I doing something wrong?

In a new folder I type command;

haxelib run flixel -name Test-Flixel -class Test -screen 700 900

Then I test with;

nme test Test-Flixel.nmml flash

And I get error from flash player;

VerifyError: Error #1053: Illegal override of set_color in org.flixel.FlxText.

Is there an extra step I missed to embed assets or something?

Also it asked me to haxelib install HaxeFlixel after I installed just haxelib install flixel, it looks like the "" on the template generator is still using the old setup in the newly named haxelib flixel yeh?

impaler commented 12 years ago

Well it seems that this is a haxe 2.09 only issue, I just went back a version .08 and it compiles ok. Oh yes and the simple fix of the haxelib from HaxeFlixel to flixel in the project template zip works fine too. Cheers.

usysrc commented 12 years ago

I have the same error with Haxe 2.09 and 2.08: VerifyError: Error #1053: Illegal override of set_color in org.flixel.FlxText. and after that ReferenceError: Error #1065: Variable boot_125c is not defined.

Beeblerox commented 12 years ago

maybe the problem is in NME since it not upgraded to 2.09. I'll wait till new NME's beta and then will see this problem

usysrc commented 12 years ago

Downloaded nme from their website(and not with haxelib!) and now it works fine(uses 2.08 though).

Beeblerox commented 12 years ago

Flixel works with haxe 2.09 and nme 3.3.1 now. I'll upload it on haxelib ASAP

Beeblerox commented 12 years ago

lib is updated

frosty commented 12 years ago

I'm getting the same issue with the latest version installed from HaxeLib. I'm on Haxe version 2.09 and NME version 3.3.2. I'm on a Mac if that makes a difference.

Beeblerox commented 12 years ago

@frosty are you installed flixel with "haxelib install flixel" ?

frosty commented 12 years ago

I first installed with 'haxelib install HaxeFlixel', and then re-did it with 'haxelib install flixel'.

On Tuesday, 29 May 2012 at 20:53, Zaphod wrote:

@frosty are you installed flixel with "haxelib install flixel" ?


Reply to this email directly or view it on GitHub: https://github.com/Beeblerox/HaxeFlixel/issues/37#issuecomment-5993938

Beeblerox commented 12 years ago

@frosty What is the current installed version of flixel? Is it 1.0.1? If yes then I don't know there is the problem and how to help you