sehrgut / minecraft-smp-mocreatures

Automatically exported from code.google.com/p/minecraft-smp-mocreatures
Eclipse Public License 1.0
0 stars 0 forks source link

java.lang.NoSuchMethodError: nc.func_4072_b(II)D #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. First night after the mod was installed, at nightfall, the server crashed
2. We could not reproduce the error no matter how many nights we let by.

What is the expected output? What do you see instead?
At night fall, we saw this error (twice, but we couldn't reproduce it later) :
2011-03-28 23:17:37 [SEVERE] Unexpected exception
java.lang.NoSuchMethodError: nc.func_4072_b(II)D
    at cp.func_4079_a(World.java:950)
    at aaw.a(EntityWerewolf.java:299)
    at gh.a(SourceFile:339)
    at ds.a(SourceFile:39)
    at aaw.a(EntityWerewolf.java:90)
    at jw.P(SourceFile:255)
    at jw.H(SourceFile:236)
    at gh.H(SourceFile:110)
    at jw.f_(SourceFile:181)
    at gh.f_(SourceFile:206)
    at ds.f_(SourceFile:28)
    at cp.a(World.java:1116)
    at cv.a(SourceFile:34)
    at cp.f(World.java:1092)
    at cp.d(World.java:1066)
    at net.minecraft.server.MinecraftServer.h(SourceFile:324)
    at net.minecraft.server.MinecraftServer.run(SourceFile:260)
    at bc.run(SourceFile:366)

I suspect it has something to do with werewolf checking if they have to 
transform. Note that we used /time add a little earlier to get a few seconds 
before sunset.

What is your client mod version ?
v1.0.0 of your port of the version 2.8.1 of the mod

What is the server mod version ?
v1.1.0

What is your operating system?
windows 7

Please provide any additional information below.
I didn't manually merge the jar mod with the server jar. I used this command 
line to launch the server :
"java -Xmx512M -Xms512M -cp 
mod_smpMoCreaturesServer_v1.1.0.jar;BiomeTerrain.jar;minecraft_server.jar 
net.minecraft.server.MinecraftServer"

Also note that we are using the Biome mod, but the event happened in fully 
known territory, so there is no reason it could be related.

Original issue reported on code.google.com by galaad.b...@gmail.com on 29 Mar 2011 at 12:37

GoogleCodeExporter commented 9 years ago
Than you for all theses precisions : it will help me a lot to understand what 
happened
I will try to reproduce the bug using the same environment, to see if it could 
be related

Original comment by finnith...@gmail.com on 29 Mar 2011 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by finnith...@gmail.com on 29 Mar 2011 at 9:58