The Meaning of Life, the Universe, and Everything.
Join Date:
12/18/2012
Posts:
127
Minecraft:
lightning3105
Member Details
Hello!
I have a minecraft instance with 200+ mods, but when I try typing a command in chat, for example '/help', I get the reply of "An unknown error occurred while attempting to perform this command". MC doesn't actually crash, but I have a section of log from when I initiate the command:
2013-09-11 20:05:31 [INFO] [Minecraft-Client] [CHAT] §cAn unknown error occurred while attempting to perform this command
2013-09-11 20:05:31 [INFO] [STDERR] java.lang.IllegalArgumentException: Comparison method violates its general contract!
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.mergeHi(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.mergeAt(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.mergeForceCollapse(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.Arrays.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.Collections.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.command.CommandHelp.func_71534_d(SourceFile:71)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.command.CommandHelp.func_71515_b(SourceFile:33)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:87)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72566_d(NetServerHandler.java:757)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72481_a(NetServerHandler.java:720)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.packet.Packet3Chat.func_73279_a(SourceFile:44)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:111)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Hmm... Well, a decent assumption is that one of the mods adds something into the chat,and it's bugged, so it doesn't work when you try using it.
Oops - I forgot to add this to the OP:
I've tried to do the good old, remove all the mods and add them back untill it works, but I add a mod, then commands don't work, then I remove it, then commands STILL don't work, then I remove all the mods and re-add them in a different order, but different mods cause the problem!!!
Thanks for your reply though ,'^/
Rollback Post to RevisionRollBack
Need a mod-pack with 300+ mods? click the achievement!
I have a minecraft instance with 200+ mods, but when I try typing a command in chat, for example '/help', I get the reply of "An unknown error occurred while attempting to perform this command". MC doesn't actually crash, but I have a section of log from when I initiate the command:
2013-09-11 20:05:31 [INFO] [Minecraft-Client] [CHAT] §cAn unknown error occurred while attempting to perform this command
2013-09-11 20:05:31 [INFO] [STDERR] java.lang.IllegalArgumentException: Comparison method violates its general contract!
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.mergeHi(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.mergeAt(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.mergeForceCollapse(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.ComparableTimSort.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.Arrays.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at java.util.Collections.sort(Unknown Source)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.command.CommandHelp.func_71534_d(SourceFile:71)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.command.CommandHelp.func_71515_b(SourceFile:33)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:87)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72566_d(NetServerHandler.java:757)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72481_a(NetServerHandler.java:720)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.packet.Packet3Chat.func_73279_a(SourceFile:44)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:111)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:171)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
2013-09-11 20:05:31 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
EDIT: I appologise for bumping my own post ,"/
Oops - I forgot to add this to the OP:
I've tried to do the good old, remove all the mods and add them back untill it works, but I add a mod, then commands don't work, then I remove it, then commands STILL don't work, then I remove all the mods and re-add them in a different order, but different mods cause the problem!!!
Thanks for your reply though ,'^/