Page 1 of 1

ExBasicActionList

Posted: Fri Feb 12, 2010 12:18 am
by Kenster
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 3930:
L2JDP Revision XXXXX:

Anyone have an idea why ExBasicActionList would crash the client?
2010.2.11 19:16:29
OS : Windows XP 5.1 (Build: 2600)
CPU : GenuineIntel Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz @ 2335 MHz 2047MB RAM
Video : NVIDIA GeForce 8800 GT (9562)
PosCode : LS1(146) -71439:258257:-3109 2/1 [300]

General protection fault!

History: UNetworkHandler::Tick <- Function Name= <- UGameEngine::Tick <- UpdateWorld <- MainLoop

Re: ExBasicActionList

Posted: Fri Feb 12, 2010 3:19 pm
by Kenster
Solved. Was writing a Byte instead of a Int16 in the Sub Header packet.

Re: ExBasicActionList

Posted: Fri Feb 12, 2010 3:30 pm
by janiii
moded the file or is it a bug in l2j?

Re: ExBasicActionList

Posted: Fri Feb 12, 2010 7:20 pm
by Kenster
It was a problem in my C# :) Didn't realize I was writing it with Int16 instead of a Byte. Caused the client to crash.