My game falling when I run it from flashDevelop

I am just press run project and it’s falling without any message.

Log from FlashDevelop

Build succeeded
Done(0)
haxelib run lime run "project.xml" neko -debug
Running process: C:\HaxeToolkit\haxe\haxelib.exe run lime run "project.xml" neko -debug
...///some trace from my code\\\...
AL lib: (EE) alc_cleanup: 1 device not closed
Done(1)

But if I use

openfl test windows -neko

from command prompt everything is ok. Everything is work.
If I make C:\HaxeToolkit\haxe\haxelib.exe run lime run “project.xml” neko -debug from prompt everything is ok too.

Where is problem can be?

That’s strange. With your traces, can you pinpoint when/where it fails when run from FlashDevelop?