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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 09-25-2008, 11:05 AM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default New Server setup aid needed.

I looked through the guides and as a noob here, I don't know what I don't know. I am trying to find a guide to setting my server up on my own machine for only me and a few friends. The location we will be playing at will not have internet access but we will have a working network between us.

Can I get a list of files I need or setup instrustions? I have it mostly setup now but world fails to load. inside my config.xml there is a referrence to eqemulator.net and I think this is hanging me up as I remove access to the internet for testing.

Help??
Reply With Quote
  #2  
Old 09-25-2008, 06:16 PM
Sylaei
Hill Giant
 
Join Date: Jan 2007
Posts: 124
Default

Click http://www.eqemulator.net/wiki/wikka...MiniLoginSetup and follow the instructions. This will allow you to setup minilogin, you need minilogin to play on a lan that is not connected to the internet.
__________________
Syl

"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
Reply With Quote
  #3  
Old 10-02-2008, 07:50 PM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

I guess I am mentally impaired or the circus in my head lost its clowns and they took over because I cant seem to get this working.

IS anyone willing to set up everything but the passwords and database for me? He is my IP
192.168.1.7.

I just want to get it working on an internet free LAN for me and three friends.
Reply With Quote
  #4  
Old 10-02-2008, 08:59 PM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

I keep getting
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>D:\EQEmu\world.exe
Failed to open log file: logs/eqemu_debug_world_3648.log
[Debug] [WORLD__INIT] Loading server configuration..
Unable to load 'eqemu_config.xml': Failed to open file
[Debug] [WORLD__INIT_ERR] Loading server configuration failed.

C:\Documents and Settings\Administrator>
Went through the steps 3 times....

I am trying to use minilogin.
Reply With Quote
  #5  
Old 10-02-2008, 11:06 PM
Sylaei
Hill Giant
 
Join Date: Jan 2007
Posts: 124
Default

This error doesn't have anything to do with minilogin. Try editing the eqemu_config file under dos and running world.exe after editing it. The eqemu_config.xml file should be in the same directory as world.exe. Don't believe what windows explorer tells you. Open a dos window to edit and run world.exe. You just need to edit eqemu_config to make sure all the settings are right.
In order for this to work, after you edit eqemu_config.xml, type:
Code:
start minilogin.exe
world.exe
Pause to let minilogin.exe completely start.
The start minilogin.exe will start minilogin in a seperate window. World.exe will run it in the same window and you can see any errors.
__________________
Syl

"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
Reply With Quote
  #6  
Old 10-03-2008, 01:31 AM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

I edited under dos...NO Joy.

I edited both 'eqemu_config.xml' , LoginServer.ini AND
'eqemu_config.xml.full'

Made sure all common info was the same.

I got this error
Code:
D:\EQEmu>world
[Debug] Starting Log: logs/eqemu_debug_world_0780.log
[Debug] [WORLD__INIT] Loading server configuration..
Unable to load 'eqemu_config.xml': Error reading end tag.
[Debug] [WORLD__INIT_ERR] Loading server configuration failed.

D:\EQEmu>
Reply With Quote
  #7  
Old 10-03-2008, 01:57 AM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

got passed that error...now I am at
Code:
D:\EQEmu>world
[Debug] Starting Log: logs/eqemu_debug_world_2264.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Error] Starting Log: logs/eqemu_error_world_2264.log
[Error] Failed to connect to database: Error: #1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client
[Debug] [WORLD__INIT_ERR] Cannot continue without a database connection.

D:\EQEmu>
I am running mysql.5.0.51b-community-nt.
Reply With Quote
  #8  
Old 10-03-2008, 07:57 PM
Sylaei
Hill Giant
 
Join Date: Jan 2007
Posts: 124
Default

Did you set the password for the database? If so not sure where to go from here.
__________________
Syl

"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
Reply With Quote
  #9  
Old 10-06-2008, 04:24 PM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

passwords are fine..able to connect via other means with same password.

Anyone else? anyone offer to copy me their setup files or offer any suggestions?
Reply With Quote
  #10  
Old 10-06-2008, 04:50 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

You need to set the OLD password as described in the server setup wiki. Here is the mysql you need to add and make sure to change the password to whatever you want your password to be:


Code:
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #11  
Old 10-06-2008, 09:30 PM
Sylaei
Hill Giant
 
Join Date: Jan 2007
Posts: 124
Default

I used Xampp for my enviroment for eqemu. I set the password the way the wiki says to, with the sql command. I then tried to connect via phpMyAdmin, and was unable to connect. I set the password in phpMyAdmin and could connect through phpMyAdmin, but eqemu quit connecting. I went back and set the password with the sql command, via the wiki and they both work now. I said all that to say that mysql seems to be a little bit picky about the passwords and how they are set. Worth a shot at any rate.
__________________
Syl

"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
Reply With Quote
  #12  
Old 10-06-2008, 09:49 PM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

does PEQ_DB need to called exactly that, or can I name it PEQDB?

Does it matter where that folder resides? I have it on my D drive.

Does the name of the Database matter?

CAn someone let me know where all the pertinent file folders should be located please?
Reply With Quote
  #13  
Old 10-12-2008, 12:31 AM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

anyone have an answer to this one? I just want a DETAILED description of where the files/folders need to be.
Reply With Quote
  #14  
Old 10-12-2008, 06:20 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

The database can be named anything you want, as long as you put that name in the eqemu_config file where it asks for the database name. It also doesn't matter where you put the folders as long as you keep the folder structure intact. It's better practice to follow the wiki to the letter though if you're new to the process... If you follow it step by step perfectly and take your time, its practicaly fool proof. When people have problems it's usually because they made adjustments, and it really needs to be followed closely. Let us know how you make out, and post the eqemu_config file if you still have trouble.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #15  
Old 10-12-2008, 12:06 PM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

Quote:
Originally Posted by hayward6 View Post
.... It's better practice to follow the wiki to the letter though if you're new to the process...
I have see 3 separate guides here and there...where is this fabled 'fool-proof' one? Please link.
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 08:42 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3