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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2004, 08:10 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default Is anyone running MySQL Server version 4.0.18?

The past couple of days I've been trying to get my own copy of 0.5.7-DR2 running with no success (http://www.eqemulator.net/forums/viewtopic.php?t=14552). Well last night I finally decided to give up and go back to 0.5.6 which I know works. And, because I had done so many different things to my DB and INI files trying to get 0.5.7-DR2 working, I decided to just wipe everything and start from scratch.

So, first things I did were drop my eq DB and delete the user I had created with access to it (my 'equser' user).

Then I deleted everything in my \EQEMu folder.

Then I stopped and restarted my MySQL service (I'm running mysqld-max-nt version 4.0.18) just to be sure.

Then I downloaded a fresh copy of the 0.5.6 Binaries and Configurations from SourceFORGE and set them up, downloaded MiniLogin.exe and created a MiniLoginAccounts.ini with my 'eqemu' and 'mikenune' users in it, and downloaded and sourced my DB (eqemu056.zip).

Then I added back my 'equser' DB user and granted him all rights + grant to the eq DB and created my two MiniLogin accounts ('eqemu', and 'mikenune') in the account table.

Finally, I changed my eqhost.txt file and started up EQ.

Everything was working wonderfully! I was able to connect to my MiniLogin server and see my World Server in the list! I was able to connect to my World Server and get to my character creation screen! But then tragedy struck!

I had created my character, assigned attribute points, and selected starting city and deity when it happened.

What happened you ask?

IT happened!

World.exe crashed! Completely! The window closed by itself and the little Microsoft popup asking me if I wanted to send the details of the crash to Bill Gates appeared!

Frustrated (and a little miffed I might add), I started the Debugger instead. Lo and behold, the World Server had crashed at EXACTLY the same point as 0.5.7-DR2 had always crashed!

So, I started thinking to myself "What else on my computer has changed?"

The answer? MySQL.

The same day that I had started working with EQEMu 0.5.7-DR2, I had been forced to "upgrade" my MySQL server from 4.0.16 to 4.0.18 so I could get the files needed by Visual Studio to properly compile the new version of EQEMu!

So, today I am asking if anybody else here has MySQL version 4.0.18 installed on their system. And, if you do, do you also have a working copy (any version) of EQEMu running?

It is my sneaky suspicion that somewhere along the line from .16 to .18, MySQL changed how their function works or how it returns data back to the calling program! :(
Reply With Quote
  #2  
Old 04-29-2004, 08:14 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Yes, I am using version 4.0.18, albeit it under Linux.
Reply With Quote
  #3  
Old 04-29-2004, 08:18 AM
Jezebell
Discordant
 
Join Date: Feb 2004
Location: Florida
Posts: 441
Default

I have always been running 4.0.18, running it in Win2003 Server right now.
__________________
Eru, the Creator of Arda
ServerOwner for The First Age
An EQEMulator Roleplaying [Custom-Legit] Server
The First Age Website

Running on: Asus A7N8X-Deluxe, AMD Athlon XP 2100+, Geil 1024MB PC3200 Ultra DDR RAM,
WD 40GB 7200rpm ATA-100 HDD, Visiontek 128MB Geforce4 TI 4400, Windows XP Pro SP2
Reply With Quote
  #4  
Old 04-29-2004, 09:19 AM
gthang187
Sarnak
 
Join Date: Dec 2003
Posts: 53
Default

i too am running it on windows 2000. i got it to work just fine atleast as far as i can see this stupid no character createing wont let me test it completely.

so i haveta wait till the devs fix it or someone can send me a sql file that has a character already created on it :( im still trying to figure out how to make a char useing mysql but i have had no luck as of yet :(
Reply With Quote
  #5  
Old 04-29-2004, 10:11 AM
masteryoda
Fire Beetle
 
Join Date: Nov 2003
Posts: 7
Default

I am also running mysql 4.0.18 under WinXP. No problems so far.
Reply With Quote
  #6  
Old 04-29-2004, 10:19 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

masteryoda, you're on Windows XP and have MySQL version 4.0.18 right? Do you have an EQEMu server up and running? Can you create characters on it and log in???
Reply With Quote
  #7  
Old 04-29-2004, 10:25 AM
masteryoda
Fire Beetle
 
Join Date: Nov 2003
Posts: 7
Default

Correct, it is up right now and yes I can create and log in. Sending ya a PM
Reply With Quote
  #8  
Old 04-29-2004, 11:39 AM
NarutoLegacy
Discordant
 
Join Date: Feb 2004
Posts: 400
Default

Quote:
Originally Posted by masteryoda
I am also running mysql 4.0.18 under WinXP. No problems so far.
Same, try downgrading if you think there is something bugged.
__________________
My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel

Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
Reply With Quote
  #9  
Old 04-29-2004, 03:14 PM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

I think downgrading would fix you up
Reply With Quote
  #10  
Old 04-29-2004, 03:27 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Dangit! That means I have to go all the way down to 3.2.23!!! :evil:

Oh, well. I'll give it a try.
Reply With Quote
  #11  
Old 04-29-2004, 03:42 PM
bUsh
Sarnak
 
Join Date: Apr 2004
Location: Waukesha, WI
Posts: 93
Default

Do this:

Code:
drop table start_zones;

CREATE TABLE start_zones (
  x float NOT NULL default '0',
  y float NOT NULL default '0',
  z float NOT NULL default '0',
  zone_id int(4) NOT NULL default '0',
  bind_id int(4) NOT NULL default '0',
  player_choice int(2) NOT NULL default '0',
  player_class int(2) NOT NULL default '0',
  player_deity int(4) NOT NULL default '0',
  player_race int(4) NOT NULL default '0',
  start_zone int(4) NOT NULL default '0',
  bind_x float NOT NULL default '0',
  bind_y float NOT NULL default '0',
  bind_z float NOT NULL default '0',
  select_rank tinyint(3) unsigned NOT NULL default '50'
) TYPE=MyISAM;
No more crashes.
__________________
~ b [ u ] s h

* ServerOP * The Green Leaf Server
Reply With Quote
  #12  
Old 04-29-2004, 04:24 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Quote:
Originally Posted by bUsh
Do this:

Code:
drop table start_zones;

CREATE TABLE start_zones (
  x float NOT NULL default '0',
  y float NOT NULL default '0',
  z float NOT NULL default '0',
  zone_id int(4) NOT NULL default '0',
  bind_id int(4) NOT NULL default '0',
  player_choice int(2) NOT NULL default '0',
  player_class int(2) NOT NULL default '0',
  player_deity int(4) NOT NULL default '0',
  player_race int(4) NOT NULL default '0',
  start_zone int(4) NOT NULL default '0',
  bind_x float NOT NULL default '0',
  bind_y float NOT NULL default '0',
  bind_z float NOT NULL default '0',
  select_rank tinyint(3) unsigned NOT NULL default '50'
) TYPE=MyISAM;
No more crashes.
Just for the record. . .






















I F***ING HATE YOU!!!!!!






















Oh, that worked BTW. Thanks.
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 10:40 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3