Log in

View Full Version : Zone Seg. Fault on Character Load


TheitAlgolX
01-28-2004, 01:58 PM
When loading the zone for a player, the zone boots the map, but when the zoneserver finally gets it loaded, the client has to retry to connect. After the second attempt, the zoneserver crashes after recognizing the player.
Unhandled exception at 0x004d548e in Zone.exe: 0xC0000005: Access violation reading location 0x00000000.
I attempted to get the text from the zoneserver before it crashed, but it did not like the redirection (>> text.txt)

Two fixes that I had corrected before:
-ThirdParty column in zone
-groupid in character_
After fixing my stupid error in groupid (had a 2 instead of a 10), i tried removing the ThirdParty column in zone. After rebooting all zones, the problem was fixed.... except I still had the ThirdParty column missing problem.

Do I need this? Or is this just for openzone?