ExBasicActionList

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Kenster
Posts: 7
Joined: Fri Sep 09, 2005 5:25 am
Location: USA, PA
Contact:

ExBasicActionList

Post 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
Kenster
Posts: 7
Joined: Fri Sep 09, 2005 5:25 am
Location: USA, PA
Contact:

Re: ExBasicActionList

Post by Kenster »

Solved. Was writing a Byte instead of a Int16 in the Sub Header packet.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: ExBasicActionList

Post by janiii »

moded the file or is it a bug in l2j?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Kenster
Posts: 7
Joined: Fri Sep 09, 2005 5:25 am
Location: USA, PA
Contact:

Re: ExBasicActionList

Post 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.
Post Reply