Jump to content

kriegtiger

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

kriegtiger's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Wow. Chip on the shoulder, much? If you have opinions like this about another coder I can only imagine what high regard you hold basic users like myself in, but I think you've already made that abundantly clear too. With all due respect to the project and the work that's gone into it though, I can't say I've enjoyed having any contact whatsoever with you. Despite that, I do appreciate the input and have passed it onto the mod developer and I hope your day goes well.
  2. This is what the response to my original crash report of the mod/server-output was. He's got a point - right? I thought that was the whole big deal about 1.3 over 1.2, the code was the same for server vs client - the only difference now was that server side didn't need graphic resource files. Please keep in mind I'm bouncing back and forth on this forum and the mod forum trying to figure this out. I'm trying to ask questions and not point fingers because I'm just an admittedly clueless end user trying to get a mod working
  3. All he says is that it's a 'minecraft' problem, and since the only thing added in is forge since grabbing 1.3.2 I came over here because forge is a dependency of minions. You say it's a mod problem (or rather a coder problem), but what am I supposed to take back to the other forum to try and get the issue addressed?
  4. I'm trying to get forge up and running so I can use the Minions mod, and while things apparently go alright for install, the first time I try to use it, the whole thing crashes. To install it I downloaded a fresh minecraft_server.jar and wiped bin from my desktop pc - extracted the universal-4.0.0.234 file contents into both and only deleted META-INF on the PC/client side. I've shown the mod creator the problem report and he said that a call method error would not be inside the Minions mod. So here it is on this side, hopefully it can get sorted out: 2012-08-28 08:51:22 [iNFO] [sTDERR] 2012-08-28 08:51:22 [sEVERE] Encountered an unexpected exception NoSuchMethodError java.lang.NoSuchMethodError: aig.h(Lup;III)I at atomicstryker.minions.common.jobmanager.BlockTask.getItemStackFromWorldBlock(BlockTask.java:266) at atomicstryker.minions.common.jobmanager.BlockTask_MineBlock.onFinishedTask(BlockTask_MineBlock.java:89) at atomicstryker.minions.common.jobmanager.BlockTask_ReplaceBlock.onFinishedTask(BlockTask_ReplaceBlock.java:28) at atomicstryker.minions.common.jobmanager.BlockTask.onUpdate(BlockTask.java:131) at atomicstryker.minions.common.jobmanager.BlockTask_MineBlock.onUpdate(BlockTask_MineBlock.java:77) at atomicstryker.minions.common.entity.EntityMinion.bc(EntityMinion.java:501) at jw.d(EntityLiving.java:1531) at atomicstryker.minions.common.entity.EntityMinion.d(EntityMinion.java:398) at jw.h_(EntityLiving.java:687) at atomicstryker.minions.common.entity.EntityMinion.h_(EntityMinion.java:229) at up.a(World.java:2021) at gr.a(WorldServer.java:538) at up.g(World.java:1986) at up.h(World.java:1867) at gr.h(WorldServer.java:437) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:616) at ft.q(DedicatedServer.java:241) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at ep.run(SourceFile:539) 2012-08-28 08:51:23 [iNFO] [sTDERR] 2012-08-28 08:51:23 [sEVERE] This crash report has been saved to: /home/tib/mc-minions/./crash-reports/crash-2012-08-28_08.51.23-server.txt ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 8/28/12 8:51 AM Description: Exception in server tick loop java.lang.NoSuchMethodError: aig.h(Lup;III)I at atomicstryker.minions.common.jobmanager.BlockTask.getItemStackFromWorldBlock(BlockTask.java:266) at atomicstryker.minions.common.jobmanager.BlockTask_MineBlock.onFinishedTask(BlockTask_MineBlock.java:89) at atomicstryker.minions.common.jobmanager.BlockTask_ReplaceBlock.onFinishedTask(BlockTask_ReplaceBlock.java:28) at atomicstryker.minions.common.jobmanager.BlockTask.onUpdate(BlockTask.java:131) at atomicstryker.minions.common.jobmanager.BlockTask_MineBlock.onUpdate(BlockTask_MineBlock.java:77) at atomicstryker.minions.common.entity.EntityMinion.bc(EntityMinion.java:501) at jw.d(EntityLiving.java:1531) at atomicstryker.minions.common.entity.EntityMinion.d(EntityMinion.java:398) at jw.h_(EntityLiving.java:687) at atomicstryker.minions.common.entity.EntityMinion.h_(EntityMinion.java:229) at up.a(World.java:2021) at gr.a(WorldServer.java:538) at up.g(World.java:1986) at up.h(World.java:1867) at gr.h(WorldServer.java:437) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:616) at ft.q(DedicatedServer.java:241) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:547) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at ep.run(SourceFile:539) Relevant Details: - Minecraft Version: 1.3.2 - Operating System: Linux (amd64) version 2.6.32-38-server - Java Version: 1.7.0_05, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 841466384 bytes (802 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB) - JVM Flags: 2 total; -Xmx1024M -Xms1024M - FML: ~ERROR~ NullPointerException: null - Is Modded: Definitely; 'forge,fml' - Profiler Position: N/A (disabled) - Player Count: 1 / 20; [gu['kriegtiger'/301, l='minions', x=141.22, y=64.00, z=274.28]] - World minions Entities: 0 total; [] - World minions Players: 0 total; [] - World minions Chunk Stats: ServerChunkCache: 0 Drop: 0 - Type: Dedicated Server He (atomicstryker) said the method in question was 'Block.getDamageValue'
×
×
  • Create New...

Important Information

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