Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Crash when starting - missing file(?)  (Read 350 times)

bazalisk

  • Ensign
  • *
  • Posts: 9
    • View Profile
Crash when starting - missing file(?)
« on: January 23, 2022, 05:03:04 PM »

seems i'm getting an error that crashes me out after the green load bar.

ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Error loading [data.hullmods.HighResSensors]
java.lang.RuntimeException: Error loading [data.hullmods.HighResSensors]
   at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: data.hullmods.HighResSensors
   at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:179)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 2 more

i took a look in the hullmod folder and there is no such hullmod java file there.  i reinstalled the game and its still not there. went looking online to see if anyone else has this issue and seems its only me.  not sure how to move forward with this  :(
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4682
    • View Profile
    • GitHub profile
Re: Crash when starting - missing file(?)
« Reply #1 on: January 23, 2022, 05:09:30 PM »

Vanilla's High Resolution Sensors hullmod has its script in com.fs.starfarer.api.impl.hullmods.HighResSensors.

Are you using any mods with outdated hullmod definitions? If not, try doing a clean install of the game (uninstall first), and maybe do the reinstall to a directory that isn't Downloads or Program Files (to ensure no write permission issues).
Logged

bazalisk

  • Ensign
  • *
  • Posts: 9
    • View Profile
Re: Crash when starting - missing file(?)
« Reply #2 on: January 23, 2022, 05:20:41 PM »

i see, that's good to know.

I wasn't sure that mods could delete core files so didn't check mods, figured maybe a corrupted DL of the installer.

time to toggle mods to see.

thanks for the reply  :D
Logged