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)

Pages: 1 2 [3] 4 5 ... 20

Author Topic: [0.95.1a] Outer Rim Alliance v0.95rc1 (2023/01/07)  (Read 491672 times)

NightKev

  • Commander
  • ***
  • Posts: 104
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.4 (14/03/2017)
« Reply #30 on: March 14, 2017, 07:00:04 PM »

"Unbalanced" as in "empty slots on the left and weapons on the right = bad"? Or do the weapons have to be fully symmetrical, with the exact same on both sides?
Logged

Tartiflette

  • Admiral
  • *****
  • Posts: 3529
  • MagicLab discord: https://discord.gg/EVQZaD3naU
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 (15/03/2017)
« Reply #31 on: March 15, 2017, 12:30:37 AM »

The slots have to be fitted by a weapon of similar size, not the same exact weapon.

Also, HOTFIX for the few issues reported on discord:

       
         Requires LazyLib

This shouldn't break any save.
« Last Edit: March 15, 2017, 12:50:30 AM by Tartiflette »
Logged
 

DinoZavarski

  • Lieutenant
  • **
  • Posts: 79
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #32 on: March 19, 2017, 03:54:56 PM »

Can't run game with the mod enabled:

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

Linux, running with JDK 8u121-64bit. Nexerlin present and patch applied.
« Last Edit: March 19, 2017, 03:59:18 PM by DinoZavarski »
Logged
Me no know, me no understand, me just root...

Orikson

  • Captain
  • ****
  • Posts: 280
  • Always Seen on Discord
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #33 on: March 19, 2017, 08:10:52 PM »

Logged
"A story teller and a trader. Tell me your tales and I'll tell you no lies."

Come join the Starsector Fan Chat! It's decently active.

Link: https://discord.gg/eb5UC

DinoZavarski

  • Lieutenant
  • **
  • Posts: 79
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #34 on: March 20, 2017, 01:59:33 AM »

You need java7.

This is bad. Given the number of Nexerlin compatible mods that won't run with jre7 it is better to wait until this one is fixed to work with jre8 before starting game with it.

Still, thank you for the hint. It allowed me to play the missions and see how new ships look in action. Some nice work.
Logged
Me no know, me no understand, me just root...

Tartiflette

  • Admiral
  • *****
  • Posts: 3529
  • MagicLab discord: https://discord.gg/EVQZaD3naU
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #35 on: March 20, 2017, 02:11:26 AM »

JRE7 is the official version of java used by the game. It's the JRE8 mods that need to be recompiled since that version causes stability issues on some systems.
Logged
 

Midnight Kitsune

  • Admiral
  • *****
  • Posts: 2846
  • Your Friendly Forum Friend
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #36 on: March 20, 2017, 02:54:49 AM »

You need java7.

This is bad. Given the number of Nexerlin compatible mods that won't run with jre7 it is better to wait until this one is fixed to work with jre8 before starting game with it.

Still, thank you for the hint. It allowed me to play the missions and see how new ships look in action. Some nice work.
THIS is why all modders should use Java 7 and not 8:
http://fractalsoftworks.com/forum/index.php?topic=9960.msg170913#msg170913
http://fractalsoftworks.com/forum/index.php?topic=9922.msg170608#msg170608
http://fractalsoftworks.com/forum/index.php?topic=10705.msg182481#msg182481

http://fractalsoftworks.com/forum/index.php?topic=10661.msg181467#msg181467
Quote
Miscellaneous
  Rewrote game launcher in OpenGL (was in Swing)
   Improves compatibility for certain versions of OS X and Linux
   Allows downgrade to the more stable Java 7
   "legacyLauncher" option in settings.json to use old launcher
  Downgraded to Java 7 (more stable)
Basically it was so s***, even Alex said screw it and went back to JRE 7, even though that meant more work for him due to having to rebuild the launcher if I understand that quote from him correctly
Logged
Help out MesoTroniK, a modder in need

2021 is 2020 won
2022 is 2020 too

DinoZavarski

  • Lieutenant
  • **
  • Posts: 79
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #37 on: March 20, 2017, 04:11:56 AM »

Unfortunately there is no difference at all with latest 64bit JRE7:

Code
69964 [Thread-5] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Error compiling [data.scripts.ORA_modPlugin]
java.lang.RuntimeException: Error compiling [data.scripts.ORA_modPlugin]
at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: data.scripts.ORA_modPlugin
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
./starsector.sh  63,93s user 6,04s system 81% cpu 1:25,50 total

1 dino@valqk ~/Games/starsector % cat starsector.sh                                                       :(
./jre_linux/bin/java -server -XX:CompilerThreadPriority=1 -XX:+CompilerThreadHintNoPreempt -Djava.library.path=./native/linux -Xms2048m -Xmx4096m -Xss1024k -classpath janino.jar:commons-compiler.jar:commons-compiler-jdk.jar:starfarer.api.jar:starfarer_obf.jar:jogg-0.0.7.jar:jorbis-0.0.15.jar:json.jar:lwjgl.jar:jinput.jar:log4j-1.2.9.jar:lwjgl_util.jar:fs.sound_obf.jar:fs.common_obf.jar:xstream-1.4.2.jar -Dcom.fs.starfarer.settings.paths.saves=./saves -Dcom.fs.starfarer.settings.paths.screenshots=./screenshots -Dcom.fs.starfarer.settings.paths.mods=./mods -Dcom.fs.starfarer.settings.paths.logs=. com.fs.starfarer.StarfarerLauncher

dino@valqk ~/Games/starsector % realpath jre_linux
/home/dino/Games/starsector/jre7_linux_64

dino@valqk ~/Games/starsector % /home/dino/Games/starsector/jre7_linux_64/bin/java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

Enabled mods are only ORA and LazyLib

Please don't tell me i need JDK 7 instead of JRE, Oracle is not giving this for free download anymore.
Logged
Me no know, me no understand, me just root...

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #38 on: March 20, 2017, 04:15:06 AM »

It's a filename case mismatch between the mod_info.json entry and the actual file jars/ORA.jar.
Logged

DinoZavarski

  • Lieutenant
  • **
  • Posts: 79
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #39 on: March 20, 2017, 06:17:18 AM »

Thank you, failed to notice there is reference to the .jar there.
Logged
Me no know, me no understand, me just root...

Tartiflette

  • Admiral
  • *****
  • Posts: 3529
  • MagicLab discord: https://discord.gg/EVQZaD3naU
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #40 on: March 25, 2017, 11:57:58 AM »

https://youtu.be/vwGrfkUKyHo




Testing some stuff for fun. I wanted to do such weapon for a while but it didn't really fitted Scy (also they already have a bazillion of large weapons) It's quite situational but I'm sure people will come up with crazy builds using it.
Logged
 

Takion Kasukedo

  • Admiral
  • *****
  • Posts: 504
  • No longer drinking (Alcohol that is)
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #41 on: March 25, 2017, 09:42:43 PM »

https://youtu.be/vwGrfkUKyHo




Testing some stuff for fun. I wanted to do such weapon for a while but it didn't really fitted Scy (also they already have a bazillion of large weapons) It's quite situational but I'm sure people will come up with crazy builds using it.

I hear Freespace charging sounds when it winds up the plasma.

But the other one i'm not sure haha.

Also, a 500 Range shredder weapon that's large? Should be interesting.
Logged
Is now able to cook a decent Creamy Salmon Pasta, amok other things.

Still loves purple. Still not skilled enough to make a mod that doesn't get that one damn error.

Sy

  • Admiral
  • *****
  • Posts: 1225
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #42 on: March 26, 2017, 06:57:32 AM »

looks neat! high damage with the ability to hit small and fast targets should be useful on quite a few loadouts i think, even with the drawbacks.

a few spelling errors i noticed in the description:
Spoiler
  • "sometimes finds deadly use"
  • "in terms of technology" (?)
  • "lightweight-ness" should probably just be "low weight"
  • "projectile allows it to attain"
  • "plasma core make this weapon
  • "rapidly falls during sustained"
[close]
Logged

daggertx

  • Ensign
  • *
  • Posts: 21
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #43 on: March 26, 2017, 07:39:41 PM »

Hi any idea on this crash? Thank you!!

Spoiler
338153 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at data.scripts.plugins.ORA_beamDefensePlugin.advance(ORA_beamDefensePlugin.java:89)
   at com.fs.starfarer.title.C.o0oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$Oo.o00000(Unknown Source)
   at com.fs.starfarer.combat.A.B.o00000(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
   at com.fs.starfarer.combat.CombatState.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)
[close]
Logged

Orikson

  • Captain
  • ****
  • Posts: 280
  • Always Seen on Discord
    • View Profile
Re: [0.7.2a] Outer Rim Alliance v0.41 hotfix (15/03/2017)
« Reply #44 on: March 26, 2017, 08:15:59 PM »

Hi any idea on this crash? Thank you!!

Spoiler
338153 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at data.scripts.plugins.ORA_beamDefensePlugin.advance(ORA_beamDefensePlugin.java:89)
   at com.fs.starfarer.title.C.o0oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$Oo.o00000(Unknown Source)
   at com.fs.starfarer.combat.A.B.o00000(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
   at com.fs.starfarer.combat.CombatState.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)
[close]

Can you list what mods you have on? There might be a clash somewhere.

Other than that, what java version are you using? JRE 1.7 or 1.8?
Logged
"A story teller and a trader. Tell me your tales and I'll tell you no lies."

Come join the Starsector Fan Chat! It's decently active.

Link: https://discord.gg/eb5UC
Pages: 1 2 [3] 4 5 ... 20