Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::GeorgeS's Tools

Development::GeorgeS's Tools A forum just for GeorgeS's tools

Reply
 
Thread Tools Display Modes
  #1  
Old 11-11-2011, 01:10 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

GeorgeS, I sent you an email with my items table attached.
Reply With Quote
  #2  
Old 11-11-2011, 01:12 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Also, I have created a beta version with the music deleted. unrar and replace and see if this works

http://georgestools.eqemulator.net/eqitems.rar


George

Thanks for the table. I'm on it now
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #3  
Old 11-11-2011, 05:47 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

GeorgeS, thanks for trying to fix the connection problem.....the beta version with no music still gives the same connection error.
Reply With Quote
  #4  
Old 11-11-2011, 09:12 AM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

Same connection error no matter what I do.
__________________
Expletus / Volgar
Reply With Quote
  #5  
Old 11-11-2011, 01:49 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Ok that's real bad. So far nothing I tried works. Schema that blackdragonsdg gave me is identical to mine, so it therefore has to be something with the version of mysql or the odbc connection/drivers.

Also, just realized this - the only version of the ODBC drivers that I know work 100% are the ones from my site. Make sure you're using that one.

Next, just to be sure, this beta version has a new splash screen with a connection status. I am guessing it states connection is a sucess?
-- Does the main program load ok but when you hit search, does it crash right there or just after the grid populates first with items?

So the last resort is to make a test version for you guys that logs every code branch to a log file. I will work on that tonight.

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #6  
Old 11-11-2011, 02:24 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Both the normal version and beta version of the items editor give the connection error right after the program is launched and stops right there. There is no splash screen or anything else displayed.

The npc loot editor will give the connection error then once i click ok it will load the splash screen. Splash screen displays the graphics fine and in the top right hand corner says Music DLL Failed. Error Not Fatal! and afterwards I can load into the program and hit search and it says the failed connection stuff again and then Run-time error '91': Object variable or With Block variable not set.
Reply With Quote
  #7  
Old 11-11-2011, 10:52 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Another very similar program with a similar startup is the merchant editor. Does it run ok?
I think if it does, then I have a solution to fix the program tonight.

George
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 11-11-2011 at 11:05 PM..
Reply With Quote
  #8  
Old 11-12-2011, 03:32 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Are you talking about the merchant editor inside the npc_loot_editor or is there another one I am not aware of?
The merchant editor that is launched from within the npc_loot_editor gives the same connection error as the other tools and crashes with the same run-time error 91 that is mentioned above.
Reply With Quote
  #9  
Old 11-12-2011, 12:46 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Sorry, the old version of the tool - try this
http://georgestools.eqemulator.net/Merchant_Editor.zip

If this does not work, then this pretty much makes all tools that access the DB not working.
Can you zip up your db.ini or paste it here - just modify the password, but otherwise I would like to check it.

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #10  
Old 11-12-2011, 01:14 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

They all don't work now on latest releases.

Had to use old version for someone else who uses them (Ashes) .

Reply With Quote
  #11  
Old 11-12-2011, 02:36 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

I uploaded a full beta with error logging

http://georgestools.eqemulator.net/eqitems.rar

Updated the db.ini -- please use this and only this in the file, and modify the credentials to yours.
Code:
host=localhost
user=root
password=eqemu
database=peq_2022
everquest_folder=c:\Underfoot_Steam
What I need if for each of you to paste the contents of the logfile.txt in root folder of this tool. Also, what version does work?

Thanks -GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #12  
Old 11-12-2011, 06:27 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Quote:
Originally Posted by GeorgeS View Post
I uploaded a full beta with error logging

http://georgestools.eqemulator.net/eqitems.rar

Updated the db.ini -- please use this and only this in the file, and modify the credentials to yours.
Code:
host=localhost
user=root
password=eqemu
database=peq_2022
everquest_folder=c:\Underfoot_Steam
What I need if for each of you to paste the contents of the logfile.txt in root folder of this tool. Also, what version does work?

Thanks -GeorgeS
This won't even launch. I get Run-time error '53': File not found. It doesn't even specify which file it can't find.
Reply With Quote
  #13  
Old 11-12-2011, 06:16 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Quote:
Originally Posted by GeorgeS View Post
Sorry, the old version of the tool - try this
http://georgestools.eqemulator.net/Merchant_Editor.zip

If this does not work, then this pretty much makes all tools that access the DB not working.
Can you zip up your db.ini or paste it here - just modify the password, but otherwise I would like to check it.

GeorgeS
This worked perfectly.
Reply With Quote
  #14  
Old 11-12-2011, 06:50 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Oh, I think it needs an empty text file called logfile.txt in root folder where the exe runs from.

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #15  
Old 11-12-2011, 08:32 PM
Psiodon
Fire Beetle
 
Join Date: Feb 2010
Posts: 8
Default

creating log entry
Identified user:root
Identified database:peq
Identified host:localhost
Identified everquest_folder:c:\EverQuest\
Completed getting user info
credential output to screen ok
Call to ODBC open connection started
Call to ODBC open connection failed
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 06:47 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