Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: 1 ... 20 21 [22] 23 24 ... 35

Author Topic: [0.97a] Roider Union 2.1.0  (Read 407993 times)

Ovid

  • Ensign
  • *
  • Posts: 32
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.12
« Reply #315 on: February 18, 2022, 11:32:55 PM »

I've got a weird glitch occurring when I have both a Union HQ and a Rockpiper Shipworks on the same colony/market. When I go to the bar, I have the option to speak to either a CEO for retrofits, or a 2nd option to "access your rockpiper shipworks retrofits". But when I try to click on the Rockpiper option, nothing pops up except an error message.

"ClassCastException
scripts.campaing.retrofit.Roider_UnionHQRetrofitManager cannot be cast to scripts.campaign.retrofit.Roider_ShipworksRetrofitManager"

And then I can't leave the bar unless I instead click on the Union HQ retrofit option first, then I can back out of the bar.

However, with only the Rockpiper present with no Union HQ, I can access the retrofit menu just fine.
Logged

Obsidian Actual

  • Commander
  • ***
  • Posts: 105
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.12
« Reply #316 on: February 18, 2022, 11:49:33 PM »

Oh hey, I also have this exact error message pop up in the dialogue when Rockpiper Shipworks is active on my colony. Were you commissioned with the Roiders at the time?
Logged

Farya

  • Commander
  • ***
  • Posts: 246
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.12
« Reply #317 on: February 19, 2022, 12:02:08 AM »

So what about a conversion of Gemini? Lorewise it has modular cargo containers which are not exactly useful in sector due to the lack of sufficient amount of compatible containers. But what if some rockpiper would found something more interesting to do with such a modular design? They could try latching armor modules instead of even something more interesting like:
1) Super fighter clamps design - turn it into a carrier that has two very large drones/corvettes latched on it instead of containers like on bizzare soviet flying carriers https://en.wikipedia.org/wiki/Zveno_project. It's system would envolve these parasite craft latching back to the carrier for repairs/rearming, though the replacement of lost ones is still not possible.
2) Missile boat design: give it a large missile hardpoint and cargo containers replaced with external munition storage - that thing would effectively carry as much munitions as two large missile weapons, instead of one. However these solution is somewhat dangerous and if hit enough storage would explode dealing damage to carrier and removing ALL of it's remaining missile reserves. Throw Fast Missile Racks on top and you could have an insane Hammer torpedo boat - both pirates and pathers would be so much delighted!
3) Modular cargo but better. Basically roiders have developed their own modular containers which could be used and their conversion could be easily configured to serve as hybrid tanker/freighter/crew transport depending from what kind of modules would be latched on it kinda like in Interstellar Imperium.
Logged

Ovid

  • Ensign
  • *
  • Posts: 32
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.12
« Reply #318 on: February 21, 2022, 11:52:32 PM »

Oh hey, I also have this exact error message pop up in the dialogue when Rockpiper Shipworks is active on my colony. Were you commissioned with the Roiders at the time?

Not at the time, but when I got a Roider Commission as a test, it was still popping up.
Logged

SafariJohn

  • Admiral
  • *****
  • Posts: 3021
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #319 on: March 02, 2022, 01:25:56 PM »

Roider Union - Expeditions - v1.3.13

Download in the OP

Fixed Shipworks blocking Union HQ retrofitting and various bugs and oversights with the new stuff.

Version 1.3.13
 Bug Fixes
 - Updated Gambit normal maps
 - Added Gambit (P) retrofits
 - Fixed Gambit (P) description
 - Fixed Shipworks blocking Union HQ retrofit at player colonies
Logged

bodeshmoun

  • Ensign
  • *
  • Posts: 19
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #320 on: March 05, 2022, 05:01:24 PM »

I had a crash on game start with the version 1.3.13 until I change "baseHullId":"roider_gambit_p" to "baseHullId":"roider_gambit_p_base" in roider_gambit_p_early.skin file.
Logged

SafariJohn

  • Admiral
  • *****
  • Posts: 3021
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #321 on: March 05, 2022, 05:07:52 PM »

Can you please post the log message for that crash? It works fine as-is for me.
Logged

bodeshmoun

  • Ensign
  • *
  • Posts: 19
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #322 on: March 06, 2022, 04:41:53 AM »

I am running Starsector on linux (I know that it can be usefull to know as system is case sensitive).
Here is the log, but I am afraid there is not more information than in my previous message:
Spoiler
Code
7994 [Thread-4] INFO  com.fs.starfarer.loading.ShipHullSpecLoader  - Loading hull skin [data/hulls/skins/roider_gambit_p_early.skin]
7994 [Thread-4] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: /home/[REDACTED]/.jeux/starsector/./mods/Roider Union (data/hulls/skins/roider_gambit_p_early.skin)]
8000 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Ship hull spec [roider_gambit_p] not found!
java.lang.RuntimeException: Ship hull spec [roider_gambit_p] not found!
at com.fs.starfarer.loading.oO0O.super(Unknown Source)
at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
at com.fs.starfarer.loading.ShipHullSpecLoader.Ò00000(Unknown Source)
at com.fs.starfarer.loading.ShipHullSpecLoader.Object(Unknown Source)
at com.fs.starfarer.loading.SpecStore.ÓO0000(Unknown Source)
at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[close]
Logged

SafariJohn

  • Admiral
  • *****
  • Posts: 3021
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #323 on: March 06, 2022, 05:08:10 AM »

Thank you. Replicated - looks like skins of skins are sensitive to load order. Windows loads in one direction, Linux in the opposite, so what is safe on Windows crashes on Linux and vice versa.
Logged

SafariJohn

  • Admiral
  • *****
  • Posts: 3021
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #324 on: March 09, 2022, 02:20:01 PM »

Roider Union - Expeditions - v1.3.13 Linux

Download Linux version

This version fixes the on-start crash for Linux users. It should be compatible with saves from 1.3.10 and earlier.


Unfortunately, this crash means the next release will be save breaking, though that may be a while.
Logged

ayylmao4lulz

  • Ensign
  • *
  • Posts: 18
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #325 on: March 10, 2022, 05:57:42 PM »

Roider Union - Expeditions - v1.3.13 Linux
Download Linux version

This version fixes the on-start crash for Linux users. It should be compatible with saves from 1.3.10 and earlier.


Unfortunately, this crash means the next release will be save breaking, though that may be a while.

Still crashing for me on Linux:

Code
13508 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Ship hull spec [zroider_gambit_p] not found!
java.lang.RuntimeException: Ship hull spec [zroider_gambit_p] not found!
at com.fs.starfarer.loading.oO0O.super(Unknown Source)
at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
at com.fs.starfarer.loading.ShipHullSpecLoader.Ò00000(Unknown Source)
at com.fs.starfarer.loading.ShipHullSpecLoader.Object(Unknown Source)
at com.fs.starfarer.loading.SpecStore.ÓO0000(Unknown Source)
at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Logged

SafariJohn

  • Admiral
  • *****
  • Posts: 3021
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #326 on: March 10, 2022, 06:54:16 PM »

Huh. Neither version works for you?

This skin business is a mess. Best I can tell you is to do as bodeshmoun did and change roider_gambit_p_early.skin to use roider_gambit_p_base as its baseHullId.
Logged

Obsidian Actual

  • Commander
  • ***
  • Posts: 105
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #327 on: March 10, 2022, 07:05:37 PM »

...hang on.

Quote
Code
java.lang.RuntimeException: Ship hull spec [zroider_gambit_p] not found!

Where'd that extra z come from?
Logged

SafariJohn

  • Admiral
  • *****
  • Posts: 3021
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #328 on: March 10, 2022, 07:32:40 PM »

That is part of the Linux version to change the load order.
Logged

ayylmao4lulz

  • Ensign
  • *
  • Posts: 18
    • View Profile
Re: [0.95.1a] Roider Union - Expeditions - 1.3.13
« Reply #329 on: March 10, 2022, 08:04:17 PM »

Huh. Neither version works for you?

Correct.
Logged
Pages: 1 ... 20 21 [22] 23 24 ... 35