i was about to add the He-219 UHU to the list of planes that work in hsfx, and, although it loads up and flies properly without problem, it crashes the game whenever you use the flaps.
everything else is fine, loadouts, gear, airbrakes, it's just the flaps that need to be addressed.
for the java guys, the error log complains of -
java.lang.NoSuchFieldError: FlapStage
[5:52:53] at com.maddox.il2.game.AircraftHotKeys.SetFlapsHotKeys(AircraftHotKeys.java:5135)
[5:52:53] at com.maddox.il2.game.AircraftHotKeys.doCmdPilot(AircraftHotKeys.java:1521)
[5:52:53] at com.maddox.il2.game.AircraftHotKeys.access$1(AircraftHotKeys.java:479)
[5:52:53] at com.maddox.il2.game.AircraftHotKeys$HotKeyCmdFire.begin(AircraftHotKeys.java:163)
[5:52:54] at com.maddox.rts.HotKeyCmd.start(HotKeyCmd.java:103)
[5:52:54] at com.maddox.rts.HotKeyEnv.startCmd(HotKeyEnv.java:247)
[5:52:54] at com.maddox.rts.HotKeyEnv.keyPress(HotKeyEnv.java:325)
[5:52:54] at com.maddox.rts.HotKey.msgJoyButton(HotKey.java:86)
[5:52:54] at com.maddox.rts.MsgJoy.invokeListener(MsgJoy.java:60)
[5:52:54] at com.maddox.rts.Message._send(Message.java:1217)
[5:52:54] at com.maddox.rts.Message.sendToObject(Message.java:1191)
[5:52:54] at com.maddox.rts.Message.sendToArray(Message.java:1147)
[5:52:54] at com.maddox.rts.Message.sendTo(Message.java:1128)
[5:52:54] at com.maddox.rts.Message.trySend(Message.java:1115)
[5:52:54] at com.maddox.rts.Time.loopMessages(Time.java:252)
[5:52:54] at com.maddox.rts.RTSConf.loopMsgs(RTSConf.java:101)
[5:52:54] at com.maddox.il2.game.MainWin3D.loopApp(MainWin3D.java:131)
[5:52:54] at com.maddox.il2.game.Main.exec(Main.java:439)
[5:52:54] at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)