• 3

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    Quote from tylerw9

    do you think this mod will be multiplayer compatible later on?


    If you are referring to the punt, I already have it up and running on our family server. Love it more every time I take to the waterways.


    Would a "canoe" type boat possible at some point? Slower moving, but more maneuverable for exploring those twisty rivers.
    Posted in: WIP Mods
  • 0

    posted a message on [Forge] Red Logic
    Quote from Nathan2055

    Well, I finished the first prototype of the Redstone Ingot sprite for the mod:



    What do you guys think? I think it's pretty close, but it might be a little too dark. I'll keep working on it.


    I think it looks fine, but it's always going to be "relative" unless you're willing to foot the bill for monitor calibration. Go with what looks good on your end. People will complain quickly enough if there's a real problem...lol.

    I'm also up for assisting with the graphics if help is needed.

    ~n
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    I have a pouty lip now. I want snow for Christmas...lol
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    I tried running this with 1.4.6 and Forge versions 6.5.0.451 and 6.5.0.474 (those being the lowest and highest versions of Forge that will work with 1.4.6. No such luck. I'll put the error log into a spoiler.

    2012-12-23 21:52:50 [SEVERE] [ForgeModLoader] The mod awger_Punt is expecting signature null for source punt_0.2.jar, however there is no signature matching that description
    2012-12-23 21:52:50 [WARNING] [ForgeModLoader] The mod id awger_Punt attempted to register channels without specifying a packet handler
    2012-12-23 21:52:50 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
    2012-12-23 21:52:50 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
    2012-12-23 21:52:50 [SEVERE] [ForgeModLoader]
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    awger_Punt [Punt] (punt_0.2.jar) Unloaded->Constructed->Errored
    2012-12-23 21:52:50 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
    2012-12-23 21:52:50 [SEVERE] [ForgeModLoader] Caught exception from awger_Punt
    java.lang.NoSuchMethodError: uk: method (I)V not found
    at awger.mods.punt.common.ItemPunt.(ItemPunt.java:12)
    at awger.mods.punt.common.Punt.preInit(Punt.java:70)
    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:478)
    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.loadMods(Loader.java:485)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
    at net.minecraft.client.Minecraft.a(Minecraft.java:410)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:744)
    at java.lang.Thread.run(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: uk: method (I)V not found
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:486)
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
    2012-12-23 21:53:02 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:410)
    2012-12-23 21:53:02 [INFO] [STDERR] at asq.a(SourceFile:56)
    2012-12-23 21:53:02 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:744)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] Caused by: java.lang.NoSuchMethodError: uk: method (I)V not found
    2012-12-23 21:53:02 [INFO] [STDERR] at awger.mods.punt.common.ItemPunt.(ItemPunt.java:12)
    2012-12-23 21:53:02 [INFO] [STDERR] at awger.mods.punt.common.Punt.preInit(Punt.java:70)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:478)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-12-23 21:53:02 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    2012-12-23 21:53:02 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:485)
    2012-12-23 21:53:02 [INFO] [STDERR] ... 5 more
    2012-12-23 21:53:02 [INFO] [STDERR] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceData.(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.Component.getGraphics(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.awt.RepaintArea.paint(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.Component.dispatchEventImpl(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.Container.dispatchEventImpl(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.Component.dispatchEvent(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue.access$200(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue$4.run(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue$4.run(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventQueue.dispatchEvent(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    2012-12-23 21:53:02 [INFO] [STDERR] at java.awt.EventDispatchThread.run(Unknown Source)
    Posted in: WIP Mods
  • 0

    posted a message on [1.5.2][Buildcraft] Compact Mobs v1.4.1 Buildcraft Add-on: Compact mobs into items and ship them around in pipes
    Serverside crash when trying to load 1.2.1 with BC 3.3.0 & Forge 6.5.0.473

    Description: Exception in server tick loop

    java.lang.NoClassDefFoundError: ayp
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:52)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:455)
    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.loadMods(Loader.java:478)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
    at ho.c(DedicatedServer.java:64)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
    at fy.run(SourceFile:849)
    Caused by: java.lang.ClassNotFoundException: ayp
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 30 more
    Caused by: java.lang.RuntimeException: Attempted to load class ayp 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:222)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    Sweet. This mod is probably the biggest reason I'm still on 1.4.5...lol
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    I tried this out as the only mod added to vanilla MC and loved it. Unfortunately, I can't use it on my normal setup because I'm having a problem much like DanNetWalker mentioned, that being the conflict with Forestry and another mod named SimpleGuns. The recipe does not show up in NEI or on any tab in creative mode, and a search turns up nothing. When I attempted to craft it anyway, the first time I got a "spring" from the SimpleGuns mod. I changed the IDs in that mod's config and next got a copper ingot when I tried. Both were id# 5259. Looking at the Forge log, I found this error, hopefully it will help:

    [SEVERE] [ForgeModLoader] Mismatched items : {5259=(Item 5259, Type simpleguns.SGItemGeneric, owned by SimpleGuns, ordinal 1, name null, claimedModId null, Item 5259, Type forestry.core.items.ItemForestry, owned by Forestry, ordinal 5, name null, claimedModId null)}

    +1 vote for sail colors, double +1 vote for a config file so I can get this up and running on the family server.

    Great work and can't wait to see what's next.

    ***edit: Dug this out of the Forge log as well:

    [WARNING] [ForgeModLoader] The mod id awger_Punt attempted to register channels without specifying a packet handler

    .
    .
    [INFO] [STDOUT] CONFLICT @ 5003 item slot already occupied by awger.mods.punt.common.ItemPunt@57895c19 while adding forestry.core.items.ItemForestry@7afd9a34
    [WARNING] [ForgeModLoader] [ItemTracker] The mod Forestry is attempting to overwrite existing item at 5259 (awger.mods.punt.common.ItemPunt from awger_Punt) with forestry.core.items.ItemForestry

    I used this info and what I already had to change the id of the copper ingots in the forestry config file and it works just fine now.
    Posted in: WIP Mods
  • To post a comment, please .