Skip to content Skip to sidebar Skip to footer

Flashdevelop / Haxe - Build Halted With Errors (haxelib.exe)

I'm trying to get started with Haxe but I can't even get past the easiest step, compiling the 'new project' template. I'm using FlashDevelop 4, installed Haxe and used the the comm

Solution 1:

Turns out I had OpenFL downloaded but not successfully installed. I did install haxe to \Program Files(x86)\Haxe but didn't execute the setup commands with admin rights. If you run into that issue make sure either you got the nessecarry rights when executing:

haxelib install lime
haxelib run lime setup
lime install openfl

Otherwise haxelib run lime setup won't do anything.

If you get stuck at another point, try the official setup guide.

Post a Comment for "Flashdevelop / Haxe - Build Halted With Errors (haxelib.exe)"