[AddOn v1.43/v1.64] Advanced Machines V3.2 Beta 2

  • Its his own fault for making such a good mod. :P

    Hehe :)


    I don't mean to be an ass.. :P but give it a thought:


    You design a great mod,
    You post it online.
    You get GREAT response.
    The mod suddenly needs updating, but you have absolutely no time to fix it.
    Some guy comes along and rips your code up, and fixes a small glitch which then everybody starts downloading...


    I don't feel that's fair :sleeping:
    But that's just me... I wanted to ask you guys if anyone can contact him outside this thread =) So I could give him the code i edited :D

  • If the wrench function does not work. Maybe you could decompile one of the other addons... such as the dynamo (which is updated to 1.23). Maybe that could spread some light on what's changed.

  • That's actually not a bad idea. I checked IC2's code, and they have changed the entire IsWrenchable class to be more dynamic in what it does (like changing output sides on the MFE for example).

  • If the wrench function does not work. Maybe you could decompile one of the other addons... such as the dynamo (which is updated to 1.23). Maybe that could spread some light on what's changed.

    Found the problem. This mod has the wrenching in the BlockBase, but it's moved to the TileBase. Moved over, and it seems to wrench correctly now =)

  • arsenic.....you seem to be under the impression that we will credit you instead of zipp, which we will not, because it would be wrong. You made a temp fix, so just upload it.

  • Well, I read the other thread posts... I sendt a message to zipp asking permission.
    I don't feel THAT comfortable posting someone's work.... ?(


    But what the hey... Hope it helps =)
    All credit goes to zippinus for making an awesome mod :D


    Lets just call it, helping a fellow minecrafter who actually has a life outside minecraft :P


    PS.
    I have not tested it like a real release or anything.. So PLEASE; Backup everything first!!

  • Dammit so the bukkit convert team will not convert this only the official release. Sometimes their is a true downside to bukkit lol.

    Check out Our Brand New GT New Horizons Server .:Here:.
    Check out Our Brand New GT New Horizons Let's Play Series .:Here:.

  • This will work for the latest IC2 right?

  • How hard was it to do btw? I was thinking trying this on the Bukkit version. I'm no programmer no knowledge though lol.

    Check out Our Brand New GT New Horizons Server .:Here:.
    Check out Our Brand New GT New Horizons Let's Play Series .:Here:.

  • Thanks for the patch =) I will backup my world and get back to you on any bugs if zip doesn't get back in a week or so =)

    I am Part of generation 21 The first time you see this post it in your signature and +1 on every/any forum (so if you see this for the first time you are generation 22 =)

  • Good work for the temp release.


    But guys cut Zipp some slack he just moved and has no internet atm.
    So he will update once he has time and internet.

  • We realize this Snipey, that's why we pushed for a temp fix, to potentially lessen the load on him if he comes here just to try and get a new version out. Now, we have a version to use until he is settled.

  • Oh okay... I didn't know sorry zip

    Good work for the temp release.


    But guys cut Zipp some slack he just moved and has no internet atm.
    So he will update once he has time and internet.

    I am Part of generation 21 The first time you see this post it in your signature and +1 on every/any forum (so if you see this for the first time you are generation 22 =)

    • Official Post

    Oct 27, 2011 8:33:41 PM ModLoader init
    FINE: ModLoader Server Beta 1.8.1 Initializing...
    Oct 27, 2011 8:33:41 PM ModLoader readFromModFolder
    FINER: Adding mods from /minecraft/mods/Advanced Machines 2.1 Server [arsenic87 TempFix v2].zip
    Oct 27, 2011 8:33:41 PM ModLoader readFromModFolder
    FINER: Zip found.
    Oct 27, 2011 8:33:41 PM ModLoader addMod
    FINE: Failed to load mod from "mod_IC2_AdvMachine.class"
    Oct 27, 2011 8:33:41 PM ModLoader addMod
    FINER: THROW
    java.lang.NoClassDefFoundError: ic2/platform/Platform
    at mod_IC2_AdvMachine.<clinit>(mod_IC2_AdvMachine.java:84)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at java.lang.Class.newInstance0(Class.java:372)
    at java.lang.Class.newInstance(Class.java:325)
    at ModLoader.addMod(ModLoader.java:104)
    at ModLoader.readFromModFolder(ModLoader.java:847)
    at ModLoader.init(ModLoader.java:603)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: ic2.platform.Platform
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 14 more


    Oct 27, 2011 8:33:41 PM ModLoader ThrowException
    SEVERE: Unexpected exception
    java.lang.NoClassDefFoundError: ic2/platform/Platform
    at mod_IC2_AdvMachine.<clinit>(mod_IC2_AdvMachine.java:84)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at java.lang.Class.newInstance0(Class.java:372)
    at java.lang.Class.newInstance(Class.java:325)
    at ModLoader.addMod(ModLoader.java:104)
    at ModLoader.readFromModFolder(ModLoader.java:847)
    at ModLoader.init(ModLoader.java:603)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: ic2.platform.Platform
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 14 more


    Oct 27, 2011 8:33:41 PM ModLoader init
    FINER: THROW
    java.lang.RuntimeException: Exception occured in ModLoader
    at ModLoader.ThrowException(ModLoader.java:1206)
    at ModLoader.ThrowException(ModLoader.java:1211)
    at ModLoader.addMod(ModLoader.java:118)
    at ModLoader.readFromModFolder(ModLoader.java:847)
    at ModLoader.init(ModLoader.java:603)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: ic2/platform/Platform
    at mod_IC2_AdvMachine.<clinit>(mod_IC2_AdvMachine.java:84)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at java.lang.Class.newInstance0(Class.java:372)
    at java.lang.Class.newInstance(Class.java:325)
    at ModLoader.addMod(ModLoader.java:104)
    ... 6 more
    Caused by: java.lang.ClassNotFoundException: ic2.platform.Platform
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 14 more


    Oct 27, 2011 8:33:41 PM ModLoader ThrowException
    SEVERE: Unexpected exception
    java.lang.RuntimeException: Exception occured in ModLoader
    at ModLoader.ThrowException(ModLoader.java:1206)
    at ModLoader.ThrowException(ModLoader.java:1211)
    at ModLoader.addMod(ModLoader.java:118)
    at ModLoader.readFromModFolder(ModLoader.java:847)
    at ModLoader.init(ModLoader.java:603)
    at ModLoader.Init(ModLoader.java:1269)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262)
    at ce.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: ic2/platform/Platform
    at mod_IC2_AdvMachine.<clinit>(mod_IC2_AdvMachine.java:84)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at java.lang.Class.newInstance0(Class.java:372)
    at java.lang.Class.newInstance(Class.java:325)
    at ModLoader.addMod(ModLoader.java:104)
    ... 6 more
    Caused by: java.lang.ClassNotFoundException: ic2.platform.Platform
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 14 more


    SMP server screwup :P my server really dislike the new addition >< Guess server is down untill mod gets updated :P