Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]  (Read 4650 times)

Arsentiy

  • Ensign
  • *
  • Posts: 5
    • View Profile
Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« on: December 25, 2016, 01:18:40 PM »

Please, help, i just try to feex it all the day. (Sorry for my english, i amn't good in it)

When I tried to play with mods it launch, and then when it must go to the main manu it just crash and turned off.
I have x64 java, i give 4096 m of memory for this and no result/
Also i tried to start it with only one mod like lazylib and it crashes all the time i use it or, for example, graph lib.
When i turned off mods tha mage launch perfect and play as well as vanilla.
I think that the problem is in the mods(new ot old version), but when my friend try to play with them(he do all the same as me) - he can do it easyly/

Ther is the text of the error :-\:

Fatal: Error compiling[org.lazywizard.lazylib.LazyLib]
Cause: org.lazywizard.lazylib.LazyLib]
Logged

Midnight Kitsune

  • Admiral
  • *****
  • Posts: 2847
  • Your Friendly Forum Friend
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #1 on: December 25, 2016, 03:13:57 PM »

Please, help, i just try to feex it all the day. (Sorry for my english, i amn't good in it)

When I tried to play with mods it launch, and then when it must go to the main manu it just crash and turned off.
I have x64 java, i give 4096 m of memory for this and no result/
Also i tried to start it with only one mod like lazylib and it crashes all the time i use it or, for example, graph lib.
When i turned off mods tha mage launch perfect and play as well as vanilla.
I think that the problem is in the mods(new ot old version), but when my friend try to play with them(he do all the same as me) - he can do it easyly/

Ther is the text of the error :-\:

Fatal: Error compiling[org.lazywizard.lazylib.LazyLib]
Cause: org.lazywizard.lazylib.LazyLib]

Have you tried deleting and redownloading the mod? Also, you should always delete a mod before downloading an updated version
Logged
Help out MesoTroniK, a modder in need

2021 is 2020 won
2022 is 2020 too

Arsentiy

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #2 on: December 26, 2016, 08:39:12 AM »

Have you tried deleting and redownloading the mod? Also, you should always delete a mod before downloading an updated version?

Yes, I tried, i delete and install it for 6-7 time... I delete the game/mods/java and nothing/
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24125
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #3 on: December 26, 2016, 09:41:33 AM »

Just to make sure - what version of Starsector are you running?
Logged

Arsentiy

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #4 on: December 26, 2016, 12:21:21 PM »

Starsector 0.7.2a-RC3
Logged

Midnight Kitsune

  • Admiral
  • *****
  • Posts: 2847
  • Your Friendly Forum Friend
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #5 on: December 26, 2016, 01:03:54 PM »

Just to be sure, the mod is turned ON right?
Logged
Help out MesoTroniK, a modder in need

2021 is 2020 won
2022 is 2020 too

Arsentiy

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #6 on: December 26, 2016, 01:15:43 PM »

Yes, i do all that i have to... I can tell you more, i watch guides and look many topics on your forum to launch it corectly, but nothing good...
Logged

Midnight Kitsune

  • Admiral
  • *****
  • Posts: 2847
  • Your Friendly Forum Friend
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #7 on: December 26, 2016, 03:42:32 PM »

And SS without mods runs fine?
Logged
Help out MesoTroniK, a modder in need

2021 is 2020 won
2022 is 2020 too

LazyWizard

  • Global Moderator
  • Admiral
  • *****
  • Posts: 1365
    • View Profile
    • GitHub Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #8 on: December 27, 2016, 07:45:25 AM »

Can you post the end of starsector.log after a crash?

Without looking at a log: you mentioned that you're using a 64-bit JRE. You wouldn't happen to be using a Java 6 JRE, would you? Starsector ships with JRE7, but if I recall correctly the game itself only requires JRE6. That could explain why you can run it without mods, but it crashes when you enable LazyLib (which is compiled for Java 7).
Logged

Arsentiy

  • Ensign
  • *
  • Posts: 5
    • View Profile
Re: Fatal: Error compiling [org.lazywizard.lazylib.LazyLib]
« Reply #9 on: December 27, 2016, 11:28:37 AM »

Yes, i can play SS without mods... The problem is that i cant run any mod... Lazylib is just an example/


The end of the .log:

28827 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Error compiling [org.lazywizard.lazylib.LazyLib]
java.lang.RuntimeException: Error compiling [org.lazywizard.lazylib.LazyLib]
   at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.lazywizard.lazylib.LazyLib
   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
Logged