Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Error help please... :)  (Read 1101 times)

soaring

  • Ensign
  • *
  • Posts: 5
    • View Profile
Error help please... :)
« on: December 18, 2020, 07:59:29 PM »

im getting this error in the starsector.log file
pls halppp.

java.lang.NullPointerException
   at com.fs.starfarer.loading.ShipHullSpecLoader.o00000(Unknown Source)
   at com.fs.starfarer.loading.ShipHullSpreadsheetLoader.o00000(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$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Logged

Thaago

  • Global Moderator
  • Admiral
  • *****
  • Posts: 7214
  • Harpoon Affectionado
    • View Profile
Re: Error help please... :)
« Reply #1 on: December 18, 2020, 08:41:59 PM »

Hi, welcome to the forum! Could you please describe what you are doing when the error happens and your mod list? The mod list in csv form can be found in the mods folder, you can open it with a basic text error and paste it in if you don't want to type it out.
Logged

soaring

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Error help please... :)
« Reply #2 on: December 19, 2020, 02:28:00 AM »

hello, thankyou!
yes hyperion and/or knights templar is causing it. what do i do? they are bottom of my load order in game... so i uninstalled the game, reinstalled it and the mods minus (hyperion and knights) worked well, then i added these two mods and the below showed... thanks again, im a noob when it comes to software.

java.lang.AbstractMethodError
   at org.dark.shaders.util.ShaderHook$ShaderCombatLayerHook.render(ShaderHook.java:213)
   at com.fs.starfarer.combat.entities.CustomCombatEntity.render(Unknown Source)
   at com.fs.starfarer.combat.entities.BaseEntity.render(Unknown Source)
   at com.fs.graphics.LayeredRenderer.renderExcluding(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.render(Unknown Source)
   at com.fs.starfarer.title.TitleScreenState.render(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$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

edit: downloaded the prerelease version for HYperion and deleted knights templar game started.... so knights templar was the issue. its sad , because, the large energy weapons are superb in Knights Templar. excellent for hightech Star-fortress
« Last Edit: December 19, 2020, 03:10:48 AM by soaring »
Logged

Thaago

  • Global Moderator
  • Admiral
  • *****
  • Posts: 7214
  • Harpoon Affectionado
    • View Profile
Re: Error help please... :)
« Reply #3 on: December 19, 2020, 10:45:38 AM »

Glad you figured it out!
Logged

MesoTroniK

  • Admiral
  • *****
  • Posts: 1731
  • I am going to destroy your ships
    • View Profile
Re: Error help please... :)
« Reply #4 on: December 19, 2020, 01:32:22 PM »

Knights Templar isn't the issue, the issue is that your GraphicsLib is out of date.

soaring

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Error help please... :)
« Reply #5 on: December 20, 2020, 03:32:04 AM »

Glad you figured it out!
yes, Thanx for the replies! I did not expect this to be such an active community!
Logged

soaring

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Error help please... :)
« Reply #6 on: December 20, 2020, 03:34:56 AM »

Knights Templar isn't the issue, the issue is that your GraphicsLib is out of date.
Hello, My version of Graphics.Lib is the latest one.
{
    "masterVersionFile":"http://www.sc2mafia.com/Starsector/version/graphicsLib.version",
    "modName":"GraphicsLib",
    "modThreadId":10982,
    "modVersion":
    {
        "major":1,
        "minor":4,
        "patch":3
    },
}

This was similar to the one i downloaded 5 minutes ago to verify.
Logged

MesoTroniK

  • Admiral
  • *****
  • Posts: 1731
  • I am going to destroy your ships
    • View Profile
Re: Error help please... :)
« Reply #7 on: December 20, 2020, 10:08:46 PM »

Well then it seems your Starsector itself is out of date then.

Edit:
Or you are using an obsolete version of Knight's Templar. In short, something you are using that relies on render order hooks is out of date.
« Last Edit: December 20, 2020, 10:10:49 PM by MesoTroniK »
Logged