Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - kehnneh

Pages: [1]
1
Mods / Re: [0.95.1a] Jackundor's Advanced Arms v0.4.0
« on: September 25, 2022, 03:26:56 PM »
On Linux, this mod fails to load resources from graphics/weapons/Shotguns because it is looking for resources in the path graphics/weapons/shotguns (Shotguns -> shotguns). Renaming the directory to use lower-case "shotguns" fixes the issue.

2
Modding / Re: [0.9.51a-RC6][WIP] United Aurora Federation 0.72g1b / g1c_exp
« on: September 25, 2022, 03:18:57 PM »
I experience a crash when loading this mod while playing on Linux using version 0.72g1b. The crash is caused by the failure to find two resource files:
Code
graphics/weapons/Claris CN/pd_claris_cn_hardpoint_recoil.png
graphics/weapons/Claris CN/pd_claris_cn_turret_recoil.png
These files actually exist, but use PNG as their extension (not png):
Code
graphics/weapons/Claris CN/pd_claris_cn_hardpoint_recoil.PNG
graphics/weapons/Claris CN/pd_claris_cn_turret_recoil.PNG
Renaming these files to have the png extension fixes the issue.

3
Mods / Re: [0.95.1a] FuzzyPack - small ship and weapons pack
« on: September 25, 2022, 02:33:53 PM »
Starting starsector with this as the only enabled mod produces the following stack trace:

Code
102516 [Thread-9] ERROR com.fs.graphics.for  - Error loading [graphics/ships/trilolight.png] resource, not found in [/opt/starsector/./mods/FuzzyPack,../starfarer.res/res,CLASSPATH]
java.lang.RuntimeException: Error loading [graphics/ships/trilolight.png] resource, not found in [/opt/starsector/./mods/FuzzyPack,../starfarer.res/res,CLASSPATH]
at com.fs.util.Object.Object(Unknown Source)
at com.fs.util.Object.Ô00000(Unknown Source)
at com.fs.graphics.for.Õ00000(Unknown Source)
at com.fs.graphics.for.void(Unknown Source)
at com.fs.graphics.for$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
102517 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/ships/stations/station_level3_lowtech.png (using cast)
102518 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/ships/hound/hound_substandard.png (using cast)
103078 [Thread-9] ERROR com.fs.graphics.for  - Error loading [graphics/ships/trilolight.png] resource, not found in [/opt/starsector/./mods/FuzzyPack,../starfarer.res/res,CLASSPATH]
java.lang.RuntimeException: Error loading [graphics/ships/trilolight.png] resource, not found in [/opt/starsector/./mods/FuzzyPack,../starfarer.res/res,CLASSPATH]
at com.fs.util.Object.Object(Unknown Source)
at com.fs.util.Object.Ô00000(Unknown Source)
at com.fs.graphics.for.Õ00000(Unknown Source)
at com.fs.graphics.for.void(Unknown Source)
at com.fs.graphics.for$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
103154 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Error loading [graphics/ships/trilolight.png] resource, not found in [/opt/starsector/./mods/FuzzyPack,../starfarer.res/res,CLASSPATH]
java.lang.RuntimeException: Error loading [graphics/ships/trilolight.png] resource, not found in [/opt/starsector/./mods/FuzzyPack,../starfarer.res/res,CLASSPATH]
at com.fs.util.Object.Object(Unknown Source)
at com.fs.util.Object.Ô00000(Unknown Source)
at com.fs.graphics.TextureLoader.Ô00000(Unknown Source)
at com.fs.graphics.TextureLoader.o00000(Unknown Source)
at com.fs.graphics.TextureLoader.o00000(Unknown Source)
at com.fs.graphics.TextureLoader.o00000(Unknown Source)
at com.fs.graphics.G.o00000(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)

Am I missing a dependency?

Pages: [1]