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)

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 - IMyMe

Pages: [1]
1
Hi, the mod crashes on Linux during game launch cause of two case mismatches.
Code
java.lang.RuntimeException: Sound with filename [sounds/FDS/sfx_shields/shields_up.wav] not found or failed to load
It works if you rename the file extensions in mods/FDS/sounds/FDS/sfx_shields/to lower case (shields_up.WAV -> shields_up.wav and shields_down.WAV -> shields_down.wav).

2
Mods / Re: [0.9.1a] Scy V1.55 (2019/05/19)
« on: July 29, 2019, 01:15:38 AM »
Hi, the mod crashes on Linux during game launch cause of two case mismatches.
Code
java.lang.RuntimeException: Error loading [graphics/SCY/weapons/SCY_arc_SmallH.png] resource, not found...
It works if you rename the files in mods/SCY/graphics/SCY/weapons/ (SCY_arc_smallH.png -> SCY_arc_SmallH.png and SCY_arc_smallT.png -> SCY_arc_SmallT.png).

Pages: [1]