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
  #16  
Old 11-09-2011, 11:21 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

This is not a mysql issue, as the queries are basic.

Do any of you get an error message at the bottom of the spalsh screen that says "Error in mp3 playing"?
That could be important and relatively easy to fix.


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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #17  
Old 11-09-2011, 11:53 AM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

"MUSIC DLL Failed. Not fatal!"

That shows in the top right of the splash screen after the first error box.
__________________
Expletus / Volgar
Reply With Quote
  #18  
Old 11-09-2011, 02:13 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

Yes I got that same error about music failing to play.
Reply With Quote
  #19  
Old 11-09-2011, 06:58 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

That's exactly what I hoped was going on. Now to figure out the dll issue..

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #20  
Old 11-10-2011, 10:56 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Ok here's the fix

make sure you have dll library quartz.dll in resources.
Next register it with the register bat file inlcuding this entry below -

regsvr32 quartz.dll

That will fix it.

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


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

still getting "MYSQL Connection FAILED! - Check DB.INI OR MyODBC Drivers not installed" and music dll showing failed on splash screen

psi
Reply With Quote
  #22  
Old 11-11-2011, 12:46 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

I still get the same connection error with both tools.
Reply With Quote
  #23  
Old 11-11-2011, 12:53 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Ok, are in running windows 7 or XP?

You should put quartz.dll in windows/system32/ to fix the music issue.
The exact error that should display is "Error in mp3 playing" - I hope you see that at least. It's looking for deaththeme.mp3 in your eq folder.
Now the program is designed to not fail when there's no music but should give a pop up after the splash screen indicating an error has occured but the program will continue without music.

Next the more likely issue -
Th issue may is with your items table, and not with your db.ini since the splash screen checks for a connection to mysql. You can tell it's ok when you see somewhere this text "RUNNING DBVERSION POP0700" or some version close to that. Also the splash screen will not appear.

This points to the items table. The next step to fix this is for you to export your items table as a sql, zip it up and send it to me. Make sure you have the create table included as well as the full inserts.

send it to me @ wizardportal@email.com.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #24  
Old 11-11-2011, 01:10 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

GeorgeS, I sent you an email with my items table attached.
Reply With Quote
  #25  
Old 11-11-2011, 01:12 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
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
  #26  
Old 11-11-2011, 05:47 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
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
  #27  
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
  #28  
Old 11-11-2011, 01:49 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
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
  #29  
Old 11-11-2011, 02:24 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
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
  #30  
Old 11-11-2011, 10:52 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
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
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:53 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3