I Have installer the Instant Log File Output. And this the error I have found. It's the same no ?
Maximum texture size : 16384
Maximum simultaneous textures :8
MaxAnisotropic (1.0 = none) : 16.000000
INTERNAL ERROR: Str2FloatClamp() - Clamped 75 -> 32 (delta = -43) to Range 0..32
INTERNAL ERROR: Str2FloatClamp() - Clamped 120 -> 60 (delta = -60) to Range 0..60
No spawner for 'com.maddox.il2.objects.vehicles.planes.Plane$P_51A'
java.lang.NoSuchMethodError
at com.maddox.il2.fm.Gear.drawEffects(Gear.java:1589)
at com.maddox.il2.fm.Gear.ground(Gear.java:583)
at com.maddox.il2.fm.Gear.ground(Gear.java:346)
at com.maddox.il2.fm.RealFlightModel.update(RealFlightModel.java:1100)
at com.maddox.il2.fm.FlightModelMain.tick(FlightModelMain.java:647)
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:437)
at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)
Oh... That "java.lang.NoSuchMethodError" is reason of error, I think.
But "what name method is called and no-found" isn't shown.
Doesn't this error show what name method is no-found in Java???
I read Gear class drawEffects method, capables of error are Atmosphere.temperature or World.wind().curGust() to decide steam smoke effect dencity.
I see my #SAS folder again... I missed!! I forgot to erase old Catapult MOD folder when this AI MOD installing, and old code overrides this MOD code.
I test again without old Catapult MOD folder, the same error of yours occurs in my environment.
I check Gear class again and correct the error. I will send Anto a new code when corrected. Please wait some days.