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: Planet Search Overhaul (07/13/24)

Author Topic: ERROR messages in starfarer.log  (Read 510 times)

Zsar

  • Captain
  • ****
  • Posts: 312
    • View Profile
ERROR messages in starfarer.log
« on: February 10, 2023, 04:18:51 PM »

You have probably long fixed those, but just in case:
Code
10797 [Thread-3] ERROR com.fs.starfarer.loading.ShipHullSpreadsheetLoader  - Ship hull spec [flare] not found in ship_data.csv
10797 [Thread-3] ERROR com.fs.starfarer.loading.ShipHullSpreadsheetLoader  - Ship hull spec [module_hightech_decor] not found in ship_data.csv
They are caused by the two orphaned ship definitions
  • flare.ship
  • module_hightech_decor.ship
... Those should probably get entries tagged "no_dealer", "no_drop" and/or "restricted".

(Note: I am a bit surprised to see these at error level. I'd probably just have set them to WARN myself, although there certainly is a charm to requiring complete data and one correct way to disable entries if so desired.)
« Last Edit: February 10, 2023, 04:22:19 PM by Zsar »
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24841
    • View Profile
Re: ERROR messages in starfarer.log
« Reply #1 on: February 10, 2023, 08:04:41 PM »

Thanks for the report! This has no player-facing repercussions (and so isn't strictly speaking a bug); since the ship_data.csv entries for these don't exist, the game doesn't actually load them as ships. I should probably clean those up at some point, though! (Though, looking at flare - huh. That might get some use at some point...)
Logged