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
  #76  
Old 08-06-2007, 01:44 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

The items table would take several gigs of memory - no way that can be loaded in and it may not run on older PC's. Also the MySQL should respond without lag at all, except for a few rare instances I've observed. There's no way to load in all data without a total rewrite - so sorry, not possible.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #77  
Old 08-07-2007, 01:00 AM
Xpeld
Fire Beetle
 
Join Date: Apr 2007
Posts: 9
Thumbs up clickys

I dont know if any 1 posted this as a bug yet , bit it seems when ya bring over clicky items into your toon , in game they dont work.
things with out charges , that shouldnt have charges , say they are out of charges + the ?right side items dont work .
and is there a way to make moveable mini windows for like the bankslots and bag area and such.
and i guess in my version the main window isnt adjustable?
just wondering if there was a way to make it scaleable .
other wise great job ! .
Reply With Quote
  #78  
Old 08-08-2007, 02:18 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

regarding click items -
Actually this is not a bug as far as I can tell because my editor creates the entries correctly. This may be something else. I've never got these to work either.

The window cannot be made sizeable - this is something I designed. Resize your desktop resolution for 1280x1024

The little areas which display bag contents are fixed bitmaps.
All these were designed to be that way - to not be moveable.

Remember to remove an item in inventory right click on it. To add an item you drag drop the description icon (top of page) to the empty slot. This is documented in the help

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #79  
Old 10-25-2007, 07:25 PM
FlitTastic
Sarnak
 
Join Date: Oct 2007
Posts: 34
Default

I cant get any of these tools to work for me. I enter the correct information in the db.ini and have installed the drivers. I still get the error message: Run-time error '339'; "Component 'a.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"
Reply With Quote
  #80  
Old 10-25-2007, 10:41 PM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

RTM... you need to register that file, which is in his README instructions on hwo to do that.
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote
  #81  
Old 10-26-2007, 05:40 AM
FlitTastic
Sarnak
 
Join Date: Oct 2007
Posts: 34
Default

I see no readme file in any of the folders nor anywhere for download on his page.
Reply With Quote
  #82  
Old 10-26-2007, 06:13 AM
FlitTastic
Sarnak
 
Join Date: Oct 2007
Posts: 34
Default

Ok, I scrolled down on his downloads page, did the regsvr32 thing, still get the error message.
Reply With Quote
  #83  
Old 10-26-2007, 01:43 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

In case you have not, install my MyODBC drivers then we'll go from there
That fixes 99% of all issues.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #84  
Old 10-26-2007, 03:28 PM
FlitTastic
Sarnak
 
Join Date: Oct 2007
Posts: 34
Default

Quote:
Originally Posted by FlitTastic View Post
I cant get any of these tools to work for me. I enter the correct information in the db.ini and have installed the drivers. I still get the error message: Run-time error '339'; "Component 'a.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"
The drivers from your website is what I downloaded.

Here is my db.ini file, is there something wrong in it?

host=localhost
user=root
password=bloody
database=ax_classic
everquest_folder=c:\Everquest
quest_folder=c:\EQEmu\quests

//everquest_folder this is for music during runtime. Leaving this to a dummy folder or Not adding this will not load music
//for example - everquest_folder=null

Last edited by FlitTastic; 10-26-2007 at 11:31 PM..
Reply With Quote
  #85  
Old 10-26-2007, 05:53 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

If you get the registration error about a.ocx , then this means the grid control didn't register correctly. What OS are you running and what tool is this. Try to register is manually going to start/run/cmd, set the correct path to the resources folder then type in regsvr32 a.ocx

if it worked, you should get a message indicating so.
see this picture
http://66.159.225.58/eqemu/register.jpg

There are other ocx's to register as well, but first give this a go.


I also made this test connection program. If it works then the problem is/was with the a.ocx. Give this a go and report back
http://66.159.225.58/eqemu/test_connection.zip

GeorgeS

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #86  
Old 10-26-2007, 09:58 PM
FlitTastic
Sarnak
 
Join Date: Oct 2007
Posts: 34
Default

Ok, I tried that and am now getting the error message:

"The module "a.ocx" was loaded but the call to DllRegisterServer failed with error code 0x80004005. For more information about this problem, search online using the error code as a search term".

I tried running a search with the error code and got a bunch of stuff that I dont understand (Alot of this is an alien language to me. lol).

Im running Windows Vista, and I get the error messages on any of your programs that im trying to use. Also, your connection tester: MYSQL connection SUCCESS.
Reply With Quote
  #87  
Old 10-27-2007, 04:33 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

See there's your problem - Vista. It's built it features prevent automatic registration.


>> Start - Programs - Accessories - Right click command prompt and run as administrator then register from the command prompt.

This was pulled from a few websites and seems pretty common.
When you have this figured out, please document the fix and send it to me so I can post it on my site.

BTW Here are the other files you need to register
regsvr32 DXAnimatedGIF.ocx
regsvr32 a.ocx
regsvr32 msdxm.ocx
regsvr32 MSCOMCTL.OCX
regsvr32 MSINET.OCX



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


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

Last edited by GeorgeS; 10-27-2007 at 12:36 PM..
Reply With Quote
  #88  
Old 10-27-2007, 04:59 AM
FlitTastic
Sarnak
 
Join Date: Oct 2007
Posts: 34
Default

Ok, now that makes me feel so stupid. That answer was so simple yet eluded me for quite a few days now. The only thing I did was run the register_ocx file in the resources file as administrator and now everything works. Took about a second to fix this problem once you figured it out. lol. Thank you very much : )
Reply With Quote
  #89  
Old 11-05-2007, 05:48 PM
happygreenelf
Fire Beetle
 
Join Date: Jul 2007
Posts: 11
Default

ok so i was also having the component 'DXanimatedGIF.ocx'or one of its dependencies not correctly registered: a file is missing or invalid.
So i followed the above posts and still i cant get it to work still getting the same error now some of your tools work fine just cant get this running . I would appreciate any help you can offer .
Reply With Quote
  #90  
Old 11-06-2007, 03:20 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Which tools work and which don't?
Is this using Vista or XP?

What error do you see when manually register the file using command.com, pointing to your folder then running regsvr32 DXAnimatedGIF.ocx

GeorgeS






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


http://www.georgestools.chrsschb.com//
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 04:19 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