View Single Post
  #1  
Old 01-28-2004, 01:58 PM
TheitAlgolX
Fire Beetle
 
Join Date: Jan 2004
Posts: 1
Default Zone Seg. Fault on Character Load

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.
Code:
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?
Reply With Quote