HaxeFlixel Lime silent crash after 5 seconds

I have the basic haxeflixel flashdevelop template and the window comes out nicely but always closes after 5 seconds with out any real error I can see from the output as shown here “export/windows/neko/haxe/ApplicationMain.hx:205: characters 57-75 : Warning : Use programPath instead
export/windows/neko/haxe/ApplicationMain.hx:80: characters 47-65 : Warning : Use programPath instead
Build succeeded
Done(0)
haxelib run lime run “Project.xml” neko -debug
Running process: D:\haxeToolKit\haxe\haxelib.exe run lime run “Project.xml” neko -debug
Done(1)”

my version numbers for the libraries are
neko 2.1.0
flixel 4.1.0
lime 2.9.1

Also if this helps out I the window doesn’t close if it’s html 5 or flash.

Does Lime 2.9.0 and OpenFL 3.6.0 work differently?

I believe so lime is a platform where as openfl is a library. But I could be wrong.

Oh no, I meant, try rolling to Lime 2.9.0 instead of Lime 2.9.1, and OpenFL 3.6.0 instead of 3.6.1, and see if HaxeFlixel performs better :slight_smile:

oh ok thank you. I’ll make sure to try it out.