Special Aircraft Service

Please login or register.

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

Author Topic: CTD In-Game WAW  (Read 1532 times)

0 Members and 1 Guest are viewing this topic.

proweather

  • member
  • Offline Offline
  • Posts: 182
CTD In-Game WAW
« on: April 21, 2016, 07:23:30 PM »

A few seconds after the game loads and you are flying, the game freezes and closes. Here is log:

Code: [Select]
FM called 'FlightModels/Sabre:TYPHOON_FM.emd' is being loaded from File: 'typhoon_fm'
FM called 'FlightModels/Sabre:TYPHOON_FM.emd' is being loaded from Alternative File: 'typhoon_fm'
Motor resolveFromFile starter = 0
Motor resolveFromFile starter = 0
Flight Model File FlightModels/TempestMkV11.fmd:TYPHOON_FM contains no Mach Drag Parameters.
FM called 'FlightModels/TempestMkV11.fmd:TYPHOON_FM' is being loaded from File: 'typhoon_fm'
FM called 'FlightModels/TempestMkV11.fmd:TYPHOON_FM' is being loaded from Alternative File: 'typhoon_fm'
FM called 'FlightModels/Bf-109K-4.fmd' is being loaded from Alternative File: 'gui/game/buttons'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC2_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC21_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC5_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC4_D0'
FM called 'FlightModels/Me-262A-1a.fmd' is being loaded from Alternative File: 'gui/game/buttons'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC2_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC21_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC5_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC4_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC2_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC21_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC5_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC4_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC2_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC21_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC5_D0'
INTERNAL ERROR: HierMesh: Can't find chunk 'GearC4_D0'
FM called 'FlightModels/He-111H-12.fmd' is being loaded from Alternative File: 'gui/game/buttons'
ERROR file: File users/doe/Icons not found
Mission: single/de/Do-335/1.mis is Playing
INTERNAL ERROR: Can't open file 'PaintSchemes/Pilots/Default'
warning: no files : music/takeoff
java.lang.NoSuchMethodError
at com.maddox.il2.ai.air.Maneuver.update(Maneuver.java:4078)
at com.maddox.il2.ai.air.Pilot.update(Pilot.java:195)
at com.maddox.il2.fm.FlightModelMain.tick(FlightModelMain.java:1084)
at com.maddox.il2.engine.Interpolators.tick(Interpolators.java:222)
at com.maddox.il2.engine.Actor.interpolateTick(Actor.java:434)
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:449)
at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)
Logged

proweather

  • member
  • Offline Offline
  • Posts: 182
Re: CTD In-Game WAW
« Reply #1 on: April 22, 2016, 05:09:46 AM »

So I did some tests and the only aircraft to cause this crash are the Do-435 and the Me-262V-3. This is the first time I've flown either of them.

UPDATE: All blue aircraft cause crash. All red aircraft fine.

Might these mods I added before the problem began have something to do with it?

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

Do-215
https://www.sas1946.com/main/index.php/topic,48943.0.html

Ar-234 Pack
https://www.sas1946.com/main/index.php/topic,37893.0.html
Logged

proweather

  • member
  • Offline Offline
  • Posts: 182
Re: CTD In-Game WAW
« Reply #2 on: April 22, 2016, 09:25:01 AM »

Tried that, and I still have same problem. >:(
Logged

proweather

  • member
  • Offline Offline
  • Posts: 182
Re: CTD In-Game WAW
« Reply #3 on: April 22, 2016, 10:16:19 AM »

I added a new copy of CTO, now missions won't even play. It crashes at 100% when loading missions.

Code: [Select]
ERROR file: File users/doe/Icons not found
Mission: QuickQMBPro/CUP-CoralSea_Akagi_Class/CUP-CoralSea_Akagi_ClassBlueAirbase00.mis is Playing
INTERNAL ERROR: Can't open file 'PaintSchemes/Pilots/Default'
java.lang.NoSuchFieldError: listenTACAN
at com.maddox.il2.objects.air.Cockpit.updateBeacons(Cockpit.java:1000)
at com.maddox.il2.objects.air.Cockpit.access$600(Cockpit.java:21)
at com.maddox.il2.objects.air.Cockpit$Draw.preRender(Cockpit.java:100)
at com.maddox.il2.objects.air.Cockpit.preRender(Cockpit.java:834)
at com.maddox.il2.game.Main3D$RenderCockpit.preRender(Main3D.java:710)
at com.maddox.il2.engine.Renders.doPaint(Renders.java:337)
at com.maddox.il2.engine.Renders.paint(Renders.java:253)
at com.maddox.il2.engine.RendersTicker.msgTimeOut(Renders.java:637)
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$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:449)
at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)
Logged

proweather

  • member
  • Offline Offline
  • Posts: 182
Re: CTD In-Game WAW
« Reply #4 on: April 23, 2016, 09:11:51 AM »

Will going to a restore point help at all?
Logged

Gatrasz

  • Supporter
  • member
  • Offline Offline
  • Posts: 796
  • Dead but dreaming...
Re: CTD In-Game WAW
« Reply #5 on: April 23, 2016, 09:41:41 AM »

I added a new copy of CTO, now missions won't even play. It crashes at 100% when loading missions.
Ar-234 Pack
https://www.sas1946.com/main/index.php/topic,37893.0.html

May I ask why you would want to add, in #WAW, 2 mods that are already include ? It will only create conflicts...
Logged

proweather

  • member
  • Offline Offline
  • Posts: 182
Re: CTD In-Game WAW
« Reply #6 on: April 24, 2016, 07:56:22 PM »

I solved my own problem by deleting the Ar-234 Pack and activating the #WAW_Config-EngineMOD. I just flew a bunch of missions for the Luftwaffe, postwar USA,and IJA just fine.
Logged
Pages: [1]   Go Up
 

Page created in 0.742 seconds with 20 queries.