PDA

View Full Version : eqitems not working


jumblebum
05-30-2013, 11:35 PM
I cant get eqitems to work for the life of me. I downloaded eqitems.rar and ODBC_DRIVERS.zip. I am running Win2008 R2 64-bit server. I followed all the instructions. I installed the mysql-connector-odbc-3.51.25-win32.msi. I registered all the .ocx files. After installing the ODBC drivers, I realized they were 32-bit...so I downloaded the 64-bit drivers from oracle and still wont work. I read through all the posts and tried everything that was suggested...
-Ran the register_ocx.bat
-Manually registered each .ocx (regsvr32 a.ocx , etc)
-Ran for %i in (*.ocx) do regsvr32 %i

Here is what I get....

eqitems -- Error in Connecting to the Database - perhaps a missing version field in Variables tables?

eqitems -- Run-time error '-2147024894 (800700002)': Automation error The system cannot find the file specified.

Logfile --
creating log entry
Identified user:root
Identified database:peq
Identified host:localhost
Identified everquest_folder:c:\EQ\
Completed getting user info
credential output to screen ok
Call to ODBC open connection started
Call to ODBC open connection created
Call to ODBC open connection string completed
Call to ODBC open connection open
Call to ODBC open recordset started
Call to ODBC open connection completed
Open RS with sql: SELECT value FROM variables WHERE varname='DBVersion'
Recordset version returned: 070_pop_cvs
Starting music: c:\EQ\deaththeme.mp3
Splash returned an error-connection fail
Splash request to load MAIN program started
Started Main ok
Started to read all init *.txt files
Started to read all init *.txt files - ok done
MAIN exectuted ok - Form Load done and exiting

db.ini --
host=localhost
user=root
password=xxxxxxx
database=peq
everquest_folder=c:\EQ

Any help would be greatly appreciated.

Kingly_Krab
05-31-2013, 11:40 AM
Dumb response, worked for me, turn music off?

jumblebum
06-02-2013, 06:14 PM
Thx...that worked.

GeorgeS
06-04-2013, 06:00 PM
Yes, sorry, that is the problem. Win 2008 server does not come with the all standard dll libraries.

GeorgeS

kestrall
10-29-2021, 09:46 PM
Thanks for the tip on turning the music off.