Loading [MathJax]/extensions/Safe.js

Special Aircraft Service

Please login or register.

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

Author Topic: Beaufighter freezes mid air when throtteling SOLVED!  (Read 535 times)

0 Members and 1 Guest are viewing this topic.

JimothyBuff

  • member
  • Offline Offline
  • Posts: 17
Beaufighter freezes mid air when throtteling SOLVED!
« on: October 27, 2024, 08:09:01 AM »

EDIT, TLDR: It was the "full throttle smoke" mod I had installed.


Hi, hope it’s the right place for that sort of thing
. So the title kinda says it all. When I fly any of the beaufighters and throttle up at some point, mostly when reaching 100%+ in game (not on my physical hotas) but sometimes also just when I move the throttle bit to quick, the plane just freezes.
The rest of the world still does it‘s thing but my beau just stop moving.. when I release the throttle again, it just goes on as if nothing happened.

As far as I‘m aware it’s just with beaufighters, but seemingly with all the makes. It’s possible that more planes have this problem, hard to test them al and non I‘m aware of.

I have the latest bat and the latest il2 selector (checked both yesterday) and otherwise I just have il2 graphics extender and the water4 mod.

Has anyone any Idea what’s the problem? Or maybe even how to fix it? It’s not the end of the world, since if I wanna beau I have clod, and the I can just fly the mossie in the 1946 career, but it’s odd and I wanted to ask the experts 😅thanks in advanced for any help
Logged

Flying H

  • member
  • Offline Offline
  • Posts: 1350
  • "And you can fly, high as a kite if you want to..
Re: Beaufighter freezes mid air when throtteling
« Reply #1 on: October 27, 2024, 10:59:43 AM »

Please (if you are new to the site and it´s your first post, send 4 more sying hello or something, then you can do the following) open the "log.lst" in the IL2 root folder copy the last 30 - 40 lines of the log and paste it under the # symbol. If you don´t know how to read the instructions here https://www.sas1946.com/main/index.php/topic,49972.0.html
Hope you´ll get help, this bunch is very helpful when they gat the right info!
Logged
And you can fly, high as a kite, if you want to.........

JimothyBuff

  • member
  • Offline Offline
  • Posts: 17
Re: Beaufighter freezes mid air when throtteling
« Reply #2 on: October 27, 2024, 12:05:11 PM »

Thank you and sorry I wasn't aware of the rule and the whole log. My bad, I'll do it properly from now on.
It's not my first post in this forum but in the trouble shooting section, before I always just chatted about campaign recommendations and the like. So pardon, didn't want to seem disrespectful, I love the forum I'm just not used to posting :/

Anyway, I hope this is the right bit of log. It's from a Quick mission builder flight with the beaufighterMKXCC, but as mentioned before it's all the beau's. 

Code: [Select]
at com.maddox.il2.fm.RealFlightModel.update(RealFlightModel.java:508)
at com.maddox.il2.fm.FlightModelMain.tick(FlightModelMain.java:1268)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:222)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:380)
at com.maddox.il2.engine.InterpolateAdapter._forceInterpolate(InterpolateAdapter.java:124)
at com.maddox.il2.engine.InterpolateAdapter.forceInterpolate(InterpolateAdapter.java:106)
at com.maddox.il2.engine.InterpolateRef.invokeRef(InterpolateRef.java:22)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:205)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:380)
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)
com.maddox.il2.engine.ActorException: Hook: _Engine1ES_02 not found
at com.maddox.il2.engine.HookNamed.<init>(HookNamed.java:117)
at com.maddox.il2.engine.ActorMesh.findHook(ActorMesh.java:19)
at com.maddox.il2.objects.air.Aircraft.doSetSootState(Aircraft.java:3704)
at com.maddox.il2.fm.AircraftState.doSetSootState(AircraftState.java:1407)
at com.maddox.il2.fm.AircraftState.setSootState(AircraftState.java:1386)
at com.maddox.il2.fm.Motor.getMixMultiplier(Motor.java:4315)
at com.maddox.il2.fm.Motor.computeForces(Motor.java:2815)
at com.maddox.il2.fm.Motor.update(Motor.java:823)
at com.maddox.il2.fm.EnginesInterface.update(EnginesInterface.java:420)
at com.maddox.il2.fm.RealFlightModel.update(RealFlightModel.java:508)
at com.maddox.il2.fm.FlightModelMain.tick(FlightModelMain.java:1268)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:222)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:380)
at com.maddox.il2.engine.InterpolateAdapter._forceInterpolate(InterpolateAdapter.java:124)
at com.maddox.il2.engine.InterpolateAdapter.forceInterpolate(InterpolateAdapter.java:106)
at com.maddox.il2.engine.InterpolateRef.invokeRef(InterpolateRef.java:22)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:205)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:380)
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)
com.maddox.il2.engine.ActorException: Hook: _Engine1ES_02 not found
at com.maddox.il2.engine.HookNamed.<init>(HookNamed.java:117)
at com.maddox.il2.engine.ActorMesh.findHook(ActorMesh.java:19)
at com.maddox.il2.objects.air.Aircraft.doSetSootState(Aircraft.java:3704)
at com.maddox.il2.fm.AircraftState.doSetSootState(AircraftState.java:1407)
at com.maddox.il2.fm.AircraftState.setSootState(AircraftState.java:1386)
at com.maddox.il2.fm.Motor.getMixMultiplier(Motor.java:4315)
at com.maddox.il2.fm.Motor.computeForces(Motor.java:2815)
at com.maddox.il2.fm.Motor.update(Motor.java:823)
at com.maddox.il2.fm.EnginesInterface.update(EnginesInterface.java:420)
at com.maddox.il2.fm.RealFlightModel.update(RealFlightModel.java:508)
at com.maddox.il2.fm.FlightModelMain.tick(FlightModelMain.java:1268)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:222)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:380)
at com.maddox.il2.engine.InterpolateAdapter._forceInterpolate(InterpolateAdapter.java:124)
at com.maddox.il2.engine.InterpolateAdapter.forceInterpolate(InterpolateAdapter.java:106)
at com.maddox.il2.engine.InterpolateRef.invokeRef(InterpolateRef.java:22)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:205)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:380)
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)

[Oct 27, 2024 6:48:09 PM UTC +1] -------------- END log session -------------
Logged

shardana

  • member
  • Offline Offline
  • Posts: 879
Re: Beaufighter freezes mid air when throtteling
« Reply #3 on: October 27, 2024, 12:38:39 PM »

I have the same problem. Looking for answers
Logged

Frankiek

  • SAS Team
  • member
  • Offline Offline
  • Posts: 3252
Re: Beaufighter freezes mid air when throtteling
« Reply #4 on: October 27, 2024, 02:02:00 PM »

looking at the log it seems that maybe you have some mod creating conflict as your plane is missing an engine hook (that is normally in the plane 3d).  Just guessing if you have any engine smoke mod?
Logged

JimothyBuff

  • member
  • Offline Offline
  • Posts: 17
Re: Beaufighter freezes mid air when throtteling SOLVED!
« Reply #5 on: October 27, 2024, 04:15:45 PM »

Thanks Mate! You are a legend! :)
That was it. Totally forgot that I had this FX pack with tracers, fire and...yes...  engine smoke. Installed it ages ago and forgot and since it wasn't in JSGME I didn't see it when I checked my mods before posting. Anyway I cut the full throttle smoke folder out and that was enough.
 
Logged

Flying H

  • member
  • Offline Offline
  • Posts: 1350
  • "And you can fly, high as a kite if you want to..
Re: Beaufighter freezes mid air when throtteling SOLVED!
« Reply #6 on: October 28, 2024, 05:20:06 PM »

@JimothyBuff, no need to be sorry, you´re not the first and surely not the last stumbeling when running into problems. A lot of us have been there snd done that but here members help each other as best they can in many ways. Mine was directing you to what I thought you needed to know to find help. Then Frankiek filled in with the solution. Have a nice flight!
Logged
And you can fly, high as a kite, if you want to.........
Pages: [1]   Go Up
 

Page created in 0.029 seconds with 20 queries.