Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

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

 
 
Thread Tools Display Modes
  #1  
Old 06-14-2003, 03:43 PM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default please help im stuck

ok i downloaded and installed mysql set up user and pass and changed the mysql.exe as it says to also pasted the db files
downloaded the eqemu patcher and patched it all was missing no files i changed all the files as i shuld in my eqemu dir i tryed to do the world.exe flag eqemu 200 but would not work i click minilogin
then world.exe then boot5zone then i go click the patcher and it logs me to your servers and changes my eqhost file back to how it was i want to play on my own and test things beffore i do a live server im useing the same comp to run mysql and the game and useing localhost as address
im missing somthing and its realy bugging me and i no when i find what it is it will be a simple thing

please help me beffore i loose my mind
  #2  
Old 06-14-2003, 03:56 PM
lilsnoopy
Fire Beetle
 
Join Date: Jun 2003
Location: louisiana
Posts: 9
Default thats crappy

i cant help you. you got further than me. i cant get past the patch. no administrators or anyone will help me out. i wonder whats goin on?
good luck
__________________
lono..
  #3  
Old 06-14-2003, 04:43 PM
x-scythe
Discordant
 
Join Date: Jun 2003
Posts: 449
Default 1045

are you getting error #1045 or #2001? i was stuck on that for a hell of a long time. if you are go to the how to and tutorial section and read Devlor's set-by-step and go to step #14 and read what he has to say about the GRANT PRIVLEGES command. it help me a ton.
hope you get it workin

~x-scythe~
  #4  
Old 06-14-2003, 07:26 PM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

I had the same prblem with the patcher, it would keep changing my eqhost.txt file back.
As far as I can see you need to run EQW 2.32 to play locally, it gives you the option not to patch, so you're eqhost.txt file dosen't get changed. I can't remember where to get it, but if you do a forum search on EQW, it's not too hard to find.
  #5  
Old 06-15-2003, 12:56 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default thanks

ok got it to work got to login screen but my server isent there
  #6  
Old 06-15-2003, 01:00 AM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

Check on what your world.exe window says and post it, it sounds like something isen't configured correctly for your server.
  #7  
Old 06-15-2003, 01:37 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default ok this is what happens

ok this is what i do and this is what happens i click minilogin and it says
loginserver.ini read
miniloginaccounts.ini read
servermode :standalone
login server listening on port:5999
and then it stays open

i then click world.exe not sure what it says because it closes to soon beffore i can read it

i then click bootzone.bat it
it starts of by opening up some zone things then thay all close and im left with 1 saying read this first and says file recuirs your real ip in the place of hosthere when you are conecting to eqemuserver

again im stuped please help arnt all the zones suposed to stay open when you click bootzone.bat
i can get into a login server that will take any username and pass i put in and shows no servers
  #8  
Old 06-15-2003, 01:45 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default again

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "hosthere" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost

exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------


thanks how iv done the bootzone.bat i have pasted the spells-en.text in not sure whay its not reading it
  #9  
Old 06-15-2003, 03:30 AM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

You are correct, your boot5zones sould open 5 windows that stay open, but your world.exe should remain open as well. I think that world.exe is probably your problem (if it closes, there's no world for you to connect to, which is probably whey you can't see your server).

Paste what you've got in your db.ini, and your LoginServer.ini files here.
  #10  
Old 06-15-2003, 04:05 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default ok here

db ini
# READ README.TXT!

[Database]
host=localhost
user=loneless
password=ravenhart
database=eq
compression=off


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

login
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=myworld
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
  #11  
Old 06-15-2003, 04:54 AM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

hmmmm. If you're just trying to play locally on your PC, you'll need to change LoginServer and Longinserver2 values to
localhost
instead of the eqemu servers

Other then that, it seems to be okay, but I'm a little tired right now and may have missed something.




-------EDIT---------
oops. That change should be made in your LoginServer.ini file
There's that tired thing again.

You may also want to mask your password when posting your db.ini file. Just replace the word with *****
  #12  
Old 06-15-2003, 07:12 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default i did that

i did what you said to do but still no luck
i think ite my world ini when i try to open it in dos
it says could not open db ini any clues here would be great
  #13  
Old 06-15-2003, 08:09 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default ok can open it now

ok i can open it now but then i get

(C)Copyright Microsoft Corp 1981-1999.

C:\WINDOWS>e:\

E:\eqemu>cdmyeqemudirectory
Bad command or file name

E:\eqemu>world.exe
Failed to connect to database: Error: #1045: Access denied for user: 'loneless@l
ocalhost' (Using password: YES)
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #2006: MySQL server has gone away
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
erver has gone away
LoadEMuShareMemDLL::Load() failed error=120
Error: Could not load item data

E:\eqemu>



somthings not right
  #14  
Old 06-15-2003, 08:19 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default also

also im useing win 98
and following this guide
http://forums.eqemu.net/viewtopic.ph...create+account
  #15  
Old 06-15-2003, 08:24 AM
tazzio
Fire Beetle
 
Join Date: Jun 2003
Location: england
Posts: 20
Default also

also getting this when i do the world.exe flag eqemu 200



Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.

C:\WINDOWS>e:\

E:\eqemu>world.exe flag eqemu 200
Failed to connect to database: Error: #1045: Access denied for user: 'loneless@l
ocalhost' (Using password: YES)
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Account being GM Flagged:eqemu, Level: 200
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
database.SetGMFlag failed.

E:\eqemu>
 


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 11:41 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