In the singularity compressor GUI, the text "Pressure: 100000 PSI" overlaps the lightning bolt icon.
Also, when did it change from Gibbl to PSI?
In the singularity compressor GUI, the text "Pressure: 100000 PSI" overlaps the lightning bolt icon.
Also, when did it change from Gibbl to PSI?
In the singularity compressor GUI, the text "Pressure: 100000 PSI" overlaps the lightning bolt icon.
Also, when did it change from Gibbl to PSI?
It actually changed back into PSI. Might change that later. For the overlap, it's graphical, so it'll go into the next update.
Double Edit:
Even with the ModLoaderMP hot fix, on Windows 7 x64 with a 64 bit JVM, and only ModLoaderMP1.0.1r4/Forge1.2.2r2/IC2 1.42 /BC 2.2.8 installed to the craftbukkit-1.0.0-R1 jar itself, this is still happening, with advanced machines prefixed with z's to hopefully make it load after IC2.
Any ideas?
This will eventually end up on a Linux box, but I have to make it work first...
I'd go poking around ModLoaderMP for errors (since it seems that's what's exploding all over), but it's been years since I seriously looked at Java... not sure what I'd even need to bug fix.
Odd thing: It works fine with Additional Pipes, just not Advanced Machines.
>ModLoader Server 1.0.0 Initializing...
00:56:09 [INFO] ModLoader Server 1.0.0 Initializing...
>Adding Material: 188:X188
>Failed to load mod from "mod_IC2AdvancedMachines.class"
>java.lang.NullPointerException
at net.minecraft.server.ItemStack.<init>(ItemStack.java:20)
at net.minecraft.server.mod_IC2AdvancedMachines.<init>(mod_IC2AdvancedMa
chines.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:137)
at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:715)
at net.minecraft.server.ModLoader.init(ModLoader.java:522)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1046)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:100)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
00:56:09 [SEVERE] Unexpected exception
java.lang.NullPointerException
at net.minecraft.server.ItemStack.<init>(ItemStack.java:20)
at net.minecraft.server.mod_IC2AdvancedMachines.<init>(mod_IC2AdvancedMa
chines.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:137)
at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:715)
at net.minecraft.server.ModLoader.init(ModLoader.java:522)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1046)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:100)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
>java.lang.RuntimeException: Exception occured in ModLoader
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:997)
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1001)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:148)
at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:715)
at net.minecraft.server.ModLoader.init(ModLoader.java:522)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1046)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:100)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Caused by: java.lang.NullPointerException
at net.minecraft.server.ItemStack.<init>(ItemStack.java:20)
at net.minecraft.server.mod_IC2AdvancedMachines.<init>(mod_IC2AdvancedMa
chines.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:137)
... 6 more
00:56:09 [SEVERE] Unexpected exception
java.lang.RuntimeException: Exception occured in ModLoader
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:997)
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1001)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:148)
at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:715)
at net.minecraft.server.ModLoader.init(ModLoader.java:522)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1046)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:100)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Caused by: java.lang.NullPointerException
at net.minecraft.server.ItemStack.<init>(ItemStack.java:20)
at net.minecraft.server.mod_IC2AdvancedMachines.<init>(mod_IC2AdvancedMa
chines.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:137)
... 6 more
>java.lang.RuntimeException: ModLoader has failed to initialize.
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:997)
at net.minecraft.server.ModLoader.init(ModLoader.java:540)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1046)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:100)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Caused by: java.lang.RuntimeException: Exception occured in ModLoader
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:997)
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1001)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:148)
at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:715)
at net.minecraft.server.ModLoader.init(ModLoader.java:522)
... 4 more
Caused by: java.lang.NullPointerException
at net.minecraft.server.ItemStack.<init>(ItemStack.java:20)
at net.minecraft.server.mod_IC2AdvancedMachines.<init>(mod_IC2AdvancedMa
chines.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:137)
... 6 more
00:56:09 [SEVERE] Unexpected exception
java.lang.RuntimeException: ModLoader has failed to initialize.
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:997)
at net.minecraft.server.ModLoader.init(ModLoader.java:540)
at net.minecraft.server.ModLoader.Init(ModLoader.java:1046)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:100)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Caused by: java.lang.RuntimeException: Exception occured in ModLoader
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:997)
at net.minecraft.server.ModLoader.ThrowException(ModLoader.java:1001)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:148)
at net.minecraft.server.ModLoader.readFromModFolder(ModLoader.java:715)
at net.minecraft.server.ModLoader.init(ModLoader.java:522)
... 4 more
Caused by: java.lang.NullPointerException
at net.minecraft.server.ItemStack.<init>(ItemStack.java:20)
at net.minecraft.server.mod_IC2AdvancedMachines.<init>(mod_IC2AdvancedMa
chines.java:105)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.server.ModLoader.addMod(ModLoader.java:137)
... 6 more
>
Any idea how long till this add-on updates to v1.43???
Really can't wait
It actually changed back into PSI. Might change that later. For the overlap, it's graphical, so it'll go into the next update.
That was my bad. I must've missed the gibbl string
Any idea how long till this add-on updates to v1.43???
Really can't wait
Already works fine with 1.43. No update required.
Double Edit:
Stuff...
you need to update modloadermp to the version with the sorting fix. Note that bAse modloadermp doesn't have this but you're running bukkit so you're fine- maeyanie fixed this problem recently over on mcportcentral. It's r5 that has the fix.
That was my bad. I must've missed the gibbl string
Actually, the internal code never switched to Gibbl. Only the GUI text did.
Is there any way to change the block IDs used? I tried installing but there was a block ID conflict, and the Advanced Machines config file is empty. Is there anything I can do?
Is there any way to change the block IDs used? I tried installing but there was a block ID conflict, and the Advanced Machines config file is empty. Is there anything I can do?
Here's what the config file should look like. To be honest, it should generate even in case of block ID conflict, so not sure why it didn't. Hmmm..
Does this still work for 1.43? Imma check.
Thank you for the config, cpw, I'll try it later.
Here's what the config file should look like. To be honest, it should generate even in case of block ID conflict, so not sure why it didn't. Hmmm..
--snip---
I believe that if it encounters an error like that on the first run, you don't get a config file because it never reaches the config.save() statement, assuming you are using similar code to IC2.
All right, the manually added config file with a changed block ID works perfectly. Thanks again.
can u update to v1.43
This does work with 1.43. It's been mentioned before, I'm sure of it.
For some reason i cant get the interface to open in SMP, i can right click till my finger hurts nothin will pop up. Can you look into this issue maybe?
For some reason i cant get the interface to open in SMP, i can right click till my finger hurts nothin will pop up. Can you look into this issue maybe?
Do the gui ids match on client and server?
you need to update modloadermp to the version with the sorting fix. Note that bAse modloadermp doesn't have this but you're running bukkit so you're fine- maeyanie fixed this problem recently over on mcportcentral. It's r5 that has the fix.
Thanks for the suggestion!
Just now, I took your advice and I updated to the new ModLoader; just to be safe, I re-modded a clean bukkit server file; ModLoaderMP first, followed by MC Forge, and then IC2 and BC. I overwrote my old bukkit server jar with this new file, dropped the most recent download of Advanced Machines in the 'mods' folder, and tried again. I got the same string of errors.
I renamed the .zip archive in the mods folder to have a 'z' in front of it; still, the same errors persist.
I even tried unzipping the archive, thinking that maybe it couldn't read into the .zip file properly. (Hey, when trying to troubleshoot, nothing is immune to being suspect...)
Nope, same errors.
Is it still, for some reason, even with ModLoaderMP r5, (which is to my understanding, r4 but released with the loading queue re-implemented), trying to load Advanced Machines before it loads IC2? Or am I overlooking something simple?
When I try to just add the mod to the main server archive (open both with 7zip, copy+paste the mod files into the craftbukkit jar, run craftbukkit jar), I get this error:
Exception in thread "main" java.lang.NullPointerException
at sun.launcher.LauncherHelper.getMainClassFromJar(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
So, that doesn't work.
I feel like I keep hitting a brick wall with this. x.x
Just now, I took your advice and I updated to the new ModLoader; just to be safe, I re-modded a clean bukkit server file; ModLoaderMP first, followed by MC Forge, and then IC2 and BC. I overwrote my old bukkit server jar with this new file, dropped the most recent download of Advanced Machines in the 'mods' folder, and tried again. I got the same string of errors.
aroo? the *only* thing that should go into a bukkit .jar is ModloaderMP and the forge. everything else goes in the mods folder.
only vanilla needs to stuff IC2 and BC into the jar and even then only on Linux due to the lack of sorting by mr. lazy author of ModloaderMP.