Syncleus / AetherMUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When logging in with existing character exception thrown.

freemo opened this issue · comments

" - from username:freemo
java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.syncleus.aethermud.stats.Stats
	at com.syncleus.aethermud.storage.graphdb.PlayerData$ByteBuddy$bquYzGql.getStats(Unknown Source)
	at com.syncleus.aethermud.stats.modifier.BasicPlayerLevelStatsModifier.modify(BasicPlayerLevelStatsModifier.java:101)
	at com.syncleus.aethermud.stats.modifier.StatsModifierFactory.getStatsModifier(StatsModifierFactory.java:51)
	at com.syncleus.aethermud.player.Player.getPlayerStatsWithEquipmentAndLevel(Player.java:1141)
	at com.syncleus.aethermud.core.GameManager.buildPrompt(GameManager.java:825)
	at com.syncleus.aethermud.server.auth.AetherMudAuthenticationHandler.messageReceived(AetherMudAuthenticationHandler.java:108)
	at com.syncleus.aethermud.server.auth.AetherMudAuthenticationHandler.handleUpstream(AetherMudAuthenticationHandler.java:73)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296)
	at org.jboss.netty.handler.codec.oneone.OneToOneDecoder.handleUpstream(OneToOneDecoder.java:70)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296)
	at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)
	at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)
	at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109)
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:328)
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90)
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)