-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathLog_Maptimer_Except.rtf
More file actions
17 lines (16 loc) · 1.04 KB
/
Log_Maptimer_Except.rtf
File metadata and controls
17 lines (16 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
------------------------ 2014-12-03 13:39:40 ------------------------
java.lang.NullPointerException
at constants.GameConstants.achievementRatio(GameConstants.java:3574)
at server.maps.MapleMap.addPlayer(MapleMap.java:2223)
at client.MapleCharacter.changeMapInternal(MapleCharacter.java:3651)
at client.MapleCharacter.changeMap(MapleCharacter.java:3609)
at client.MapleCharacter.changeMap(MapleCharacter.java:3592)
at scripting.AbstractPlayerInteraction$4$1.run(AbstractPlayerInteraction.java:1353)
at server.Timer$LoggingSaveRunnable.run(Timer.java:168)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)