PDA

View Full Version : Can't load NuMenu4u


denfert
12th January 2005, 12:05
when i launch NuMenu4U i have the following error:
runtime error 339
composant 'vbalcmdbar6.ocx' or one of his dependencies badly registered: file is missing or incorrect

sorry i translate from french in english

D3s7
12th January 2005, 15:05
Did you recently upgrade?

That error is usually caused by just grabbing the upgraded .exe instead of the full install.

There are several files that are installed during a full install.


I would suggest grabbing the full install and reinstall again, then upgrade to the latest .exe to see if that resolves your problem

denfert
12th January 2005, 16:29
it's the full install RC4 1.3

:(

i installed the last VB runtime too

but still doesn't work

D3s7
12th January 2005, 16:38
scan your machine for that ocx file....

also see if you have these two:
MSCOMCTL.OCX
ssubtmr6.dll

i believe the ocx files should be in the system32 directory of you rmachine and try to do this to the ssubtmr6.dll file "regsvr32 {path to file}\ssubtmr6.dll

denfert
12th January 2005, 17:02
i have these two file.

i tried regsvr32 ssubtmr6.dll and successfully registered
but still doesn't work

always the same error :(

i have windows XP pro SP1

D3s7
12th January 2005, 17:25
hrm.... that's troubling...

try downloading this:
http://www.vbaccelerator.com/home/VB/Code/Controls/Command_Bar/vbAccelerator_CommandBar_Control/VB6_CommandBar_Demonstration.zip

it's a demo from the author of that ocx.. if that works then it may be something else.. if not we know it's that ocx

denfert
12th January 2005, 17:54
same error

D3s7
12th January 2005, 17:58
ah.. so it's a problem w/ the component itself..... hmm....

I downloaded the source for that com and it appears it also links to stdole2.tbl

mine is version 3.50.5014.0 in the windows\system32 directory...

I also have version 1.1.0.3 of the ssubtmr - it could be you need a different version of either of those files if your build is older or even newer

debugging vb com components is a pain :)

let me know which you have and we'll see if we can go from there

Zeul
12th January 2005, 21:39
I wonder if the ocx hasn't been uncompressed properly during unzip. Enclosed is an uncompressed version. Install into system32 dir and register.

http://www.numenu4u.com/vbalCmdBar6.ocx

Zeul

D3s7
12th January 2005, 22:33
except the demo won't work either which should have it local....

could be though if it find the one in the system32 dir first

denfert
13th January 2005, 10:04
i have this file : stdole2.tlb and the version is 3.50.5014.0 too

and my version of ssubtmr is 1.1.0.3 too

denfert
13th January 2005, 10:16
Originally posted by Zeul
I wonder if the ocx hasn't been uncompressed properly during unzip. Enclosed is an uncompressed version. Install into system32 dir and register.

http://www.numenu4u.com/vbalCmdBar6.ocx

Zeul

thankssssss !!!!!!

it works. perhaps i had the bad version of the ocx.

but i installed at home too, and i have the same error.
maybe there is a problem in the installer.

:)

thanks to all.

Zeul
13th January 2005, 10:58
Glad it worked, but it is troubling that this has occurred, albeit the first time.