-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w27b
-
None
-
Mac
-
Unconfirmed
Error on server start up, while running the following script(in a ".command" file on a mac):
"cd "$( dirname "$0" )"
java -Xmx8192M -jar 14w27b.jar -o true"
StanleyMines_Mac:~ StanleyMines$ /Users/StanleyMines/Dropbox/Minecraft/Servers/PC\:MAC/WLS/000START.command ; exit;
ERROR StatusLogger Unrecognized format specifier [d]
ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [thread]
ERROR StatusLogger Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [level]
ERROR StatusLogger Unrecognized conversion specifier [level] starting at position 35 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [logger]
ERROR StatusLogger Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [msg]
ERROR StatusLogger Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [n]
ERROR StatusLogger Unrecognized conversion specifier [n] starting at position 56 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [d]
ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [thread]
ERROR StatusLogger Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [level]
ERROR StatusLogger Unrecognized conversion specifier [level] starting at position 35 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [logger]
ERROR StatusLogger Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [msg]
ERROR StatusLogger Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [n]
ERROR StatusLogger Unrecognized conversion specifier [n] starting at position 56 in conversion pattern.
^C
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
at java.util.ArrayList$Itr.next(ArrayList.java:831)
at pb.a(SourceFile:557)
at pb.a(SourceFile:537)
at bah.a(SourceFile:258)
at bah.a(SourceFile:113)
at pa.b(SourceFile:167)
at pa.a(SourceFile:210)
at pb.a(SourceFile:739)
at net.minecraft.server.MinecraftServer.a(SourceFile:340)
at net.minecraft.server.MinecraftServer.p(SourceFile:363)
at nq.run(SourceFile:691)
logout
[Process completed]
- duplicates
-
MC-60039 Server logging broken
- Resolved