2013-01-02 08:01:56 [INFO] [STDERR] java.lang.NoSuchMethodError: yc.A()Ljava/util/List;
2013-01-02 08:01:56 [INFO] [STDERR] at xolova.blued00r.divinerpg.entities.projectile.EntityFirefly.<init>(EntityFirefly.java:76)
2013-01-02 08:01:56 [INFO] [STDERR] at xolova.blued00r.divinerpg.items.ItemFirefly.a(ItemFirefly.java:33)
2013-01-02 08:01:56 [INFO] [STDERR] at ur.a(SourceFile:98)
2013-01-02 08:01:56 [INFO] [STDERR] at ir.a(ItemInWorldManager.java:348)
2013-01-02 08:01:56 [INFO] [STDERR] at iv.a(NetServerHandler.java:590)
2013-01-02 08:01:56 [INFO] [STDERR] at fk.a(SourceFile:58)
2013-01-02 08:01:56 [INFO] [STDERR] at cg.b(TcpConnection.java:454)
2013-01-02 08:01:56 [INFO] [STDERR] at iv.d(NetServerHandler.java:141)
2013-01-02 08:01:56 [INFO] [STDERR] at iw.b(NetworkListenThread.java:57)
2013-01-02 08:01:56 [INFO] [STDERR] at ht.b(SourceFile:30)
2013-01-02 08:01:56 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:702)
2013-01-02 08:01:56 [INFO] [STDERR] at ho.r(DedicatedServer.java:270)
2013-01-02 08:01:56 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
2013-01-02 08:01:56 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-01-02 08:01:56 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-02 08:01:56 [SEVERE] [Minecraft] Encountered an unexpected exception NoSuchMethodError
java.lang.NoSuchMethodError: yc.A()Ljava/util/List;
at xolova.blued00r.divinerpg.entities.projectile.EntityFirefly.<init>(EntityFirefly.java:76)
at xolova.blued00r.divinerpg.items.ItemFirefly.a(ItemFirefly.java:33)
at ur.a(SourceFile:98)
at ir.a(ItemInWorldManager.java:348)
at iv.a(NetServerHandler.java:590)
at fk.a(SourceFile:58)
at cg.b(TcpConnection.java:454)
at iv.d(NetServerHandler.java:141)
at iw.b(NetworkListenThread.java:57)
at ht.b(SourceFile:30)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:702)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
There is some kind of issue with Conduit's when on a server. (I can't speak for SP)
I have a little starting village for people who enter, and it uses a Seer Stone for a player sensing gate, as well as 4 casters to buff players who come and go.
I have an Essence Nexus at 100% and a Dark Nexus slightly outside of town to keep the town monster free at around 10%.
These nexuses power the above mentioned items as well as a Gateway.
I had to restart my server earlier to apply a few updates and the conduits are no longer transferring energy. Most of them are actually not even detecting the altar. The were working fine yesterday.
I also tried destroying the nexus and putting a new one up to no avail.
01.01 18:06:03 [Server] INFO [STDERR] at fy.run(SourceFile:849)
01.01 18:06:03 [Server] INFO [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
01.01 18:06:03 [Server] INFO [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
01.01 18:06:03 [Server] INFO [STDERR] at ho.r(DedicatedServer.java:270)
01.01 18:06:03 [Server] INFO [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:702)
01.01 18:06:03 [Server] INFO [STDERR] at ht.b(SourceFile:30)
01.01 18:06:03 [Server] INFO [STDERR] at iw.b(NetworkListenThread.java:57)
01.01 18:06:03 [Server] INFO [STDERR] at iv.d(NetServerHandler.java:141)
01.01 18:06:03 [Server] INFO [STDERR] at cg.b(TcpConnection.java:454)
01.01 18:06:03 [Server] INFO [STDERR] at cu.a(SourceFile:44)
01.01 18:06:03 [Server] INFO [STDERR] at iv.a(NetServerHandler.java:778)
01.01 18:06:03 [Server] INFO [STDERR] at iv.d(NetServerHandler.java:818)
01.01 18:06:03 [Server] INFO [STDERR] at x.a(CommandHandler.java:84)
01.01 18:06:03 [Server] INFO [STDERR] at aj.b(SourceFile:32)
01.01 18:06:03 [Server] INFO [STDERR] at aj.d(SourceFile:70)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.Collections.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.Arrays.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.mergeCollapse(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.mergeAt(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.mergeLo(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] java.lang.IllegalArgumentException: Comparison method violates its general contract!
Hey Crude, you might want to look into how you generate your mobs. I am using Damage Indicators and your mobs name information is reset on each startup.
They show up as ProjectZulu.MobName (I assume this is what you meant about the global id vs local id for entities). I've renamed their display name several times and they keep changing back to ProjectZulu.MobName.
If it would be easier to have DI change how it generates the config, I could possibly bug them but out of the 6 or so mob mods I have, it only happens to yours.
0
0
I have a little starting village for people who enter, and it uses a Seer Stone for a player sensing gate, as well as 4 casters to buff players who come and go.
I have an Essence Nexus at 100% and a Dark Nexus slightly outside of town to keep the town monster free at around 10%.
These nexuses power the above mentioned items as well as a Gateway.
I had to restart my server earlier to apply a few updates and the conduits are no longer transferring energy. Most of them are actually not even detecting the altar. The were working fine yesterday.
I also tried destroying the nexus and putting a new one up to no avail.
Any ideas?
0
It seems to have this strange behavior where it spams a biome with 1 type of creature.
0
If so, can you add that to the config? It's the last error I have to correct.
I'm not sure if it's Harken Scythe causing this or Necromancy. If it isn't this mod then please disregard.
0
If so, can you add that to the config? It's the last error I have to correct.
0
0
01.01 18:06:03 [Server] INFO [STDERR] at fy.run(SourceFile:849)
01.01 18:06:03 [Server] INFO [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
01.01 18:06:03 [Server] INFO [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
01.01 18:06:03 [Server] INFO [STDERR] at ho.r(DedicatedServer.java:270)
01.01 18:06:03 [Server] INFO [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:702)
01.01 18:06:03 [Server] INFO [STDERR] at ht.b(SourceFile:30)
01.01 18:06:03 [Server] INFO [STDERR] at iw.b(NetworkListenThread.java:57)
01.01 18:06:03 [Server] INFO [STDERR] at iv.d(NetServerHandler.java:141)
01.01 18:06:03 [Server] INFO [STDERR] at cg.b(TcpConnection.java:454)
01.01 18:06:03 [Server] INFO [STDERR] at cu.a(SourceFile:44)
01.01 18:06:03 [Server] INFO [STDERR] at iv.a(NetServerHandler.java:778)
01.01 18:06:03 [Server] INFO [STDERR] at iv.d(NetServerHandler.java:818)
01.01 18:06:03 [Server] INFO [STDERR] at x.a(CommandHandler.java:84)
01.01 18:06:03 [Server] INFO [STDERR] at aj.b(SourceFile:32)
01.01 18:06:03 [Server] INFO [STDERR] at aj.d(SourceFile:70)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.Collections.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.Arrays.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.mergeCollapse(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.mergeAt(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] at java.util.ComparableTimSort.mergeLo(Unknown Source)
01.01 18:06:03 [Server] INFO [STDERR] java.lang.IllegalArgumentException: Comparison method violates its general contract!
This occurs when /help is used.
0
Good catch.
0
0
Would it be possible (AKA Are you ok with this) to flag a Gateway as "Enter Only"?
Finally, would it be possible to add in a "admin only" rune so there can be some combinations used for server events/creations?
0
0
Other mods are using mod entities and it works fine with them. (Atmos, DivineRPG).
0
They show up as ProjectZulu.MobName (I assume this is what you meant about the global id vs local id for entities). I've renamed their display name several times and they keep changing back to ProjectZulu.MobName.
Damage Indicators: http://www.minecraftforum.net/topic/1536685-146forge-hit-splat-damage-indicators-v228-displays-mob-portrait-preview-with-current-health-now-fully-3rd-party-mod-compatible/
If it would be easier to have DI change how it generates the config, I could possibly bug them but out of the 6 or so mob mods I have, it only happens to yours.
0
0