Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Pages: 1 ... 6 7 [8]

Author Topic: [0.95.1a-RC6] Pearson Exotronics  (Read 104534 times)

Exempt

  • Ensign
  • *
  • Posts: 17
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #105 on: April 26, 2023, 07:10:55 PM »

This bug just crashed me when I went to visit a Pearson planet to do a quest for the first time in my save. Fatal: Null. Tried updating but was already on 7.2. I don't know script language but I feel like the console command above me would work if it were applied to regular Pearson music.

Nevermind, said script resolved the crash!
Logged

ApolloStarsector

  • Commander
  • ***
  • Posts: 131
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #106 on: April 27, 2023, 02:52:54 PM »

No clue how I missed this gorgeous, normal-mapped mod. Playing with it now!
Logged

ApolloStarsector

  • Commander
  • ***
  • Posts: 131
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #107 on: April 30, 2023, 12:43:32 PM »

I'm getting a crash whenever I try to dock at any Pearson planet in my current save. I was just trying to conduct an orbital bombardment mission. From the log:

40828 [Thread-3] INFO  data.scripts.campaign.PSE_rulecmd.missions.PSE_SODCampDeliveryMission  - Checking command PSE_checkCompletion
40835 [Thread-3] INFO  sound.public  - Cleaning up music with id [RunningDark.ogg]
40984 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at com.fs.starfarer.O0OO.o0OO.ô00000(Unknown Source)
   at com.fs.starfarer.O0OO.o0OO.o00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO.o00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO.o00000(Unknown Source)
   at com.fs.starfarer.campaign.CampaignState.startEncounterInvolvingPlayerFleet(Unknown Source)
   at com.fs.starfarer.campaign.BaseLocation.advance(Unknown Source)
   at com.fs.starfarer.campaign.StarSystem.advance(Unknown Source)
   at com.fs.starfarer.campaign.CampaignEngine.advance(Unknown Source)
   at com.fs.starfarer.campaign.CampaignState.advance(Unknown Source)
   at com.fs.starfarer.BaseGameState.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.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:750)
41242 [Thread-9] ERROR com.fs.starfarer.O0OO.OOoO  -
java.lang.NullPointerException
   at com.fs.starfarer.O0OO.o0OO.ô00000(Unknown Source)
   at com.fs.starfarer.O0OO.o0OO.Õ00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO.Ò00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:750)
41743 [Thread-9] ERROR com.fs.starfarer.O0OO.OOoO  -
java.lang.NullPointerException
   at com.fs.starfarer.O0OO.o0OO.ô00000(Unknown Source)
   at com.fs.starfarer.O0OO.o0OO.Õ00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO.Ò00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:750)
42245 [Thread-9] ERROR com.fs.starfarer.O0OO.OOoO  -
java.lang.NullPointerException
   at com.fs.starfarer.O0OO.o0OO.ô00000(Unknown Source)
   at com.fs.starfarer.O0OO.o0OO.Õ00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO.Ò00000(Unknown Source)
   at com.fs.starfarer.O0OO.OOoO$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:750)

This crash occurs with the latest JRE 8 that we're supposed to be testing, as well as the "original" JRE 8 that people were using.

Modlist: "starpocalypse", "all_the_domain_drones+Vanilla", "bsgportraitspack", "better_deserving_smods", "better_variants", "cmutils", "lw_console", "illustrated_entities", "interestingportraitspack", "lw_lazylib", "luddenhance", "lunalib", "mag_protect", "MagicLib", "nexerelin", "pearson_exotronics", "speedUp", "Terraforming & Station Construction", "There_will_be_no_ID_2", "US", "URW", "variants_lib", "audio_plus", "prvExtra", "prvPath", "prv", "shaderLib"
« Last Edit: April 30, 2023, 12:47:32 PM by ApolloStarsector »
Logged

ApolloStarsector

  • Commander
  • ***
  • Posts: 131
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #108 on: April 30, 2023, 01:15:19 PM »

I had a similar issue while using 0.7.2, downloaded on 3/11/23. The dialogue on encountering a hostile Pearson fleet had a NullPointerException warning, but continued. Then after ending the battle, even by immediate Full Retreat, the game would crash via NullPointerException.

What fixed it was the following script pasted into Console Commands:

Code
runcode Map<String, String> map = Global.getSector().getFaction("pearson_exotronics").getMusicMap();
        for (String s : map.keySet()) {
            map.put(s, "music_diktat_market_hostile");
        }

Thank you! Fixed my CTD.
Logged

lukevale

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #109 on: November 11, 2023, 03:14:01 PM »

Any news regarding this? Only posting since the topic hasn't been touched since april.
Logged

Maelstrom

  • Captain
  • ****
  • Posts: 302
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #110 on: November 12, 2023, 08:27:59 AM »

tomato is working on a new sprote for it
Logged

tomatopaste

  • Captain
  • ****
  • Posts: 306
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #111 on: November 12, 2023, 11:07:17 AM »

Any news regarding this? Only posting since the topic hasn't been touched since april.

the chef is in the kitchen and the oven is on
Logged

Shogouki

  • Captain
  • ****
  • Posts: 283
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #112 on: November 12, 2023, 01:35:42 PM »

Any news regarding this? Only posting since the topic hasn't been touched since april.

the chef is in the kitchen and the oven is on

Woot!  Thank you!
Logged

Szasz

  • Captain
  • ****
  • Posts: 314
    • View Profile
Re: [0.95.1a-RC6] Pearson Exotronics
« Reply #113 on: March 16, 2024, 07:38:29 AM »

I miss this *** and might mispell ship names as it's been a while
Kingston(?) battleship required more involvement to pilot than most ships in the game. It was very rewarding and satisfying as it is a freaking beast if you use its system just right (I usually get bored with ships in Starsector and constantly switch among them between battles. There are only two exceptions: Pharrek (from Xhan Empire) and the Kingston
The balanced Leyland(?) cruiser was fun to play with
Logged
Pages: 1 ... 6 7 [8]