Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Tutorials/Howto's > Tutorials--Outdated Use the Wiki > Tutorials::Discussion

Tutorials::Discussion Discuss Tutorials here. Do NOT POST tutorials here, they belong on the wiki.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-11-2005, 08:45 AM
drognir
Fire Beetle
 
Join Date: Apr 2005
Posts: 22
Default

Thanks . I noticed when i extraced the velious db that there was a directory in the zip file, and the tut didn't mention anything about not leaving it there so i just extracted the directory. I really appreciate the help.
Reply With Quote
  #2  
Old 06-11-2005, 08:47 AM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

this is my eq version pre 5/11 just wondering if this is the right one to work with the 6.1dr1
SHORT VERSION: SEQ8A667
LONG VERSION: EQ10F6C5D8579C384AAACC9FA61E2727A6B8291587
Reply With Quote
  #3  
Old 06-11-2005, 08:49 AM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default same here

thats the same eq version i have that works with this tutorial
Reply With Quote
  #4  
Old 06-11-2005, 08:57 AM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

ok i guess im gonna have to redo the tutorial ... one thing i found wierd tho when i installed winmysqladmin it didnt ask me to put in a username\pass but when i go to my.ini setup it has the username\pass in there...


i did have this program before i did the tutorial, but i went to control panel and add\remove software and installed the winmysql i downloaded.


anyways i use the user/pass off of winmysql when i do the sourceing i hope this is correct also
Reply With Quote
  #5  
Old 06-11-2005, 10:13 AM
vRandom
Sarnak
 
Join Date: Jun 2005
Posts: 91
Default

yep, use the username and pass you made when starting the winmsqladmin

GRANT ALL PRIVILEGES ON *.* TO Username@localhost IDENTIFIED BY 'Password' WITH GRANT OPTION;

change the username to the username your using, likely root, then set the password to what ever you want the pass to be

this changes the permissions to allow the user to use any database, if you wanted to just do one database for example, change the *.* to dbname.* (database name . and * for all tables etc in that database)

execute this command using the mysql -u [username] -p[passsword]
just with the -p and it will prompt for the password if one is set

forexample:
c:\mysql\bin\mysql -u root -ppassword
(notice no space between the -p and the password)

dont forget to change databases before sourcing, example:
use eq;

hope that helps some

Last edited by vRandom; 06-11-2005 at 06:20 PM..
Reply With Quote
  #6  
Old 06-11-2005, 10:32 AM
kl9470spin
Fire Beetle
 
Join Date: May 2005
Posts: 5
Default

Anyone wanna add onto this explaining how to get it to go public?
Reply With Quote
  #7  
Old 06-11-2005, 10:50 AM
drognir
Fire Beetle
 
Join Date: Apr 2005
Posts: 22
Default

Alright, i got through the whole tutorial with only one error this time, when i try running world.exe i get this

Failed to open log file: logs/eqemu_world_2744.log
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.1-DR1
[Status] Loading opcodes..
[Error] Load Shared Library 'EMuShareMem' failed. Error=Error #14001
Unable to laod EMuShareMem for opcodes.
Failed to open log file: logs/eqemu_error_world_2744.log
[Error] Loading opcodes failed. I can't live like this!

Anyone know what's wrong?
Reply With Quote
  #8  
Old 06-11-2005, 11:04 AM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

Failed to open log file: logs/eqemu_world_0196.log 1st line on world.exe

this below is the last thing in world.exe everything inbetween loads perfectly now
**WARNING** You have not setup a zone server password into the database, it is HIGHLY recommended that you add a variable into variables with the varname ZSPassword and the value with random characters to protect from people connecting to your world server.Zoneserver SetConnectInfo: 127.0.0.1:1170: 127.0.0.1:8782
**WARNING** You have not setup a zone server password into the database, it is HIGHLY recommended that you add a variable into variables with the varname ZSPassword and the value with random characters to protect from people connecting to your world server.Zoneserver SetConnectInfo: 127.0.0.1:1169: 127.0.0.1:878088166 New TCP connection: 127.0.0.1:16777343New zoneserver: #3 127.0.0.1:1173
**WARNING** You have not setup a zone server password into the database, it is HIGHLY recommended that you add a variable into variables with the varname ZSPassword and the value with random characters to protect from people connecting to your world server.Zoneserver SetConnectInfo: 127.0.0.1:1173: 127.0.0.1:878490169 New TCP connection: 127.0.0.1:16777343New zoneserver: #4 127.0.0.1:1172
**WARNING** You have not setup a zone server password into the database, it is HIGHLY recommended that you add a variable into variables with the varname ZSPassword and the value with random characters to protect from people connecting to your world server.Zoneserver SetConnectInfo: 127.0.0.1:1172: 127.0.0.1:878192172 New TCP connection: 127.0.0.1:16777343New zoneserver: #5 127.0.0.1:1171
**WARNING** You have not setup a zone server password into the database, it is HIGHLY recommended that you add a variable into variables with the varname ZSPassword and the value with random characters to protect from people connecting to your world server.Zoneserver SetConnectInfo: 127.0.0.1:1171: 127.0.0.1:8783

this is the only 2 errors i see on world.exe now

was i supposed to put username\pass in LoginServer.ini
Reply With Quote
  #9  
Old 06-11-2005, 12:08 PM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

Quote:
Originally Posted by drognir
Alright, i got through the whole tutorial with only one error this time, when i try running world.exe i get this

Failed to open log file: logs/eqemu_world_2744.log
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.1-DR1
[Status] Loading opcodes..
[Error] Load Shared Library 'EMuShareMem' failed. Error=Error #14001
Unable to laod EMuShareMem for opcodes.
Failed to open log file: logs/eqemu_error_world_2744.log
[Error] Loading opcodes failed. I can't live like this!

Anyone know what's wrong?
5) Extract Compiled-Perl-Win32.zip to C:\EQEmu\, then extract EQEmu-0.6.1-DR1-Perl.zip to the same directory and ensure you *OVERWRITE* world.exe, zoneperl.exe, and emusharemem.dll
did you unzipp both those into c:\eqemu
Reply With Quote
  #10  
Old 06-11-2005, 12:11 PM
drognir
Fire Beetle
 
Join Date: Apr 2005
Posts: 22
Default

I'm pretty sure i did, but i'm completely redoing the tut now..
Reply With Quote
  #11  
Old 06-11-2005, 04:58 PM
iwantavr4
Sarnak
 
Join Date: Jun 2005
Location: Arizona
Posts: 50
Default

I dont know how you got your version number... The one i have was created/modified on this date:
Sunday, April 17, 2005, 10:13:30 PM

And has the following MD5 Hash:
40B0DA1CCB3C3C07947261B016201328
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:52 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