EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::GeorgeS's Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=674)
-   -   I can't get any of GeorgeS tools to work (https://www.eqemulator.org/forums/showthread.php?t=34216)

Shadow33 09-20-2011 06:12 PM

I can't get any of GeorgeS tools to work
 
Im running windows 7 64 cant get none of the tools to work all pull errors bout files i tried cmd loading them in error bout them not loading missing .dll files and the exe pulls error 339 any clue to fixing them be sweet i have tried it all maybe im missing something.

lerxst2112 09-20-2011 06:59 PM

Open an administrator command prompt.
CD to the resources directory of the tool you are trying to run.
Type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.
You should get several dialog boxes saying the registration succeeded.

Shadow33 09-20-2011 08:47 PM

well i tried that this is what i get..........................
http://img1.UploadScreenshot.com/ima...6220465313.png

Shadow33 09-20-2011 08:59 PM

and heres what i get when i register them dose it on all tools
http://img1.UploadScreenshot.com/ima...6220583674.png

lerxst2112 09-20-2011 09:27 PM

That is not an administrator command prompt.

Shadow33 09-20-2011 09:33 PM

i did that and i get this on some ocx's when typed this window poped up and read this........this file dose not have a program associated with it for performing this action Please install a program or, if one is installed,create an association in the default programs contral panel. what ever that means is these files getting blocked some How ?

lerxst2112 09-20-2011 11:29 PM

You're doing it wrong. Go back and read my first post and follow the instructions exactly and it will work. The error message you're getting leads me to believe you are typing the ocx file name directly, and that is not what you should be doing.

Shadow33 09-21-2011 12:01 AM

ok i been typing it c:\diablo_items\resources\regsvr32 a.ocx just a exmp for u

trevius 09-21-2011 12:18 AM

Try just right clicking on the register_ocx.bat file and select "Run as administrator". That should be simple enough.

lerxst2112 09-21-2011 12:46 AM

The problem with right-clicking the batch file and running it as administrator is that the working directory won't be set properly so the files can't be found. It also doesn't always elevate the commands in the batch file properly.

The instructions I gave above are very simple. You just have to follow them and it will work.

Shadow33 09-21-2011 01:43 AM

will try it when i get up and leave a post btw i done did all that stuff not sure whats going on it works good on my xp pc but not windows 7 gotta be a hick some where

Shadow33 09-21-2011 02:02 AM

ok lerxst2112 i did as u asked and this is what i got

http://img1.UploadScreenshot.com/ima...6302014433.png

Shadow33 09-21-2011 02:25 AM

ok got 2-3 running on diablo items i get this Run time error 339 Component COMCTL32.OCX or one of its dependencies not correctly registered: a file is missing or invalid.

well i looked in folder and no COMCTL32.OCX is in the resource folder do i need to find that file or a replacment for it ?

GeorgeS 09-21-2011 10:19 AM

http://www.ocxdump.com/download-ocx-.../download.html

link to your ocx.

You installed the ODBC drivers?
http://www.georgestools.eqemulator.net/ODBC_DRIVERS.zip


Once you have this done, check the integrity of the ODBC connection to yor database via my tool
http://www.georgestools.eqemulator.n...connection.zip
This tool does not require any ocx's, and is a basic connection tester.

George

Shadow33 09-21-2011 04:05 PM

Thank you so much Fixed my problem now i have all your tools up and running.Make this a Hot Fix for your tools to help window 7 users.Thank you Guys

GeorgeS 09-22-2011 10:16 AM

Stickified..

threeflies 02-11-2012 05:43 AM

Quote:

Originally Posted by lerxst2112 (Post 203326)
Open an administrator command prompt.
CD to the resources directory of the tool you are trying to run.
Type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.
You should get several dialog boxes saying the registration succeeded.

Eureka !!!!

Finally the answer everybody has been looking for , works perfectly .

Thank you !!!

BosConan 04-18-2012 04:23 PM

Does not work for me
tried it many times re downloaded the tools run in admin cmd reg cmd and still get the same errors

When running in admin i get %i is not recognized as a internal or external command

lerxst2112 04-18-2012 06:27 PM

It's a built in dos command. If it isn't working it is because you did not type it exactly as shown or you are in the wrong directory when you did type it. You can copy/paste it to avoid confusion.

liquest 01-11-2013 03:08 AM

So ive seem to run into an issue here, Ive got all of the things downloaded, and when it comes to registering them all but msdxm.ocx fails to register. I open the CMD in admin from the folder itself, ive downloaded the ODBC_DRIVERS, i just cant seem to get this to work. Any suggestions?

wolfwalkereci 01-11-2013 06:39 AM

You are trying to run the bat file provided? That has never worked for me or anyone I have ever helped.
Someone else posted the fix on these forums which I have saved in the tools main folder. Not sure if this is what you tried but here it is.
Quote:

Edit this path to suit your needs,
open Command Prompt, then
cd C:\Everquest\EMU_Server\GeorgeTools\Diablo_Items\r esources
Press ENTER
for %i in (*.ocx) do regsvr32 %i
Press ENTER

GeorgeS 01-11-2013 03:37 PM

Although I am pretty sure, WinXP and Win7 work fine. Not sure about Win8 as I don't expect to use that OS. Also Win server OS's probably will fail as well.

GeorgeS

liquest 01-11-2013 04:19 PM

Kk, well i did something and got them registered. but now i get something saying 'error connecting to database, and that my ODBC drivers are not installed which they are.

GeorgeS 01-11-2013 09:42 PM

For which tool/s are you having trouble with?

G.

liquest 01-11-2013 09:49 PM

"Everquest Perl Quest Editor 1.2.5"
"Database Editing Tool Suite"

liquest 01-18-2013 03:04 PM

Sigh it's. still not working this is a bummer

Mariomario 02-14-2013 10:12 AM

Quote:

Edit this path to suit your needs,
open Command Prompt, then
cd C:\Everquest\EMU_Server\GeorgeTools\Diablo_Items\r esources
Press ENTER
for %i in (*.ocx) do regsvr32 %i
Press ENTER
I am currently running the 64bit version of Win 8 and I can confirm this works correctly in registering the .ocx files.

Unfortunately I am having trouble after running both item editor and NPC loot editor.

For the Item Editor it begins to load then
Quote:

Error in Connecting to the database - perhaps a missing version field in the Variables Table?
and then the program proceeds to load correctly. When i click start I get another error,
Quote:

Run-time error '-2147024894(80070002) Automation error The system cannot find the specified file
The NPC loot editor begins to load then
Quote:

Error in Connecting to the database - Did you register all the files?
But then proceeds to load correctly and accesses the zones with mobs. I know I registered all the files because I ran Lerxst's command and they all came back as successful, but Im just curious on why this would display. Perhaps because Im operating on Win8?

I know my DB.ini file is correct because the spell import/export tool works correctly as well, and the only difference between the two db.ini is one specifies the EQ folder path which I know is correct.

GeorgeS 02-26-2013 11:49 PM

Ok sounds like "logfile.txt" is missing in the folder

GeorgeS

Sinclipse 02-27-2013 06:34 PM

Hey George, I installed your tools on the computer, and tried running register_ocx as admin, and as normal, gave me 5 errors I navigated to the place where the files are (C:\Users\Sinclipse\Desktop\Tools\eqitems\resource s) and did the for '%i in (*.ocx) do regsvr32 %i' and it registered all the files, no errors no nothing, perhaps the register_ocx is bugged? Just wanted to give feedback.


THANKS FOR YOUR TOOLS THEY ARE AMAZING <3 <3 <3

GeorgeS 03-01-2013 08:06 PM

The register ocx file works only when you have sole account ownership, as an admin. It can work fickle at times..

GeorgeS

JerginsSoft 06-22-2013 08:00 PM

Hey, Just did a search to see if anyone else was having problems.

I'm trying to use this editor on AX Classic, and it seems the icons are all jacked up...

But I got it working using the above advice, with the command prompt, so its useable after turning off the sound.

Am I doing doing something wrong or is there something not compatible with AXClassic?

Gregk 10-18-2016 11:25 AM

Confirming that this worked. Administrator command prompt did the trick.

ChaosSlayerZ 01-26-2018 11:02 AM

NM - npc_editor seems to be working ;)

Tegila 04-03-2018 08:30 PM

installed these all recently, and while trying to make newer recipes (crescent reach tradeskill quests) with tradeskill_recipes I kept getting missing icons and it would crash.

So, I went and used someone else's tool to pull icons from my recently patched Live gamefolder, then another program to convert them from png to gif, and then changed all their names to fit the format he used. Everything works great.

I would be happy to share the fully updated icons folder I have for this if someone would point me to the best way to do so (I can't host it myself)

I used current patched live client, not the RoF2 client, so some icons may not work in game unless those client files also get hosted somewhere, but it gives a bigger selection to work with.

GRUMPY 04-03-2018 09:08 PM

Quote:

Originally Posted by Tegila (Post 258133)

I would be happy to share the fully updated icons folder I have for this if someone would point me to the best way to do so (I can't host it myself)

Google Drive is one (15GB Free) Also Dropbox is another.

Dryamzord01 07-17-2018 05:24 PM

to get to the resources folder and validate it well the cmd as I write it?

when I open the cmd in administrator I get C: \ WINDOWS \ system32> that I write next to get to the resource folder and validate it?

Dryamzord01 07-17-2018 05:37 PM

when i open the .bat, it only accepts me in registerserver in quartz.dll and accepts the msdxm.ocx, the other modules do not load

Dryamzord01 07-17-2018 06:27 PM

can not load the module, make sure that the binary file is stored in the specified path or debug it to check for problems in the bonial file or the dependent .DLL files can someone help me with this? not opening a cmd with administrator I can register the files, only the quartz.dll accepts me and I load the msdmx.ocx, the others do not

superpally1 12-26-2018 02:00 AM

This worked for me using windows 10.

Change the register_ocx.bat contents to this :

Code:

regsvr32.exe /u a.ocx
regsvr32.exe /u DXAnimatedGIF.ocx
regsvr32.exe /u imagelist.ocx
regsvr32.exe /u MSCOMCTL.OCX
regsvr32.exe /u VFmp3player.ocx
regsvr32.exe quartz.dll
regsvr32.exe /u MSHFLXGD.OCX

and then run the register_ocx.bat as admin


All times are GMT -4. The time now is 08:35 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.