Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Harrier  (Read 926 times)

0 Members and 1 Guest are viewing this topic.

Marsouin

  • member
  • Offline Offline
  • Posts: 41
Harrier
« on: October 20, 2018, 01:19:18 PM »

Hello,

I can't flight with the Harrier.

I can see it from outside but i can't see the cockpit and i can't do anything with.

Thanks for help :)

Marsouin
Logged

western0221

  • Modder
  • member
  • Offline Offline
  • Posts: 6790
  • Live in Japan
    • IL-2 itaki blog
Re: Harrier
« Reply #1 on: October 20, 2018, 01:21:47 PM »

https://www.sas1946.com/main/index.php/topic,53691.0.html

Quote
2] HIGH DEFINITION DYNAMIC LINK LIBRARY - BATDLLS-01 OR BATDLLS-02?

Described on Page-6 of the B.A.T. Manual - make sure you satisfy these conditions before proceeding.

We have experienced different results with regard to the High-Res True Colour mod Dll’s, necessary for many of the newer mod features.
Logged

Marsouin

  • member
  • Offline Offline
  • Posts: 41
Re: Harrier
« Reply #2 on: October 21, 2018, 05:20:34 AM »

Thanks Western021,

I'm going to try that.

Marsouin
Logged

Marsouin

  • member
  • Offline Offline
  • Posts: 41
Re: Harrier
« Reply #3 on: October 21, 2018, 09:34:07 AM »

Hello Western021,

I have put the good dlls in my BAT folder but it's the same.

Maybe my Harrier files are corrupt.

What's the Harrier classes ?


Marsouin.
Logged

Vampire_pilot

  • member
  • Offline Offline
  • Posts: 7999
Re: Harrier
« Reply #4 on: October 21, 2018, 11:31:08 AM »

Please post a log.

what are you trying to do exactly?
The Harrier classes are not corrupt but changed at one point during its life. Maybe you try to play a old mission with newest Harrier?

Marsouin

  • member
  • Offline Offline
  • Posts: 41
Re: Harrier
« Reply #5 on: October 21, 2018, 12:30:14 PM »

Hello,

the log file is big.

Here is the en of the file :

Code: [Select]
java.lang.ClassCastException: com.maddox.il2.objects.air.AV_8A
at com.maddox.il2.objects.air.CockpitAV_8B$Interpolater.tick(CockpitAV_8B.java:152)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:222)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:371)
at com.maddox.il2.engine.InterpolateAdapter.msgTimeOut(InterpolateAdapter.java:174)
at com.maddox.rts.MsgTimeOut.invokeListener(MsgTimeOut.java:73)
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:252)
at com.maddox.rts.RTSConf.loopMsgs(RTSConf.java:101)
at com.maddox.il2.game.MainWin3D.loopApp(MainWin3D.java:131)
at com.maddox.il2.game.Main.exec(Main.java:422)
at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)
fps:60 avg:35 max:71 min:0 #fr:4304
Interpolators destroying in invoked method 'tick'
com.maddox.il2.engine.ActorException: Interpolators destroying in invoked method 'tick'
at com.maddox.il2.engine.Interpolators.destroy(Interpolators.java:263)
at com.maddox.il2.engine.Actor.destroy(Actor.java:767)
at com.maddox.il2.objects.air.Cockpit.destroy(Cockpit.java:711)
at com.maddox.il2.engine.Engine.destroyListGameActors(Engine.java:156)
at com.maddox.il2.engine.InterpolateAdapter.resetGameClear(InterpolateAdapter.java:240)
at com.maddox.il2.engine.Engine.resetGameClear(Engine.java:208)
at com.maddox.il2.game.Main.resetGameClear(Main.java:131)
at com.maddox.il2.game.Main3D.resetGameClear(Main3D.java:2020)
at com.maddox.il2.game.Main.resetGame(Main.java:144)
at com.maddox.il2.game.Mission.clear(Mission.java:619)
at com.maddox.il2.game.Mission.destroy(Mission.java:586)
at com.maddox.il2.gui.GUISingleStat.doNext(GUISingleStat.java:47)
at com.maddox.il2.gui.GUIStat$DialogClient.notify(GUIStat.java:331)
at com.maddox.gwindow.GWindow.notify(GWindow.java:144)
at com.maddox.gwindow.GWindowDialogControl._notify(GWindowDialogControl.java:51)
at com.maddox.il2.gui.GUIButton._notify(GUIButton.java:18)
at com.maddox.gwindow.GWindowDialogControl.mouseClick(GWindowDialogControl.java:86)
at com.maddox.il2.gui.GUIButton.mouseClick(GUIButton.java:22)
at com.maddox.gwindow.GWindow._mouseButton(GWindow.java:556)
at com.maddox.gwindow.GWindowRoot.doMouseButton(GWindowRoot.java:251)
at com.maddox.gwindow.GWindowManager.doMouseButton(GWindowManager.java:69)
at com.maddox.il2.engine.GUIWindowManager.msgMouseButton(GUIWindowManager.java:126)
at com.maddox.rts.MsgMouse.invokeListener(MsgMouse.java:98)
at com.maddox.rts.Message._send(Message.java:1217)
at com.maddox.rts.Message.sendToObject(Message.java:1191)
at com.maddox.rts.Message.sendToArray(Message.java:1147)
at com.maddox.rts.Message.sendTo(Message.java:1128)
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.loopApp(MainWin3D.java:131)
at com.maddox.il2.game.Main.exec(Main.java:422)
at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)


Marsouin
Logged

Vampire_pilot

  • member
  • Offline Offline
  • Posts: 7999
Re: Harrier
« Reply #6 on: October 21, 2018, 12:38:29 PM »

yep, you are trying to run an old Harrier mission.

air.AV_8A changed to air.AV_8B  at some point during its development. You will need to manually (text editor) edit the mis file and then set the loadouts new in FMB because iirc these also changed denominations and will cause another crash if not adjusted.

Marsouin

  • member
  • Offline Offline
  • Posts: 41
Re: Harrier
« Reply #7 on: October 21, 2018, 01:43:11 PM »

Hello SAS~vampire_pilot,

You're right, it was that. Now i can flight with the Harrier.

Thanks to all for your help.

Marsouin.
Logged
Pages: [1]   Go Up
 

Page created in 0.069 seconds with 22 queries.