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 ... 17 18 [19] 20 21 ... 31

Author Topic: [0.9.1a]STEELCLAD v1.0.25c ( 17.11.2019)  (Read 159039 times)

CaptainBadger

  • Ensign
  • *
  • Posts: 17
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.11 ( 21.08.2019)
« Reply #270 on: August 23, 2019, 08:27:01 PM »

Anytime I try to interact with any of the ISA planets/stations, the game crashes with a "null" error message.  I was using the Derelict Fleet custom start and as far as I know, I installed this correctly, so I'm at a loss on how to fix this.
« Last Edit: August 23, 2019, 08:41:25 PM by CaptainBadger »
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.11 ( 21.08.2019)
« Reply #271 on: August 24, 2019, 02:25:43 AM »

I cannot reproduce the error.

Can you post the bototm of the starsector.log file?
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.12 ( 24.08.2019)
« Reply #272 on: August 24, 2019, 07:09:42 AM »

1.0.12 up

Big weapons re-balance pass.
Logged

flamedeluge

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.12 ( 24.08.2019)
« Reply #273 on: August 25, 2019, 09:45:03 PM »

Mods crashes on startup:

Code
---------------------------
Starsector 0.9.1a-RC8
---------------------------
Fatal: Error compiling [data.scripts.SteelcladModPlugin]
Cause: File 'data/scripts/SteelcladModPlugin.java', Line 44, Column 44: Imported class "exerelin.campaign.SectorManager" could not be loaded
Check starsector.log for more info.

Here's the log info:

Code
79861 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Error compiling [data.scripts.SteelcladModPlugin]
java.lang.RuntimeException: Error compiling [data.scripts.SteelcladModPlugin]
at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: File 'data/scripts/SteelcladModPlugin.java', Line 44, Column 44: Imported class "exerelin.campaign.SectorManager" could not be loaded
at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:226)
at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:178)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more
Caused by: org.codehaus.commons.compiler.CompileException: File 'data/scripts/SteelcladModPlugin.java', Line 44, Column 44: Imported class "exerelin.campaign.SectorManager" could not be loaded
at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:10174)
at org.codehaus.janino.UnitCompiler.importSingleType(UnitCompiler.java:8595)
at org.codehaus.janino.UnitCompiler.reclassifyName(UnitCompiler.java:7151)
at org.codehaus.janino.UnitCompiler.reclassifyName(UnitCompiler.java:6801)
at org.codehaus.janino.UnitCompiler.reclassify(UnitCompiler.java:6788)
at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:5419)
at org.codehaus.janino.UnitCompiler.access$15400(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$16.visitAmbiguousName(UnitCompiler.java:5149)
at org.codehaus.janino.Java$AmbiguousName.accept(Java.java:3135)
at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:5159)
at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:7333)
at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3873)
at org.codehaus.janino.UnitCompiler.access$6900(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$10.visitMethodInvocation(UnitCompiler.java:3263)
at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:3290)
at org.codehaus.janino.UnitCompiler.compileGetValue(UnitCompiler.java:4368)
at org.codehaus.janino.UnitCompiler.compileBoolean2(UnitCompiler.java:2854)
at org.codehaus.janino.UnitCompiler.access$4800(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$8.visitMethodInvocation(UnitCompiler.java:2815)
at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
at org.codehaus.janino.UnitCompiler.compileBoolean(UnitCompiler.java:2842)
at org.codehaus.janino.UnitCompiler.compileBoolean2(UnitCompiler.java:2940)
at org.codehaus.janino.UnitCompiler.access$5000(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$8.visitBinaryOperation(UnitCompiler.java:2809)
at org.codehaus.janino.Java$BinaryOperation.accept(Java.java:3768)
at org.codehaus.janino.UnitCompiler.compileBoolean(UnitCompiler.java:2842)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1752)
at org.codehaus.janino.UnitCompiler.access$1200(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$4.visitIfStatement(UnitCompiler.java:937)
at org.codehaus.janino.Java$IfStatement.accept(Java.java:2157)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:1007)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2293)
at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:822)
at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:794)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:507)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:393)
at org.codehaus.janino.UnitCompiler.access$400(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$2.visitPackageMemberClassDeclaration(UnitCompiler.java:347)
at org.codehaus.janino.Java$PackageMemberClassDeclaration.accept(Java.java:1139)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:354)
at org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:322)
at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:224)
... 5 more

This is without Nexerelin installed/enabled. 

I downloaded the Nexerelin mod and enabled it and the game loaded properly.
Logged

00lewnor

  • Lieutenant
  • **
  • Posts: 95
    • View Profile
Re: [0.9.1]STEELCLAD v1.0.6 ( 6.06.2019) - please move to MODS
« Reply #274 on: August 26, 2019, 03:00:46 AM »

It looks like those hullmods are uninstallable because the code checking if each hullmod is valid excludes the hullmod itself. For example, PoweredArmour.java contains the following code:
Spoiler
@Override
   public boolean isApplicableToShip(ShipAPI ship) {
      return
      ((!ship.getVariant().getHullMods().contains("PoweredArmour")) &&
      (!ship.getVariant().getHullMods().contains("EnergyAbsorbers")) &&
      (!ship.getVariant().getHullMods().contains("comp_armor")) &&
      (!ship.getVariant().getHullMods().contains("Deflectors")));
   }
[close]
I'm not sure when isApplicableToShip is called exactly, but it automatically excludes/removes the hullmod if any of the above are already on the ship. Because Powered Armour = Powered Armour, the hullmod gets kicked off the list every time it is selected. I made it installable by removing the bit of code that checks for it, which shouldn't affect anything in a bad way because the game doesn't allow hullmods to be installed twice regardless of if isApplicableToShip gets overridden. Here's an example of the change:
Spoiler
@Override
   public boolean isApplicableToShip(ShipAPI ship) {
      return
      ((!ship.getVariant().getHullMods().contains("EnergyAbsorbers")) &&
      (!ship.getVariant().getHullMods().contains("comp_armor")) &&
      (!ship.getVariant().getHullMods().contains("Deflectors")));
   }
[close]
I tested it on an RSF battleship in the simulator and now Energy Absorbers, comp armor, and Deflectors can't be installed alongside it, as intended, but Powered Armour doesn't accidentally break itself.


It looks like this problem still effects overburner, burn regulator and stealth armor.
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #275 on: August 26, 2019, 11:04:22 AM »

New version. Should fix the hullmods, blueprint drops and a few more ship/weapon balance issues
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.12 ( 24.08.2019)
« Reply #276 on: August 26, 2019, 11:52:18 AM »

Mods crashes on startup:

Code
---------------------------
Starsector 0.9.1a-RC8
---------------------------
Fatal: Error compiling [data.scripts.SteelcladModPlugin]
Cause: File 'data/scripts/SteelcladModPlugin.java', Line 44, Column 44: Imported class "exerelin.campaign.SectorManager" could not be loaded
Check starsector.log for more info.

This is without Nexerelin installed/enabled. 

I downloaded the Nexerelin mod and enabled it and the game loaded properly.

FFS....
I have no idea what is causing it, I haven't changed the plugin file, so I suppose it's some other change in the way SS handles things now. It used to work without Nex before.

You can try editing the SteelcladModPlugin.java and remove/edit out the
import exerelin.campaign.SectorManager;
line

then replace
Code
    private static void initSC() {
        boolean haveNexerelin = Global.getSettings().getModManager().isModEnabled("nexerelin");
        if (!haveNexerelin || SectorManager.getCorvusMode()){
            new SteelcladGen().generate(Global.getSector());
            // Exerelin not found so continue and run normal generation code
        }
    }

with

Code
    private static void initSC() {
        boolean haveNexerelin = Global.getSettings().getModManager().isModEnabled("nexerelin");

            new SteelcladGen().generate(Global.getSector());

    }

Note that if you have Nex active it might act up.
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #277 on: August 27, 2019, 03:51:02 AM »

Re-uplaoded again. Not a new version, but a few minor fixes.
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #278 on: August 29, 2019, 08:31:37 AM »

New version will come, with a lot more balancing and tweaking.

One thing I'm unsure is how to balance the RSF. They were far too fragile so I gave them weak frontal shields. I also have a very slow armor repair hullmod that I could give them.
Logged

BwenGun

  • Ensign
  • *
  • Posts: 6
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #279 on: August 29, 2019, 03:02:37 PM »

Running into a recurrent crash to desktop with the Retribution R Cruiser with the PNS. Specifically whenever it fires the reflex cannon it crashes the game.

It generates this in the log:

Code
75068 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at com.fs.starfarer.combat.entities.ship.A.void.ÖO0000(Unknown Source)
at com.fs.starfarer.combat.entities.ship.A.void.createBeam(Unknown Source)
at com.fs.starfarer.combat.entities.ship.trackers.class.o00000(Unknown Source)
at com.fs.starfarer.combat.entities.ship.trackers.O0OO.o00000(Unknown Source)
at com.fs.starfarer.combat.entities.ship.trackers.O0OO.o00000(Unknown Source)
at com.fs.starfarer.combat.entities.ship.trackers.class.o00000(Unknown Source)
at com.fs.starfarer.combat.entities.ship.A.void.advance(Unknown Source)
at com.fs.starfarer.combat.systems.oOoO.advanceLinked(Unknown Source)
at com.fs.starfarer.combat.systems.oOoO.advance(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.fire(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.advance(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)
Logged

SK!LLAR!TY

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #280 on: August 29, 2019, 03:49:09 PM »

Are you russian?
Logged

dis astranagant

  • Lieutenant
  • **
  • Posts: 56
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #281 on: August 30, 2019, 01:22:26 AM »

Your Nexerelin starts don't have a proper starting location and instead put you in hyperspace around Hybrasil.
Logged

SK!LLAR!TY

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #282 on: August 30, 2019, 04:12:15 AM »

Mods crashes on startup:

Code
---------------------------
Starsector 0.9.1a-RC8
---------------------------
Fatal: Error compiling [data.scripts.SteelcladModPlugin]
Cause: File 'data/scripts/SteelcladModPlugin.java', Line 44, Column 44: Imported class "exerelin.campaign.SectorManager" could not be loaded
Check starsector.log for more info.

This is without Nexerelin installed/enabled. 

I downloaded the Nexerelin mod and enabled it and the game loaded properly.

FFS....
I have no idea what is causing it, I haven't changed the plugin file, so I suppose it's some other change in the way SS handles things now. It used to work without Nex before.

You can try editing the SteelcladModPlugin.java and remove/edit out the
import exerelin.campaign.SectorManager;
line

then replace
Code
    private static void initSC() {
        boolean haveNexerelin = Global.getSettings().getModManager().isModEnabled("nexerelin");
        if (!haveNexerelin || SectorManager.getCorvusMode()){
            new SteelcladGen().generate(Global.getSector());
            // Exerelin not found so continue and run normal generation code
        }
    }

with

Code
    private static void initSC() {
        boolean haveNexerelin = Global.getSettings().getModManager().isModEnabled("nexerelin");

            new SteelcladGen().generate(Global.getSector());

    }

Note that if you have Nex active it might act up.

It didn't work
 
Code
Caused by: java.lang.ClassNotFoundException: File 'data/scripts/SteelcladModPlugin.java', Line 50, Column 29: Cannot determine simple type name "SteelcladGen"
at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:226)
at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:178)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more
Caused by: org.codehaus.commons.compiler.CompileException: File 'data/scripts/SteelcladModPlugin.java', Line 50, Column 29: Cannot determine simple type name "SteelcladGen"
at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:10174)
at org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:5398)
at org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:5207)
at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:5188)
at org.codehaus.janino.UnitCompiler.access$12600(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$16.visitReferenceType(UnitCompiler.java:5119)
at org.codehaus.janino.Java$ReferenceType.accept(Java.java:2880)
at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:5159)
at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:5675)
at org.codehaus.janino.UnitCompiler.access$15000(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$16.visitNewClassInstance(UnitCompiler.java:5144)
at org.codehaus.janino.Java$NewClassInstance.accept(Java.java:4082)
at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:5159)
at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:7333)
at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3873)
at org.codehaus.janino.UnitCompiler.access$6900(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$10.visitMethodInvocation(UnitCompiler.java:3263)
at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:3290)
at org.codehaus.janino.UnitCompiler.compileGetValue(UnitCompiler.java:4368)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:2662)
at org.codehaus.janino.UnitCompiler.access$4400(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$7.visitMethodInvocation(UnitCompiler.java:2627)
at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2654)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1643)
at org.codehaus.janino.UnitCompiler.access$1100(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$4.visitExpressionStatement(UnitCompiler.java:936)
at org.codehaus.janino.Java$ExpressionStatement.accept(Java.java:2097)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:1007)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2293)
at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:822)
at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:794)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:507)
at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:393)
at org.codehaus.janino.UnitCompiler.access$400(UnitCompiler.java:185)
at org.codehaus.janino.UnitCompiler$2.visitPackageMemberClassDeclaration(UnitCompiler.java:347)
at org.codehaus.janino.Java$PackageMemberClassDeclaration.accept(Java.java:1139)
at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:354)
at org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:322)
at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:224)
... 5 more
Logged

TrashMan

  • Admiral
  • *****
  • Posts: 1325
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.13 ( 26.08.2019)
« Reply #283 on: August 30, 2019, 06:00:37 AM »

OK, new version up.
****************
- tweaked a few weapon graphics
- Big RSF rebalance pass
- more balance tweaks in general
- custom flags should now work

comes with 2 java files. Depending if you're running Nexirilien or not, just put the one you need in Steelclad/data/scripts (after re-naming to SteelCladModPlugin.java). Overwrite if necessary.
Logged

Panzeh

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: [0.9.1a]STEELCLAD v1.0.14 ( 30.08.2019)
« Reply #284 on: August 30, 2019, 12:18:23 PM »

Had a startup crash:

[data.scripts.weapons.ShieldPieceFrag_OnHit]
java.lang.RuntimeException: Error compiling [data.scripts.weapons.ShieldPieceFrag_OnHit]
   at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: File 'data/scripts/weapons/ShieldPieceFrag_OnHit.java', Line 40, Column 31: Cannot determine simple type name "Color"
   at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:226)
   at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:178)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 2 more
Caused by: org.codehaus.commons.compiler.CompileException: File 'data/scripts/weapons/ShieldPieceFrag_OnHit.java', Line 40, Column 31: Cannot determine simple type name "Color"
   at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:10174)
   at org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:5398)
   at org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:5207)
   at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:5188)
   at org.codehaus.janino.UnitCompiler.access$12600(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$16.visitReferenceType(UnitCompiler.java:5119)
   at org.codehaus.janino.Java$ReferenceType.accept(Java.java:2880)
   at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:5159)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1656)
   at org.codehaus.janino.UnitCompiler.access$800(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$4.visitFieldDeclaration(UnitCompiler.java:933)
   at org.codehaus.janino.Java$FieldDeclaration.accept(Java.java:1818)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
   at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:1007)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2293)
   at org.codehaus.janino.UnitCompiler.maybeCreateInitMethod(UnitCompiler.java:757)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:504)
   at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:393)
   at org.codehaus.janino.UnitCompiler.access$400(UnitCompiler.java:185)
   at org.codehaus.janino.UnitCompiler$2.visitPackageMemberClassDeclaration(UnitCompiler.java:347)
   at org.codehaus.janino.Java$PackageMemberClassDeclaration.accept(Java.java:1139)
   at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:354)
   at org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:322)
   at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:224)
   ... 5 more
Logged
Pages: 1 ... 17 18 [19] 20 21 ... 31