1.Yes
Ok, and as the .rc also looks good I think we can call this issue fixed.
Now to that other problem of yours:
java.lang.NoSuchFieldError: printCompassHeading
at com.maddox.il2.objects.air.CockpitFW_190D15.<init>(CockpitFW_190D15.java:85)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at com.maddox.il2.objects.air.Aircraft.createCockpits(Aircraft.java:3131)
at com.maddox.il2.objects.air.Aircraft.load(Aircraft.java:2491)
at com.maddox.il2.game.Mission.loadAir(Mission.java:1368)
at com.maddox.il2.ai.Wing.load(Wing.java:144)
at com.maddox.il2.game.Mission.loadWings(Mission.java:1111)
at com.maddox.il2.game.Mission._load(Mission.java:487)
at com.maddox.il2.game.Mission.access$000(Mission.java:135)
at com.maddox.il2.game.Mission$BackgroundLoader.run(Mission.java:433)
at com.maddox.rts.BackgroundTask.doRun(BackgroundTask.java:155)
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)
What goes wrong here is that the game is looking for a field within an object, but said field is not present anymore.
This can only happen if the class of the referenced object got changed.
That means: this is a mod conflict ..
Best Regards,
skylla