ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

ErrorLog GameServer #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
YOU MUST BE USING AION X EMU FILES ONLY!! IF ANY MODIFICATIONS WERE DONE TO
THE FILES THAT WERE NOT INCLUDED WITH THE SVN, WE WILL NOT SUPPORT THOSE
ISSUES HERE!!

Core revision: r233

Bug description:

[ERROR 2011-04-01 16:37:07] gameserver.network.aion.AionClientPacket:71 - Error 
handling client (templar) message :[C] 0x93 CM_CASTSPELL
java.lang.StackOverflowError
    at gameserver.controllers.PlayerController.onAttack(PlayerController.java:350)
    at gameserver.controllers.PlayerController.onAttack(PlayerController.java:376)
    at gameserver.controllers.CreatureController.onAttack(CreatureController.java:150)
    at gameserver.skillengine.effect.ReflectorEffect$1.attacked(ReflectorEffect.java:67)
    at gameserver.controllers.ObserveController.notifyAttackedObservers(ObserveController.java:124)
    at gameserver.controllers.CreatureController.onAttack(CreatureController.java:141)
    at gameserver.controllers.PlayerController.onAttack(PlayerController.java:361)
    at gameserver.controllers.PlayerController.onAttack(PlayerController.java:376)
    at gameserver.controllers.CreatureController.onAttack(CreatureController.java:150)
    at gameserver.skillengine.effect.ReflectorEffect$1.attacked(ReflectorEffect.java:67)
    at gameserver.controllers.ObserveController.notifyAttackedObservers(ObserveController.java:124)
    at gameserver.controllers.CreatureController.onAttack(CreatureController.java:141)
    at gameserver.controllers.PlayerController.onAttack(PlayerController.java:361)

Please copy/paste errors below:

Errorlog /gameserver

Original issue reported on code.google.com by lotuspw....@gmail.com on 1 Apr 2011 at 5:13

GoogleCodeExporter commented 9 years ago
Update your server to the newest revision and DONT change any file. Also update 
your client and see if this happens again.

Original comment by pziko...@gmail.com on 1 Apr 2011 at 6:19

GoogleCodeExporter commented 9 years ago
I have updated client, and am using the r233, was my last update to r231. This 
problem started after upgrading to r233. Crowding is a huge error log 
similiares.

Original comment by lotuspw....@gmail.com on 1 Apr 2011 at 6:54

GoogleCodeExporter commented 9 years ago
The only thing I can think of to possibly fix this is in Effect.java change the 
actionObserver set Array size 4, to an ArrayList that grows and shrinks.
Pziko what do you think?

Original comment by ZeroSign...@gmail.com on 1 Apr 2011 at 9:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
See Issue 186.

Original comment by ZeroSign...@gmail.com on 5 Apr 2011 at 3:55