PDA

View Full Version : DX8 broblem, im guessing?


nuncio
01-25-2002, 05:37 PM
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

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

Nefarious
01-26-2002, 02:12 AM
do you have direct x 8 installed?

nuncio
01-26-2002, 02:33 AM
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.

Zeitgeist
01-26-2002, 06:36 AM
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!

nuncio
01-26-2002, 07:17 AM
hmm, this is what i get when i tied your settings:

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.

Zeitgeist
01-26-2002, 10:03 AM
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 (http://prdownloads.sourceforge.net/eqemu/MiniLogin.zip)

nuncio
01-26-2002, 12:46 PM
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.

Zeitgeist
01-26-2002, 03:02 PM
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"
}