View Single Post
  #1  
Old 06-07-2003, 08:05 AM
chanmore
Fire Beetle
 
Join Date: Jun 2003
Location: Australia
Posts: 8
Default World.exe troubles (Item Data)

Hiyas,

Moving this to a new topic as the scenario has changed.

Well, I totally scrapped all previous mysql versions, eqemu versions and related foo.

Began from scratch, followed Devlor's walkthrough in tutorials.

Like most others, I got hit with the 1044 error initially.

Devlor's GRANT editting did not work for me(Nor it seems quite a few others), however, http://forums.eqemu.net/viewtopic.ph...highlight=1045 by Kalen worked just delightfully and solved that step.

So by this point, everything looking good and as it should be. All ready to rock.

Step 1: Fire up Minilogin - Success.
Step 2: Fire up world.exe - Oh hell, here comes the dramas again =)

Below we have the results I'm getting now.
[Attatched beneath are all the relevant files, even though I believe this could only be a mysql problem.]

~~~~~

D:\eqemu>world
Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load() failed error=120
Error: Could not load item data

~~~~~
[[Changed db.ini at this point so it reflected 127.0.0.1 instead of localhost, just incase that might have been the problem]]
~~~~~
D:\eqemu>world.exe
Using database 'eq' at 127.0.0.1
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load() failed error=120
Error: Could not load item data


~~--~~
Relevant data below. [PWD masked of course]
~~--~~

db.ini

[Database]
host=127.0.0.1
user=chanmore
password=*******
database=eq
compression=off

loginserver.ini

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

[WorldServer]
Defaultstatus=
Unavailzone=

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


miniloginaccounts.ini

localhost eqemu eqemu


~~~~~~~


So I've reached a dead-end once more, and would greatly appreciate any input from those higher up the sql hacking foodchain =)


Reply With Quote