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 01-25-2002, 05:37 PM
nuncio
Fire Beetle
 
Join Date: Jan 2002
Posts: 8
Default DX8 broblem, im guessing?

Hello, first post. just ran across this emu today. so, i set up a server, and cant connect to it or any other server because i get this error as its about to load
Quote:
EQGAME caused an invalid page fault in
module EQGFX_DX8.DLL at 0167:012679d9.
with some registry dump junk after it.

info:
the game is hosted form a computer on a small LAN, running dhcp and PPoE form a linksys router.

therefore, the router has the external IP (i.e. 65.67.87.108 or whatever), but the computer itself has an internal LAN IP of 192.168.1.102. so, im not sure what to put in the boot5zones.bat, ive tried both, they both connect, and both show up on the gotfrags list of servers. it shows a poplulation of 5 in my server. so, i go to connect, and i get this error, whether i use the LAN IP or my routers IP.

heres a little list of some of the crap going on inside the world command prompt:
Quote:
1740004 Unkown opcode: 0xfb80 size:0
|
1740005 Unkown opcode: 0xfd80 size:0
|
1740006 Unkown opcode: 0xff80 size:0
|
1741005 Unkown opcode: 0xfcf0 size:0
|
1741006 Unkown opcode: 0xfec0 size:0
|
1741006 Unkown opcode: 0x1900 size:0
|
1761002 Unkown opcode:13601 size:2056
1761008 Unkown opcode:14625 size:2056
1792007 Unkown opcode: 0x9221 size:4
0000: B0 4B C6 D6 | .K..
1803000 New client from ip: 192.168.1.1 port:1135
Logged in: LS#817: nuncio
Sending list of guilds
1803003 Unkown opcode: 0x003f size:4
0000: F0 00 00 40 | ...@
1804000 Unkown opcode: 0x007f size:0
|
so, any ideas people? if im being dumb, im sorry. i just dont know what im doing.
Reply With Quote
  #2  
Old 01-26-2002, 02:12 AM
Nefarious
Fire Beetle
 
Join Date: Jan 2002
Posts: 18
Default

do you have direct x 8 installed?
__________________
<!||Nefarious||!>
"Just because I'm smart, doesn't mean i can't act stupid"
Reply With Quote
  #3  
Old 01-26-2002, 02:33 AM
nuncio
Fire Beetle
 
Join Date: Jan 2002
Posts: 8
Default

hi nefarious;

yes, i got that figured out. my desktop resolution was at 32bit, needed to be at 16bit to run the emu.

however, i am still having the problem of not being able to connect to my own server, whether i use my IP or LAN IP. im sure its because of my LAN.
so, anyone know a way to connect through a router running PPPoE and DHCP? i cant run any other way, since i have more than one computer and only one IP.

and to the creators of the EMU, great job.
Reply With Quote
  #4  
Old 01-26-2002, 06:36 AM
Zeitgeist
Discordant
 
Join Date: Jan 2002
Posts: 289
Default

nuncio, these are my configs from behind a linksys befsr41:

eqhost.txt:

[Registration Servers]
{
"192.168.1.101:5999"
}
[Login Servers]
{
"192.168.1.101:5999"
}

db.ini:

# READ README.TXT!

[Database]
host=localhost
user=username
password=password
database=eq

loginserver.ini:

[LoginServer]
loginserver=localhost
worldname=The Dreaming
locked=false
worldaddress=192.168.1.101
account=eqemu
password=eqemu

Boot5Zones.bat:

@echo off
start zone . 192.168.1.101 9001 localhost
start zone . 192.168.1.101 9002 localhost
start zone . 192.168.1.101 9003 localhost
start zone . 192.168.1.101 9004 localhost
start zone . 192.168.1.101 9005 localhost
exit
cls

this with the miniloginserver works. let me know if troubles persist!
__________________
gm-Zeitgeist
I WAS Diligently Working at the Next Board Title :p
webmaster godmonkey.com, dreamusher.com
Reply With Quote
  #5  
Old 01-26-2002, 07:17 AM
nuncio
Fire Beetle
 
Join Date: Jan 2002
Posts: 8
Default

hmm, this is what i get when i tied your settings:

Quote:
LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on port:9000
LoginServer connect: Connecting to the server failed. Error: 10061
New TCP connection: 127.0.0.1:1061
New zoneserver: #1 127.0.0.1:1061
Zoneserver SetConnectInfo: 127.0.0.1:1061: 192.168.1.102:9001
New TCP connection: 127.0.0.1:1062
New zoneserver: #2 127.0.0.1:1062
New TCP connection: 127.0.0.1:1063
New zoneserver: #3 127.0.0.1:1063
Zoneserver SetConnectInfo: 127.0.0.1:1063: 192.168.1.102:9003
Zoneserver SetConnectInfo: 127.0.0.1:1062: 192.168.1.102:9002
New TCP connection: 127.0.0.1:1064
New zoneserver: #4 127.0.0.1:1064
New TCP connection: 127.0.0.1:1065
New zoneserver: #5 127.0.0.1:1065
Zoneserver SetConnectInfo: 127.0.0.1:1065: 192.168.1.102:9005
Zoneserver SetConnectInfo: 127.0.0.1:1064: 192.168.1.102:9004
LoginServer connect: Connecting to the server failed. Error: 10061
i must be missing something, also, i dunno what the miniloginserver is.
Reply With Quote
  #6  
Old 01-26-2002, 10:03 AM
Zeitgeist
Discordant
 
Join Date: Jan 2002
Posts: 289
Default

yeah you are missing the minilogin server. download it from the site and run it BEFORE you run the world or zone server startups.

minilogin.zip
__________________
gm-Zeitgeist
I WAS Diligently Working at the Next Board Title :p
webmaster godmonkey.com, dreamusher.com
Reply With Quote
  #7  
Old 01-26-2002, 12:46 PM
nuncio
Fire Beetle
 
Join Date: Jan 2002
Posts: 8
Default

alright, i must be a total idiot. minilogin worked for me. world came up, connected, so did boot5zones, and um, then what?
eqw.exe opens up a page showing zero servers, so i must hae to use something else to login to my own server. what, exactly, do i use?

thanks for helpin the newb.
Reply With Quote
  #8  
Old 01-26-2002, 03:02 PM
Zeitgeist
Discordant
 
Join Date: Jan 2002
Posts: 289
Default

make sure your eqhost.txt is edited properly and that there are no spaces at the end of each line, that has been known to wreak havoc with the minils before=)

[Registration Servers]
{
"192.168.1.102:5999"
}
[Login Servers]
{
"192.168.1.102:5999"
}
__________________
gm-Zeitgeist
I WAS Diligently Working at the Next Board Title :p
webmaster godmonkey.com, dreamusher.com
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 11:18 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