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
Kenster
Posts: 7 Joined: Fri Sep 09, 2005 5:25 am
Location: USA, PA
Contact:
Post
by Kenster » Fri Feb 12, 2010 12:18 am
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:
Post
by Kenster » Fri Feb 12, 2010 3:19 pm
Solved. Was writing a Byte instead of a Int16 in the Sub Header packet.
janiii
L2j Veteran
Posts: 4269 Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia
Post
by janiii » Fri Feb 12, 2010 3:30 pm
moded the file or is it a bug in l2j?
DO NOT EVEN TRY TO MESS WITH ME!
forum flOO der dancing dEVIL oper ♀
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:
Post
by Kenster » Fri Feb 12, 2010 7:20 pm
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.