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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2002, 06:00 AM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default Floating point exceptions on my zone servers

im running mandrake 9.0 and im getting the floating point exceptions and my zone servers all die with the send_socket failure. does anyone have any suggestions? the error is as follows:

Zoneserver send() failed, assumed disconnect: #1 qeynos 127.0.0.1:32776 (localhost:7995)
Removing zoneserver from ip:127.0.0.1 port 32776 (localhost:7995)

i am using EQEmu-0.4.0 source.

kabalah
Reply With Quote
  #2  
Old 12-19-2002, 07:52 PM
Vendar
Fire Beetle
 
Join Date: Dec 2002
Posts: 1
Default

Well I tracked the error down to one function call.


database.AddLootTableToNPC();

which is called in

void NPC::AddLootTable();

When I looked in the database.cpp file I could not find AddLootTableToNPC() function. But the follow change to the file in npc.cpp will solve the crash problem, but no loots on corpses. I will look farther into where that call is trying to go and correct the real problem.

Pretty much just comment out the function for now like so:

void NPC::AddLootTable() {
if (npctype_id != 0) { // check if it's a GM spawn
// database.AddLootTableToNPC(loottable_id, itemlist, &c$
}
}
Reply With Quote
  #3  
Old 12-20-2002, 09:43 AM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default thanks

yes, that did indeed take care of the zone server crashing.

thanks!

kabalah
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 05:31 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