Jump to content

AhellHound

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by AhellHound

  1. I'm not against it or anything, I was just curious on other's opinions. But that is pretty funny .
  2. Ya it's my code. They want to change the plugin to fit the specific needs of their server.
  3. Hello, I was wondering what your opinion is on giving out source code? Someone PM'd me on bukkit.org about a multiplayer plugin, and wanting the source code for it. Now, they could easily decompile it with a decompiler, so what would you do if you were in my situation? Thanks for reading, AhellHound
  4. I'm talking from a modder's perspective. I am making a Mod and I need to update Forge in MCP.
  5. I've looked around and I cannot find out how to update Forge, so any and all help would be greatly appreciated, thanks.
  6. Do you know how to do this? Or any tutorials? Thanks, AHellHound
  7. I'm trying to make my mod multiplayer compatible, and people have said im fine with the code I have, but whenever I add my mod to the mod folder on the server, I get the following error: PasteBin
  8. I was curious as how I can make my mod SMP compatible, since i'm in the early stages of development, and would like to get this issue fixed as soon as possible. Crash Report ---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 11/2/12 8:01 PM Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: awz at cpw.mods.fml.common.LoadController.transition(LoadController.java:117) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652) at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88) at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:344) at hg.c(DedicatedServer.java:110) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454) at fp.run(SourceFile:818) Caused by: java.lang.NoClassDefFoundError: awz at net.minecraftforge.client.MinecraftForgeClient.preloadTexture(MinecraftForgeClient.java:41) at com.ahellhound.skyrimmod.client.proxy.ClientProxy.registerRenderThings(ClientProxy.java:9) at com.ahellhound.skyrimmod.common.mod_ahellhound.load(mod_ahellhound.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651) ... 5 more Caused by: java.lang.ClassNotFoundException: awz at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 34 more Caused by: java.lang.RuntimeException: Attempted to load class awz for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38) at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119) ... 36 more Relevant Details: - Minecraft Version: 1.4.2 - Operating System: Windows 7 (amd64) version 6.1 - Java Version: 1.7.0_05, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 3858338480 bytes (3679 MB) / 4116054016 bytes (3925 MB) up to 11453267968 bytes (10922 MB) - JVM Flags: 2 total; -Xmx12G -Xms4G - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - FML: ~ERROR~ NullPointerException: null - Is Modded: Definitely; 'forge,fml' - Profiler Position: N/A (disabled) - Type: Dedicated Server
  9. I No Longer Update This Page, Go HERE For My Mod Updates And Downloads
  10. How can I change the shape of armor, ie., extend the shoulders out, or round the armor out (like into a hexagon) instead of a rectangle. Or change the boots to make them bigger. If I cannot change the specific shape of the armor, how could I, maybe add horns to the helmet, or something along those lines. Thanks for helping, Colby
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.