Good question. I think you might have to uninstall and reinstall a specific version of Haxe. I haven't actually downgraded before but if you use Lix it's fairly easy to change Haxe versions https://www.youtube.com/watch?v=VvQ3tF3dnsE
RichardBray
@RichardBray
Posts made by RichardBray
-
RE: Hello World Tutorial Issues
-
RE: Hello World Tutorial Issues
What version of Haxe are you using? If you're using 4.2.0 you may have to downgrade since Flixel and other tools haven't been updated to use it. Try using Haxe 4.1.5 instead.
-
RE: Going though the Tutorial and Stuck at Part 8
Nice, glad you were able to fix that issue.
-
RE: Going though the Tutorial and Stuck at Part 8
What version of Haxe do you have installed? Is it 4.2.0 or lower? Flixel currently has issues with 4.2.0 so maybe you'll have to downgrade.
-
RE: How to downgrade haxe to 4.1.5 on linux?
Yeah, I think eventually Flixel will have to work with Haxe 4.2.0 but I don't know how long that will take so it depends on how urgent your project is.
-
RE: How to downgrade haxe to 4.1.5 on linux?
Oh really! That's a bummer. If you're okay with Nodejs and npm I'd highly recommend installing Haxe with Lix.
With Lix it's just a case of changing the config file to change the version of Haxe.
I haven't tried installing Haxe on Linux but don't the Linux-64 bit binaries from the Haxe download page work?
-
RE: HaxeFlixel base template build fails and generates a variety of errors
There is a chance this could be because you are using Haxe 4.2.0 which isn't yet supported with Flixel. Try downgrading to 4.1.5 and see if that fixes it.
-
RE: HaxeFlixel not working fully with current versions of some programs
That's a really good question. Unfortunately, the latest project I have is using Haxe 4.1.2 with these versions of other tools.
OpenFL 9.0.2
Lime 7.8.0
Flixel 4.8.1
Flixel-addons 2.9.0Probably not the latest but hopefully a good starting point.
-
RE: All of my HaxeFlixel Projects stopped working at the same time
No worries. I think it was released last week and the other tools .e. Flixel, OpenFL, Lime, haven't had a chance to catch up yet :(
But they will get there soon 💪
-
RE: All of my HaxeFlixel Projects stopped working at the same time
What version of Haxe are you using. If you're using 4.2.0 you'll have to downgrade to 4.1.5 for everything to work again.