Error when launching game in Windows

I just made a change to try and force the “lime” package to be excluded when compiling with legacy. For some reason, this doesn’t occur as strictly with Flixel (I’m still trying to understand why)

Sys.exit (a hard quit) is the right way to do it on legacy desktop, I believe. lime.system.System is not compatible with legacy, but does a nice shutdown with shutdown events dispatched, etc before closing down the audio subsystem, etc, etc