Special Aircraft Service

Please login or register.

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

Author Topic: The hunt for plane.ru and weapon.ru  (Read 6931 times)

0 Members and 2 Guests are viewing this topic.

SAS~Skylla

  • SAS Team
  • member
  • Offline Offline
  • Posts: 1957
  • Flying Ass Clown N°24
Re: The hunt for plane.ru and weapon.ru
« Reply #12 on: November 07, 2016, 01:37:06 AM »

Ok, let's go through this one by one ..

First, can you now see the planes of claymore's pack in your QMB arming screen?

Second, does your .rc end with the excerpt you posted above? .. because I see two lines missing there:
Code: [Select]
[...]
#preload REGISTER
@file .preload




Logged
When all else fails: read the instructions!

niume123456

  • member
  • Offline Offline
  • Posts: 50
Re: The hunt for plane.ru and weapon.ru
« Reply #13 on: November 07, 2016, 05:32:55 AM »

1.Yes
2. My bottom of RC

Code: [Select]
@sfs MOUNT fb_maps.sfs
@sfs MOUNT fb_maps01.sfs
@sfs MOUNT fb_maps02.sfs
@sfs MOUNT fb_maps03.sfs
@sfs MOUNT fb_maps04.sfs
@sfs MOUNT fb_maps05.sfs
@sfs MOUNT fb_maps06.sfs
@sfs MOUNT fb_maps07p.sfs
@sfs MOUNT fb_maps08p.sfs
@sfs MOUNT fb_maps09p.sfs
@sfs MOUNT fb_maps10.sfs
@sfs MOUNT fb_maps10p.sfs
@sfs MOUNT fb_maps11.sfs
@sfs MOUNT fb_maps12.sfs
@sfs MOUNT fb_maps12p.sfs
@sfs MOUNT fb_maps13.sfs
@sfs MOUNT fb_maps14.sfs
@sfs MOUNT fb_maps15.sfs
@sfs MOUNT fb_maps16.sfs
@sfs MOUNT fb_maps17.sfs
@sfs MOUNT fb_maps18.sfs
@sfs MOUNT fb_maps19.sfs
@sfs MOUNT fb_maps20.sfs

@sfs MOUNT fb_sound.sfs
@sfs MOUNT fb_sound01.sfs
@sfs MOUNT fb_sound02.sfs
@sfs MOUNT fb_sound03.sfs
@sfs MOUNT fb_sound04.sfs
@sfs MOUNT fb_sound05.sfs
@sfs MOUNT fb_sound06.sfs

@sfs MOUNT fb410_clay01.sfs
@sfs MOUNT fb410_clay02.sfs

@load com.maddox.rts.cmd.CmdSFSAutoMount NAME sfsautomount \
HELP sfsautomount [MOUNT <folder name>] [UNMOUNT <folder name>]
@sfsautomount MOUNT SFS_AUTO

#preload REGISTER
@file .preload
Logged

SAS~Skylla

  • SAS Team
  • member
  • Offline Offline
  • Posts: 1957
  • Flying Ass Clown N°24
Re: The hunt for plane.ru and weapon.ru
« Reply #14 on: November 07, 2016, 10:27:47 AM »

Quote
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:

Code: [Select]
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
Logged
When all else fails: read the instructions!

western0221

  • Modder
  • member
  • Offline Offline
  • Posts: 6790
  • Live in Japan
    • IL-2 itaki blog
Re: The hunt for plane.ru and weapon.ru
« Reply #15 on: November 07, 2016, 10:45:45 AM »

java.lang.NoSuchFieldError: printCompassHeading in cockpit class might come from base game version's change at 4.11.1m .

Providing different modded aircraft classfiles to keep compatibility for each base game version .... is the fundamental solution.

I forget something other ways existing (or not existing) players' side can do when the modder has not provided compatibility classfiles.
Logged

niume123456

  • member
  • Offline Offline
  • Posts: 50
Re: The hunt for plane.ru and weapon.ru
« Reply #16 on: November 07, 2016, 12:56:11 PM »

So what to do? i have Vp modpack? Maybe some files over there messes up?
Logged

western0221

  • Modder
  • member
  • Offline Offline
  • Posts: 6790
  • Live in Japan
    • IL-2 itaki blog
Re: The hunt for plane.ru and weapon.ru
« Reply #17 on: November 07, 2016, 01:06:12 PM »

Claymore's Fw190 release topic 1st post contains "Pack 4.12.2" download link at its last.

Do you install it? not 4.09 or 4.10.1 ones.
Logged

niume123456

  • member
  • Offline Offline
  • Posts: 50
Re: The hunt for plane.ru and weapon.ru
« Reply #18 on: November 08, 2016, 07:57:26 AM »

yes
Logged

niume123456

  • member
  • Offline Offline
  • Posts: 50
Re: The hunt for plane.ru and weapon.ru
« Reply #19 on: November 08, 2016, 07:57:59 AM »

I deleted the mod I am way to frustraded
Logged

SAS~Skylla

  • SAS Team
  • member
  • Offline Offline
  • Posts: 1957
  • Flying Ass Clown N°24
Re: The hunt for plane.ru and weapon.ru
« Reply #20 on: November 08, 2016, 10:17:01 AM »

I got the 4.12.2 version of claymore's pack working flawless in my vanilla test MA 5.3 .. that's why I said that there must be a Mod incompability ..

In case you'll try to install it again .. disable every Mod in your Modsfolder, install claymore's pack (check if it works) and then enable all Mods one by one .. once you got the conflicting one, you'll have to decide what to keep ;)

Best Regards,
skylla
Logged
When all else fails: read the instructions!

niume123456

  • member
  • Offline Offline
  • Posts: 50
Re: The hunt for plane.ru and weapon.ru
« Reply #21 on: November 09, 2016, 05:26:54 AM »

What files to leave in sas folder? I am using Mod act Vp modpack
Logged

SAS~Skylla

  • SAS Team
  • member
  • Offline Offline
  • Posts: 1957
  • Flying Ass Clown N°24
Re: The hunt for plane.ru and weapon.ru
« Reply #22 on: November 09, 2016, 07:54:45 AM »

start with a Vanilla Modact (that means nothing but the Modact itself) .. then install claymore's pack (and make sure it works), then add all the other Mods one by one (check if the new Fockes still work after every enabled Mod!) .. I guess this is gonna take a while with the whole VP Modpack ..

You might want to do this on another test install and not your main one ;)
Logged
When all else fails: read the instructions!

JG7_X_Man

  • Missioneer
  • member
  • Offline Offline
  • Posts: 277
Re: The hunt for plane.ru and weapon.ru
« Reply #23 on: November 09, 2016, 10:02:34 AM »

...I would have just installed CUP! :)
Logged
Pages: 1 [2] 3   Go Up
 

Page created in 0.03 seconds with 24 queries.