Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-24-2008, 03:20 PM
Bishop4351
Sarnak
 
Join Date: Sep 2006
Location: Texas
Posts: 49
Default Seg Faults of "zone" binary when a buff is clicked away

I've done this a few times I was in echo each time and when I clicked off of a buff I'd get a zone segfault.

I'm running CentOS5 with minilogin on build 1107 once that happens I get kicked back to char select. I'm using the PEQ DB from the pop release (no CVS yet).

I tried running 1108 but I keep getting told I'm underworld despite not being that way.

Anything I should look at about this?

thanks!
Reply With Quote
  #2  
Old 05-24-2008, 03:39 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Not directly related to your crash, but I installed 1108 yesterday and had the 'underworld' problem. I downloaded and installed the latest PEQ database from CVS and that made the problem (being told I was under the world) go away.
Reply With Quote
  #3  
Old 05-24-2008, 08:23 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

1106 and 1107 both have known spell issues and buff problems. They will crash zones if you remove a buff. You have to use either 1104 or 1108 if you want to be close to current.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #4  
Old 05-25-2008, 05:33 PM
Bishop4351
Sarnak
 
Join Date: Sep 2006
Location: Texas
Posts: 49
Default Fixed

I updated to 1108 and I figured out what my problem was. I was using a strict copy paste from the changelog which says:

Code:
Required SQL:
alter table `zone` add column `canlevitate` tinyint (4) DEFAULT '1' NOT NULL  after `cancombat`
alter table `zone` add column `castoutdoor` tinyint (4) DEFAULT '1' NOT NULL  after `canlevitate`;
It's missing a ";" so I missed the change. I restored to a backup then remade the change adding in the line to look like this:

Code:
Required SQL:
alter table `zone` add column `canlevitate` tinyint (4) DEFAULT '1' NOT NULL  after `cancombat`;
alter table `zone` add column `castoutdoor` tinyint (4) DEFAULT '1' NOT NULL  after `canlevitate`;
and all was good. With the update in place I can unclick buffs without any problem or zone crashes.

Not alot of folks put in their fixes to things so I figured I'd add it here for the sake of future searches.
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 06:55 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3