Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Tutorials/Howto's

Archive::Tutorials/Howto's Archive area for Tutorials/Howto's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #16  
Old 06-07-2004, 03:59 PM
Merq
Sarnak
 
Join Date: Jun 2004
Posts: 48
Default

Where?
__________________
- Merq -
Reply With Quote
  #17  
Old 06-07-2004, 08:08 PM
cloud2276
Fire Beetle
 
Join Date: May 2004
Posts: 19
Default

Having same issue, everything compiled perfectly, got everything running with no errors, but when I went to run everquest, and after i typed eqemu:eqemu for username:password, and hit login, it just crashes to desktop. What now? And what do you mean by bad IP or port? they are local, should that matter?
Reply With Quote
  #18  
Old 06-07-2004, 08:18 PM
Merq
Sarnak
 
Join Date: Jun 2004
Posts: 48
Default

Man I wish this would be answered so I could play already :(
__________________
- Merq -
Reply With Quote
  #19  
Old 06-08-2004, 12:45 AM
Pyrix
Sarnak
 
Join Date: May 2004
Location: Germany
Posts: 68
Default

tried to "insert" account eqemu ?
Reply With Quote
  #20  
Old 06-08-2004, 03:10 AM
sianyde
Sarnak
 
Join Date: Jun 2004
Posts: 92
Default

Quote:
Originally Posted by Merq
Everything is up and running and error-free, but when I type in eqemu:eqemu for login:password, it just closes EQ. Any reason why?
Is there a space at the end of the line in miniloginaccounts.ini?

It should read, "localhost eqemu eqemu_", where that underscore represents a space.
Reply With Quote
  #21  
Old 06-08-2004, 03:13 AM
sianyde
Sarnak
 
Join Date: Jun 2004
Posts: 92
Default

Quote:
Originally Posted by cloud2276
Having same issue, everything compiled perfectly, got everything running with no errors, but when I went to run everquest, and after i typed eqemu:eqemu for username:password, and hit login, it just crashes to desktop. What now? And what do you mean by bad IP or port? they are local, should that matter?

Read my response to Merq regarding the space in the file.

Ports do matter. Even though you are connecting to your local machine, you still need to listen and connect to the correct ports. post your loginserver.ini and boot5zones.bat.
Reply With Quote
  #22  
Old 06-08-2004, 03:16 AM
Pyrix
Sarnak
 
Join Date: May 2004
Location: Germany
Posts: 68
Default

minilogin ist listening on 5999
Reply With Quote
  #23  
Old 06-08-2004, 03:29 AM
sianyde
Sarnak
 
Join Date: Jun 2004
Posts: 92
Default

Quote:
Originally Posted by Pyrix
plz post ur world.exe output !
I'll post all the outputs

minilogin.exe output:

loginserver.ini read.
miniloginaccounts.ini read.
server mode: standalone
loginserver listening on port:5999
-----------------------

world.exe output:

[status] current_world_version: eqemu 0.5.7-DR4
[status] loading variables...
[status] losfing zones...
[status] items...
[status] emusharemem loaded
[status] loading items from database count=28731, max=69304
[status] ./loginserver.ini read.
[status] loading guild ranks...
[status] loading ./addon.ini...
[status] loading eq time of day...
[status] renoot zone modes ON
[status] deleted 0 stale player corpses from database
[status] deleted 0 stale player backups from database
Breaking bards....done
TCP listening on: localhost:9000
World Server listening on: localhost:9000
connected to loginserver: localhost:5999
------------------------------------------
notice that, in this instance, the chatserver didn't connect, whereas it does when i connect to eqemulator.net login

zone.exe

[status] current_zone_version: eqemu 0.5.7-DR4
[status] loading variables
[status] loading zone names
[status] loading items
[status] emusharemem loaded
[status] loading npcs
[status] loading npc faction lists
[status] loading loot tables
[status] loading doors
[status] loading doors from database...
[status] fileloadspdat<> loading spells from ./spellus.txt
[status] fileloadspdat<> spells loaded: 5415
[status] loading guilds
[status] loading factions
[status] loading corpse timers
[status] loading what ever is left
[status] loading commands
[status] 161 commands loaded
[status] entering sleep mode
connected to worldserver: localhost:9000
Reply With Quote
  #24  
Old 06-08-2004, 05:12 AM
cloud2276
Fire Beetle
 
Join Date: May 2004
Posts: 19
Default

Here's my minilogin output:
Microsoft Windows XP [Version 5.1.2600]

LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999

Heres my world.exe output

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR4
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Connected to LoginServer: 127.0.0.1:5999

and finally, one of my boot5zones.bat outputs

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR4
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5415
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 161 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000

hmm, well, the command warnings are the only difference between your zone.exe and mine, how do i fix that? i did a world add user name password 250. That just might be the issue.
Reply With Quote
  #25  
Old 06-08-2004, 05:49 AM
Pyrix
Sarnak
 
Join Date: May 2004
Location: Germany
Posts: 68
Default

try to change the "localhost" in *.ini and *.bat files to "127.0.0.1"
Reply With Quote
  #26  
Old 06-08-2004, 07:02 AM
cloud2276
Fire Beetle
 
Join Date: May 2004
Posts: 19
Default

That was the first thing I tried, still no go, its just strange to me that on the boot5zones.bat that he got no command defaulting errors like I did, I followed the guide exactly. could that be causing that?

Here is all my .ini files as of now:

db.ini:
[Database]
host=127.0.0.1
user=eqemu
password=eqemu
database=eq
compression=off

Loginserver.ini:
# READ README.TXT
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=blah blah blah
worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[chatchannelserver]
chatserver=127.0.0.1

Miniloginaccounts.ini:
127.0.0.1 eqemu eqemu_<-the space is there

Thanks for all the help.

oops, heres my boot5zones.bat too

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

if NOT exist spells_us.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls

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

REM:---------------END------------------------
Reply With Quote
  #27  
Old 06-08-2004, 07:28 AM
Merq
Sarnak
 
Join Date: Jun 2004
Posts: 48
Default

Quote:
Originally Posted by sianyde
Quote:
Originally Posted by Merq
Everything is up and running and error-free, but when I type in eqemu:eqemu for login:password, it just closes EQ. Any reason why?
Is there a space at the end of the line in miniloginaccounts.ini?

It should read, "localhost eqemu eqemu_", where that underscore represents a space.
Well NOW it says trying to connect to server, but then says check your internet connection. EVerything connects and listens, but now it just can't connect to my computer. Any reason why? =(

I'm referring to when you press "Login" in EQ, that's where it says connecting, then doesn't work.
__________________
- Merq -
Reply With Quote
  #28  
Old 06-08-2004, 02:33 PM
Vinamuss
Fire Beetle
 
Join Date: May 2004
Posts: 13
Default ,,,,,,,,,,,,

yeah im just kinda curious WHY when i do this and try and get on eqgame.exe crashes??????????!!!!!!!!!!!!! lol.. any help is appreciated
Reply With Quote
  #29  
Old 06-08-2004, 02:48 PM
sianyde
Sarnak
 
Join Date: Jun 2004
Posts: 92
Default

Quote:
Well NOW it says trying to connect to server, but then says check your internet connection. EVerything connects and listens, but now it just can't connect to my computer. Any reason why? =(

I'm referring to when you press "Login" in EQ, that's where it says connecting, then doesn't work.
Now you're where I am. When you get that part of the problem fixed, let me know =)
Reply With Quote
  #30  
Old 06-09-2004, 07:24 AM
Virus11
Discordant
 
Join Date: May 2004
Posts: 311
Default

Quote:
Originally Posted by Virus
You posted your password on db.ini, I edited it for you, so don't worry. Not smart to use your real db.ini with everything showing :-p
That was towards Pyrix.
__________________

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:10 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