Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Argonic82

Pages: [1]
1
Modding Resources / Re: [0.7.2a] TwigLib TWIG™ 0.6.10
« on: March 17, 2016, 09:52:42 AM »
Hi, I've been having crashes with the latest version of TwigLib. It happens when I fight Scy ships. Before you ask I have all my mods updated and they are all compatible with each other. Here is the tail end of one of the crash logs:

Code
11192384 [Thread-10] INFO  sound.O  - Creating streaming player for music with id [Spacer15Seconds.ogg]
11192385 [Thread-10] INFO  sound.H  - Playing music with id [Spacer15Seconds.ogg]
11193161 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.ClassCastException: db.twiglib.core.SubNode cannot be cast to db.twiglib.core.RootShipAPI
java.lang.ClassCastException: db.twiglib.core.SubNode cannot be cast to db.twiglib.core.RootShipAPI
at db.twiglib.TwigUtils.getChildNodesAsShips(TwigUtils.java:58)
at data.scripts.util.SSP_Twig.empTargetTwig(SSP_Twig.java:27)
at data.scripts.weapons.SSP_TachyonLanceEffect.advance(SSP_TachyonLanceEffect.java:47)
at com.fs.starfarer.combat.entities.ship.A.G.advance(Unknown Source)
at com.fs.starfarer.combat.systems.void.advanceLinked(Unknown Source)
at com.fs.starfarer.combat.systems.void.advance(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.fire(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.advance(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
at com.fs.starfarer.combat.CombatState.traverse(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

2
Mods / Re: [0.7.2a] Scy V0.99c (05/03/2016)
« on: March 17, 2016, 05:43:19 AM »
Are you sure? Is 6.10 not the latest version? Because that is what I have and it's the latest version I see in the TwigLib thread.
It is. Did you completely removed it the last time you updated your twiglib, or redownloading it again?

It's all freshly installed, I've only been playing Starsector for a couple weeks and I started a new game with mods like a week ago so everything is fresh.

3
Mods / Re: [0.7.2a] Scy V0.99c (05/03/2016)
« on: March 17, 2016, 05:06:31 AM »
So yeah, I think it might be something about the Scalaron and TwigLib not interacting properly.
Yup, that's an outdated TwigLib for sure. It work fine in my version and the lines index of the Log don't match.

Are you sure? Is 6.10 not the latest version? Because that is what I have and it's the latest version I see in the TwigLib thread.

4
Mods / Re: [0.7.2a] Scy V0.99c (05/03/2016)
« on: March 16, 2016, 10:00:57 AM »
Yeah, I already checked that everything was up to date.
Oh, I would have though it was caused by either an up-to-date Scy with an outdated TwigLib or vice-versa. Well, I'll take a look tonight.

Here is some more detail on the bug:

I first experienced it in a battle with some pirates who had a number of Scy ships, this was a one off occurrence of the bug because after I reloaded from my save I did not see that fleet again. The second and third time it happened was with the same Scy fleet. I had saved and there was a Scy strike fleet that was hostile to me passing by, I engaged it and when I fired on one of the ships with a Scalaron cannon mounted on my Nevermore I instantly got the crash. I reloaded and tried engaging the fleet again and the exact same thing happened, crash on a Scalaron shot hitting a Scy ship. Later on I encountered a Scy Hit fleet and had no choice but to engage, at this point I no longer had the Scalaron cannon equipped and I don't think any of the other ships in my fleet had one either, this time I did not get any crashes. So yeah, I think it might be something about the Scalaron and TwigLib not interacting properly.

Anyway, I hope the extra detail helps a bit. :)

5
Mods / Re: [0.7.2a] Scy V0.99c (05/03/2016)
« on: March 16, 2016, 07:19:22 AM »
Not 100% sure, since I do not understand as much as the modders, but since it keeps mentioning it; Have you installed the latest Twiglib?

Yeah, I already checked that everything was up to date.

6
Mods / Re: [0.7.2a] Scy V0.99c (05/03/2016)
« on: March 15, 2016, 10:22:14 PM »
Hi, I'm having a bug that causes a crash whenever I fight Scy fleets, I'm not sure exactly what mod is causing it but I've only seen it when fighting Scy ships so I think that they have something to do with it. Anyway, here is the tail end of my log file:

Code
305308 [Thread-10] INFO  sound.O  - Creating streaming player for music with id [SkeletonCrew.ogg]
305308 [Thread-10] INFO  sound.H  - Playing music with id [SkeletonCrew.ogg]
305732 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.ClassCastException: db.twiglib.core.SubNode cannot be cast to db.twiglib.core.RootShipAPI
java.lang.ClassCastException: db.twiglib.core.SubNode cannot be cast to db.twiglib.core.RootShipAPI
at db.twiglib.TwigUtils.getChildNodesAsShips(TwigUtils.java:58)
at data.scripts.util.BRDYTwig.empTargetTwig(BRDYTwig.java:20)
at data.scripts.weapons.ScalaronPulseOnHit.onHit(ScalaronPulseOnHit.java:40)
at com.fs.starfarer.combat.entities.Missile.notifyDealtDamage(Unknown Source)
at com.fs.starfarer.combat.o0OO.A.D.o00000(Unknown Source)
at com.fs.starfarer.combat.o0OO.OoOO.super(Unknown Source)
at com.fs.starfarer.combat.o0OO.OoOO.super(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
at com.fs.starfarer.combat.CombatState.traverse(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Pages: [1]