PDA

View Full Version : Fixing VB runtime errors (Stealth Buyer, Pound Sniper, NQ II AP, etc.)



Soredavide
01-12-2012, 06:03 AM
For those of you who have pm'd me with this issue or those who have not pm'd but still get the error.
If you try to run a program and get a non descriptive Visual Basic error, try these steps.

"Failed to load ctlRipperWrapper...blab bla bla..."

On your computer, download and run this:

[Only registered and activated users can see links]


---MANUAL INSTALL---
The files you need:

[Only registered and activated users can see links]

For trainers only (if not already installed)
Flash Player ([Only registered and activated users can see links])

Instruction After Downloading the .ZIP File:

1)

Open the .ZIP file, then open the folder and move all of the files into your system32 folder (C:\Windows\System32)

IF YOU ARE RUNNING A 64-BIT COMPUTER (Check this by right clicking "My Computer" -> Select Properties and then a window will pop-up, it will tell you under "System type" near the middle) THEN YOU NEED TO DO THIS IN THE C:\Windows\SysWOW64 FOLDER!

2) Next up, go to Start, type "cmd" (Windows 8+, do this in the search), right click the icon and select RUN AS ADMINISTRATOR. A black console window should come up.

...and type regsvr32 "%systemroot%\System32\msinet.ocx" in the box OR change to SysWOW64 if you put the files there, for all

DO THIS FOR THESE ONES TOO:

regsvr32 "%systemroot%\System32\mswinsck.ocx"
regsvr32 "%systemroot%\System32\tabctl32.ocx"
regsvr32 "%systemroot%\System32\comdlg32.ocx"

Note: If you are not getting a successful register, chances are you have to right click the "Run" program and run as admin.
If you are still having the same issues try finding the missing ocx ([Only registered and activated users can see links]) here or dll here ([Only registered and activated users can see links])

wrath
02-11-2013, 02:19 AM
Well, I've ran into some problems helping others and of course on my own computer after a fresh install of Windows. So I thought I'd post a little bit more help in case anyone else has these issues. Particularly this post will cover the manual files section. I've put together the collection of OCX files so you don't have to manually download each one, and also written a batch file that should take care of the registering for you.

VB Files for 32-bit Machines ([Only registered and activated users can see links])

VB Files for 64-bit Machines ([Only registered and activated users can see links])

All you have to do is:
1. Download the link based on if you're a 32-bit or 64-bit user. (If you don't know, go to My Computer and then check your C: drive. If you see both Program Files and Program Files(x86) then you're 64-bit. If you just have Program Files, then you're probably 32-bit.)

2. Extract the files through Winrar or Winzip.

3. If you're 32-bit, you need to move all of the files that end in .OCX to C:\Windows\System32
If you're 64-bit, you need to move all of the files that end in .OCX to C:\Windows\SysWOW64

4. Double-click the file that ends in .bat (OCX32.bat or OCX64.bat depending on which you downloaded) and follow through the prompts.

When you're done, if the program still does not work, you may need to restart your computer, but otherwise you should be good to go at that point.

drd
07-14-2013, 12:55 AM
Wrath

Any chance you still have those batch files? Because the download links are broken and I'm having trouble registering MSINET.ocx for whatever reason.
I've used Soredavide's proxy tester within the last few days, today I try to run it and it says it's missing that file...

I've tried everything in the post and nothing seems to work...
When I ran %systemroot%\System32\msinet.ocx and it just outputs 'This system cannot execute the specified program."

Raj
07-14-2013, 01:26 AM
drd
[Only registered and activated users can see links]

Hope this helps :)

drd
07-14-2013, 01:54 AM
drd
[Only registered and activated users can see links]

Hope this helps :)

Totally worked, thanks :)

Young
05-29-2014, 02:43 AM
Can someone use team viewer to help me.....? = =
I put it in the system32 but I cannot install

Accelerator
05-29-2014, 03:41 AM
Can someone use team viewer to help me.....? = =
I put it in the system32 but I cannot install

Which error do you get?
Isn't it as easy as running in a command prompt or CMD as admin "regsvr32 msinet.ocx" (without quotes)(If you already have them in the system32 folder there's no need to put the "%systemroot%\system32" variable...)

kurt
06-01-2014, 06:23 AM
For those of you who have pm'd me with this issue or those who have not pm'd but still get the error.
If you try to run a program and get a non descriptive Visual Basic error, try these steps.

[Only registered and activated users can see links]

Full Installs
VB6 Runtime engine ([Only registered and activated users can see links])
Download and run the Microsoft VB6Sp6 ([Only registered and activated users can see links]) Runtime Engine

For trainers only (if not already installed)
Flash Player ([Only registered and activated users can see links])

Manual Installs (as Administrator)
msinet.ocx ([Only registered and activated users can see links])
mswinsck.ocx ([Only registered and activated users can see links])
tabctl32.ocx ([Only registered and activated users can see links])
comdlg32.ocx ([Only registered and activated users can see links])
richx32.ocx ([Only registered and activated users can see links])

Instruction For Manual Install

Copy or move all of the "Manual Install" files into your Windows or Winnt System32 directory.

Manually register
Click Start|Run and type regsvr32 "%systemroot%\System32\msinet.ocx"
Click Start|Run and type regsvr32 "%systemroot%\System32\mswinsck.ocx"
Click Start|Run and type regsvr32 "%systemroot%\System32\tabctl32.ocx"
Click Start|Run and type regsvr32 "%systemroot%\System32\comdlg32.ocx"
Click Start|Run and type regsvr32 "%systemroot%\System32\richtx32.ocx"

If you are still having the same issues try finding the missing ocx ([Only registered and activated users can see links]) here or dll here ([Only registered and activated users can see links])

Registering worked but I had to change the system32 to sysWOW64.


Well, I've ran into some problems helping others and of course on my own computer after a fresh install of Windows. So I thought I'd post a little bit more help in case anyone else has these issues. Particularly this post will cover the manual files section. I've put together the collection of OCX files so you don't have to manually download each one, and also written a batch file that should take care of the registering for you.

VB Files for 32-bit Machines ([Only registered and activated users can see links])

VB Files for 64-bit Machines ([Only registered and activated users can see links])

All you have to do is:
1. Download the link based on if you're a 32-bit or 64-bit user. (If you don't know, go to My Computer and then check your C: drive. If you see both Program Files and Program Files(x86) then you're 64-bit. If you just have Program Files, then you're probably 32-bit.)

2. Extract the files through Winrar or Winzip.

3. If you're 32-bit, you need to move all of the files that end in .OCX to C:\Windows\System32
If you're 64-bit, you need to move all of the files that end in .OCX to C:\Windows\SysWOW64

4. Double-click the file that ends in .bat (OCX32.bat or OCX64.bat depending on which you downloaded) and follow through the prompts.

When you're done, if the program still does not work, you may need to restart your computer, but otherwise you should be good to go at that point.

I downloaded the 64 bit one but the batch file wouldn't register the files and came up with this "The module "name" was loaded but the call to DllRegisterServer failed with error code 0x8002801c

For more information about this problem, search online using the error code as a search term."

I looked up the error code and ended up registering them manually.

Eliza
02-25-2015, 05:16 AM
I keep having the same error aswell.. is this windows 8 compatible?

Accelerator
02-25-2015, 05:24 AM
I keep having the same error aswell.. is this windows 8 compatible?

Yes, programs run in Windows 8/8.1...
Which error are you getting?

j03
02-25-2015, 07:05 AM
I keep having the same error aswell.. is this windows 8 compatible?

Read the first post of this topic and follow carefully. I use this to get programs working for people, and if you still can't get it to work then I'll do it for you if you PM me and we set everything up via TeamViewer.

Eliza
02-25-2015, 12:50 PM
Thanks for the quick reply! I managed to install what was needed. Now the program runs, I log in to clraik and then I get a white screen and my computer kind of slows down. It doesn't go any further than the white screen. I have to use task manager to turn it off :/ I hope I'm not doing anything stupid.

j03
02-25-2015, 03:02 PM
Thanks for the quick reply! I managed to install what was needed. Now the program runs, I log in to clraik and then I get a white screen and my computer kind of slows down. It doesn't go any further than the white screen. I have to use task manager to turn it off :/ I hope I'm not doing anything stupid.
Is your computer language set to English?

Eliza
02-25-2015, 04:55 PM
Yes.. English. :)

j03
02-25-2015, 06:21 PM
Yes.. English. :)

PM me if you're still having issues!

Skyn
03-23-2015, 11:34 AM
I get that Error : Component 'prjChameleon.ocx' or one of its dependencies not correctly registered: a file is missing or invalid

Any suggestion on what to do next to have it up running ?? Did everything with the install of the ocx and everything worked fine .. restarted cpu then this happen.

btw the file is in the folder as it's supposed to be !!

Edit : Nvm found out how it was affecting my program .. !! Thanks

Zachafer
03-23-2015, 07:15 PM
I get that Error : Component 'prjChameleon.ocx' or one of its dependencies not correctly registered: a file is missing or invalid

Any suggestion on what to do next to have it up running ?? Did everything with the install of the ocx and everything worked fine .. restarted cpu then this happen.

btw the file is in the folder as it's supposed to be !!

Edit : Nvm found out how it was affecting my program .. !! Thanks

For anyone else who experiences this error:

[Only registered and activated users can see links]

And run as admin.

Accelerator
03-23-2015, 07:23 PM
For anyone else who experiences this error:
[Only registered and activated users can see links]

I thought the link on ascentive's website was down? Shouldn't it be better if Joe edited the post with the one in the DLs section? :)

j03
03-23-2015, 07:26 PM
There is only one topic needed for any VB6 program issue and it is the only one stickied...

[Only registered and activated users can see links]

seriean
03-27-2015, 06:41 PM
Having difficulty trying to run this program. After successfully registering the .ocx AND running as admin, it gives me the error, "prjChameleon.ocx or one of its dependencies is not correctly registered: a file is missing or invalid".

Don't know if I did something wrong, but I have no idea what to do next.

Accelerator
03-28-2015, 12:54 AM
Having difficulty trying to run this program. After successfully registering the .ocx AND running as admin, it gives me the error, "prjChameleon.ocx or one of its dependencies is not correctly registered: a file is missing or invalid".

Don't know if I did something wrong, but I have no idea what to do next.

You're missing this (support.microsoft.com/en-us/kb/192461).

jermd23
03-29-2015, 07:34 PM
hey, i have a problem, as soon as i hit authorize account, it says run program, as soon as i click it, i get an error through windows and it shuts down.. anyone availabe to help me?

j03
03-29-2015, 07:38 PM
hey, i have a problem, as soon as i hit authorize account, it says run program, as soon as i click it, i get an error through windows and it shuts down.. anyone availabe to help me?

Get TeamViewer from Google and PM me your ID and passcode. It will let me connect to your screen and you can watch me do it all for you.

raptor_mama
09-12-2015, 11:38 AM
its saying Im not authorized...

Zachafer
09-12-2015, 12:24 PM
its saying Im not authorized...
Which program says you're not authorized?

John Cena
09-20-2015, 01:31 PM
Had problems with it saying it was outdated and something about a wrapper!
Downloaded the first download link and then reinstalled the programs, worked for me ^_^
Thanks so much!

Chickenator
12-24-2015, 09:19 AM
Problem with stealth for me is i run the steath buyer and my whole computer runs slowly,but only after i run the program.

alfa_romeo
02-12-2016, 12:59 PM
Just wanted to add something if anyone else is still experiencing problems after installing everything.

After fiddling with Majin SS, I found out why I couldn't get past the login screen. It was sending an "unknown error". After reading this short thread ([Only registered and activated users can see links]), I changed my password so that it didn't have any symbols. Fantastic, I can log in.

Then came the problem with the 2nd screen, where it would continually encrypt until the program would close itself (no error message). What I finally did was delete the files that were installed by the Ascentive Library file installer (in this case they installed in the syswow64 folder, not the system32 folder as the installer suggested it did), and just used the 64bit VB files that were in the second link.

I copied/pasted those files + zgate.dll into the syswow64 folder, and then slightly modified the .bat file to include prjChameleon.ocx so that all the files would register instead of me having to open cmd to register that single file (if you're unsure what I'm talking about, basically just copy/paste the 64bit .ocx files + zgate.dll into syswow64, run the .bat file, and register prjChameleon.ocx via cmd).

Everything works now.

EDIT: Make sure to also install Visual Basic 6.0.

EDIT2: Woops, ah if only I saw the below thread earlier, has all the steps you should take:

[Only registered and activated users can see links]

Doh!

xCarRadio
02-19-2016, 08:28 PM
I have the program installed, I go to log in with my Clraik info and it says I am not authorized. How can I fix this?

Sci_Girl
04-25-2016, 09:20 AM
I need help. I am so bad with installing computer files/programming stuff.

I apparently have a 64 bit Windows 10 computer. I downloaded the VB files, moved them to my particular download file that I keep my random downloads in, extracted the zip, moved those 4 .ocx files to SysWOW64. Tried to run the cmd as administrator, typed in exactly this regsvr32 "%systemroot%\SysWOW64\msinet.ocx" hit enter then it says "C:\WINDOWS\SysWOW64\msinet.ocx" is not recognized as an internal or external command, operable program, or or batch file". So did I mistype? I did put that space after regsvr32 is that an issue? and the "" marks just like the troubleshoot page had.

Update: I downloaded and installed the Stealth buyer. Copied and pasted the pjrchamelon and zgate to system 32. The program loads, have not tried running it yet. I have not been able to register those ocx files though. So will that still be an issue?

j03
04-25-2016, 11:04 AM
I need help. I am so bad with installing computer files/programming stuff.

I apparently have a 64 bit Windows 10 computer. I downloaded the VB files, moved them to my particular download file that I keep my random downloads in, extracted the zip, moved those 4 .ocx files to SysWOW64. Tried to run the cmd as administrator, typed in exactly this regsvr32 "%systemroot%\SysWOW64\msinet.ocx" hit enter then it says "C:\WINDOWS\SysWOW64\msinet.ocx" is not recognized as an internal or external command, operable program, or or batch file". So did I mistype? I did put that space after regsvr32 is that an issue? and the "" marks just like the troubleshoot page had.

Update: I downloaded and installed the Stealth buyer. Copied and pasted the pjrchamelon and zgate to system 32. The program loads, have not tried running it yet. I have not been able to register those ocx files though. So will that still be an issue?

Make sure you are right clicking the cmd and running as administrator. Also make sure you're putting the full path to register the files.

You can just download the program in our downloads to do this for you, though. It's mentioned before the steps to do everything manually.

Sci_Girl
04-25-2016, 11:13 AM
I got it to run and successfully buy a few items so I think I figured it out. Installing the stealth buyer, and the library file installer it all seemed to work.

Though, with the cmd as administrator, what is the definite correct path for my particular system? Windows 10 64 bit. I really do not know what the correct path is should I have to manually do it someday later for whatever reason.

Thanks :)

j03
04-25-2016, 11:29 AM
I got it to run and successfully buy a few items so I think I figured it out. Installing the stealth buyer, and the library file installer it all seemed to work.

Though, with the cmd as administrator, what is the definite correct path for my particular system? Windows 10 64 bit. I really do not know what the correct path is should I have to manually do it someday later for whatever reason.

Thanks :)

For 64bit you'll need to find the SysWOW64 folder. That's the only folder that the files need to go in for all (older) apps to run. It's usually under C:>Windows>SysWOW64

xCarRadio
06-28-2016, 05:21 PM
regsvr32 "%systemroot%\SysWOW64\mswinsck.ocx"
regsvr32 "%systemroot%\SysWOW64\tabctl32.ocx"
regsvr32 "%systemroot%\SysWOW64\comdlg32.ocx"




Edit: for the lazy people like myself :)

sandypointbeach
08-17-2016, 05:59 PM
I followed the instructions to the best of my ability, now I just get this message when i try to run it: "Component 'prjChameleon.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"

Aura
08-17-2016, 06:03 PM
I followed the instructions to the best of my ability, now I just get this message when i try to run it: "Component 'prjChameleon.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"

Are you right clicking on the program > Run as Administrator? Make sure you have the library files installed as well.

cryptic
04-03-2017, 01:58 AM
Thanks for the quick reply! I managed to install what was needed. Now the program runs, I log in to clraik and then I get a white screen and my computer kind of slows down. It doesn't go any further than the white screen. I have to use task manager to turn it off :/ I hope I'm not doing anything stupid.

i am having the same problem as above, any solutions?

xx_dreamless_xx
04-19-2018, 01:37 PM
I have followed everything to a T and still get this error message.

Edit: tried for the 4th time. Not sure what I was doing wrong the other times but it is working now.

LumosFoxx
07-18-2018, 11:21 PM
Hi, I've gone through this thread and all others I could find but I still can't run Stealth Buyer Pro, I keep getting a message saying the programme is offline :(
Any ideas? I've run through all troubleshooters, running it as administrator etc etc. Thanks!

j03
07-19-2018, 06:10 AM
Hi, I've gone through this thread and all others I could find but I still can't run Stealth Buyer Pro, I keep getting a message saying the programme is offline :(
Any ideas? I've run through all troubleshooters, running it as administrator etc etc. Thanks!

Restart your computer and if that doesn't work then you should disable your antivirus if it's running and potentially blocking the program.


Sent from my iPhone using Tapatalk

LumosFoxx
07-28-2018, 04:01 PM
Restart your computer and if that doesn't work then you should disable your antivirus if it's running and potentially blocking the program.


Sent from my iPhone using Tapatalk

Super late reply, I've tried this too but no luck as of yet ... At very least I can use the score sender and stealth core, which is awesome :D Thanks for the reply though! I appreciate it :D

blairpie
09-08-2019, 05:48 AM
I went through everything, installed this, installed that, manually installed that, command prompted everything, installed from windows microsoft website, restart my computer several times, moved files into sysWOW64, I could not get it to work- and I was frustrated because it was not giving me the option to run as administrator, as advised!
Well I didn't realize I had to move the file onto the desktop itself to get the option and it appears to be working now, now that I've done that and ran as administrator- though havent tested it out yet (: But its opened yay!

SadBoy
06-27-2020, 08:28 PM
j03 ~ you linked me to this thread and said to post screenshots of any errors, but i don't get any error messages, the program (s.core) just doesn't run once clicked+run as admin'ed :/

idk what the problem is, im sure i did the library files correctly last time, and have the most recent version of stealth core (and majin ss acts the exact same way)

j03
06-28-2020, 01:26 PM
@j03 ([Only registered and activated users can see links]) ~ you linked me to this thread and said to post screenshots of any errors, but i don't get any error messages, the program (s.core) just doesn't run once clicked+run as admin'ed :/

idk what the problem is, im sure i did the library files correctly last time, and have the most recent version of stealth core (and majin ss acts the exact same way)

I actually mentioned posting in the program support topic for whatever program you're having issues with. I didn't link you here... I still don't know which program(s) you're having trouble with. Can you please post in the right topic? Thanks.

Note: I see you mentioned SC/MAJIN. Those two don't need the library files. Only the latest .NET framework installed.