Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Bugs

Archive::Bugs Archive area for Bugs's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-11-2004, 03:47 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default GroupID error and client crashing while zoning

Some issues with the latest source from CVS (0.5.3-DR2):

I was getting a lot of client crashes/hanging while zoning and could not use the #zone command without crashing/hanging the client. Zone.exe gives the following error:

[Error] Zone not found in database zone_id=0, moveing char to arena character:Mage

**edit** This is not a bug but was a configuration issue.


This isnt related to the other issue but GetGroupID and SetGroupID are referencing a groupid filed in the character_ table that does not exists in the release db schema. Zone.exe gives:

Unable to get group id: #1054: Unknown column 'groupid' in 'field list'
Reply With Quote
  #2  
Old 01-11-2004, 04:31 AM
Valdain
Fire Beetle
 
Join Date: Feb 2003
Location: WI
Posts: 20
Default

As far as the first error, I haven't had it yet.

For the second error, it is telling you that your database is missing a column in the character_ table. The groupid column is for allowing the player to be in a group. The database schema that comes with DR2 is missing that field. You just need to 'ALTER' the table to add it as an 'int'. If you don't know how to alter a table, go to www.mysql.com and search their documentation for the ALTER TABLE command.

Hope that helps,
-Valdain
Reply With Quote
  #3  
Old 01-11-2004, 07:13 AM
_OZZY_
Hill Giant
 
Join Date: Jan 2002
Location: Shreveport, Louisiana, USA
Posts: 129
Default

mollymillions,

Have you been able to fix the zone_id=0 issue yet? I am having exactly the same problem.
Reply With Quote
  #4  
Old 01-11-2004, 08:01 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

ALTER TABLE `character_` ADD `groupid` INT(10) UNSIGNED DEFAULT "0" NOT NULL;
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #5  
Old 01-11-2004, 08:36 AM
_OZZY_
Hill Giant
 
Join Date: Jan 2002
Location: Shreveport, Louisiana, USA
Posts: 129
Default

Thanks Shawn319. Will this fix the zone_id=0 crash, too? That's the issue I'm having the most problems with.
Reply With Quote
  #6  
Old 01-11-2004, 09:00 AM
mollymillions's Avatar
mollymillions
Hill Giant
 
Join Date: May 2003
Posts: 176
Default

It was an issue with zone connections. I reset all the IP's in bootfivezones.bat back to 127.0.0.1. I am using minilogin.
Reply With Quote
  #7  
Old 01-11-2004, 11:40 AM
_OZZY_
Hill Giant
 
Join Date: Jan 2002
Location: Shreveport, Louisiana, USA
Posts: 129
Default

I'm using MiniLogin also. I'll certainly try changing it back to 127. I'm using 192's. Thanks for the reply
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:40 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3