PDA

View Full Version : Problem running World.exe


Ingwor
01-23-2003, 12:52 PM
Hey guys,

I have been trying to make a Standalone local server using Minilogin. I have followed the 7steps guide and I find a problem.

Here comes:

On step 6
----------------
6.go to the start button and select run and type in cmd
this will open to the DOS prompt.
change directory to your eqemu directory(ex: cd eqemu)
This is the location of the world.exe file.
Type in the following:
world.exe flag eqemu 200
-----------------

I get this message when typing -> world.exe flag eqemu 200

[Database] block not found in DB.INI



Im using Windows XP
This is a Minilogin
Im using EQEmu 0.4.1


DB.INI

db.ini

[Database]
host=localhost
user=myusername
password=mypassword
database=eq


LOGINSERVER.INI

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Evertest
locked=false
account=
password=
worldaddress=localhost


[WorldServer]
Defaultstatus=
Unavailzone=


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



I would appreciate some help if anyone knows what could be the problem.

Thx in advance :)

Ingwor

Jeggred
04-10-2003, 02:42 PM
having the exact same problem, scouring the forums at present

Trumpcard
04-10-2003, 10:36 PM
Make sure theres no whitespace in the file... That can goof it up..

Jeggred
04-11-2003, 04:09 AM
yep, fixed it, thanks much. just waiting on the patch server to come back up now, so i can get my LAN on ;)

Mithotyn
05-03-2003, 05:31 AM
I checked the files for "white spaces" but there are none... this is what my file looks like...

Db.ini

# READ README.TXT!

[Database]
host=localhost
user=n/a
password=n/a
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

And it says the same as the guys above.
[Database] Block not found in DB.ini

I'am frustrated...
Please help out :)