Hello Dandolo513
I am playing BAT 4.2.3.
I tried to attach the MXY-7-22 Okha to the Ki-74X but unsuccessfully, the game crashs. When flying the Okha or the Ki-74X separatly, it's OK.
To attach the Okha to the Ki-74X , I did it the standard way. Okha behind the Ki-74W, same altitude , I set the Ki-64X as a target in the 1st waypoint of the Okha.
Here below the log.txt excerpt, it seems that the issue is related to the P1Y1kai plane which I do not have in my install.
I do have the P1Y1 plane but not the kai version.
Could you provide a working mission as an example ?
Thanks in advance
Log.txt
...
java.lang.NoClassDefFoundError: com/maddox/il2/objects/air/P1Y1kai
at com.maddox.il2.objects.air.MXY_7_22.checkAsDrone(MXY_7_22.java:285)
at com.maddox.il2.objects.air.MXY_7_22.missionStarting(MXY_7_22.java:267)
at com.maddox.il2.game.Mission.doMissionStarting(Mission.java:2160)
at com.maddox.il2.game.Mission.doBegin(Mission.java:2214)
at com.maddox.il2.game.cmd.CmdMission.exec(CmdMission.java:83)
at com.maddox.rts.CmdEnv.exec(CmdEnv.java:601)
at com.maddox.il2.gui.GUIMission$4.doAction(GUIMission.java:106)
at com.maddox.rts.MsgAction.doAction(MsgAction.java:36)
at com.maddox.rts.MsgAction.invokeListener(MsgAction.java:152)
at com.maddox.rts.Message._send(Message.java:1217)
at com.maddox.rts.Message.sendToObject(Message.java:1191)
at com.maddox.rts.Message.sendTo(Message.java:1134)
at com.maddox.rts.Message.trySend(Message.java:1115)
at com.maddox.rts.Time.loopMessages(Time.java:180)
at com.maddox.rts.RTSConf.loopMsgs(RTSConf.java:101)
at com.maddox.il2.game.MainWin3D$Background.step(MainWin3D.java:159)
at com.maddox.rts.BackgroundTask.doRun(BackgroundTask.java:167)
at com.maddox.il2.game.MainWin3D.loopApp(MainWin3D.java:108)
at com.maddox.il2.game.Main.exec(Main.java:422)
at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)