NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) ZTools and UltraXMLTV v
« Previous 1 2 3 4 5 … 12 Next »
comdlg32.ocx not found in vista 64bit ultra xmltv

 
  • 0 Vote(s) - 0 Average
comdlg32.ocx not found in vista 64bit ultra xmltv
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#1
2008-03-10, 05:10 PM
i downloaded the ocx and dll files from the wiki and ran that batch file but they dont seem be getting reged with regsvr32 /s in vista 64bit os. got any ideas? trying to get ultra xmltv to start.
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#2
2008-03-10, 06:58 PM
jjaomni Wrote:i downloaded the ocx and dll files from the wiki and ran that batch file but they dont seem be getting reged with regsvr32 /s in vista 64bit os. got any ideas? trying to get ultra xmltv to start.

I believe you have permission problems. I will bet that the batch file must be run as administrator. I don't know if regsvr32, which is called in the bat, will inherit permissions... Another Vista user may be able to help.

Gawd I hope it's not a 64 bit problem...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
kainat
Offline

Member

Posts: 76
Threads: 8
Joined: Jan 2008
#3
2008-03-10, 08:16 PM
You will probably have to run command prompt as the administrator then you have to type regsvr32 c:\EPG\comdlg32.ocx and it will register. I am assuming that c:\EPG is where the file is.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#4
2008-03-10, 08:52 PM
To prevent DLL (and ocx) hell, I suggest opening the instal batch file to read... and copying the ocx and dll into the paths that are specified. These are totaly legimate licensed files that are the latest and last version, and should reside in the windows system32 dir...

You could also open the cmd in admin, and copy paste the code from the batch file into the command window (assuming you have quick edit enabled)
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#5
2008-03-11, 08:59 PM
okay i removed the /s from the bat file and ran it. it's says is succeded to register about 2 of the files but it can't find the 32.ocx files.
sccrrun.dll succeeded
mscomctl.ocx succeeded
the rest could not find the module.
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#6
2008-03-11, 09:32 PM (This post was last modified: 2008-03-11, 09:59 PM by zehd.)
jjaomni Wrote:okay i removed the /s from the bat file and ran it. it's says is succeded to register about 2 of the files but it can't find the 32.ocx files.
sccrrun.dll succeeded
mscomctl.ocx succeeded
the rest could not find the module.

Don't use the batch file. It's obviously not working for you.

Have you copied all the files manually into Windows/System32 ? Were there overwrites?

Now open a cmd in admin privs and change to the windows/system32 folder.

and for each of the files in the list type:

Code:
regsvr32 tabctl32.ocx

etc...

If you have success on all files, then try enhancer...

edit: others are having trobles too
http://community.macrovision.com/archive...67373.html

another solution was for people to unregister first then register (the /s switch means silent and you can use it)

example
regsvr32 /u /s msflxgrd.ocx


Or copy the attached file into your Windows/System32 folder along with all the files in the zip. You need to rename the attached file to remove the.txt extension and only be a .bat

Again, open cmd WITH admin privs, and change to the Windows?System32 folder. run zinstall.

Now you WILL get errors. That's cause there are files that don't exist. But you should get a success on all the files from my zip
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#7
2008-03-12, 02:43 AM
I copied them all into the system32 dir and ran a cli with admin rights with regsvr32 COMDLG32.OCX and it still says module can't be found

from http://msdn2.microsoft.com/en-us/vbasic/ms788708.aspx

64-Bit Windows

Visual Basic 6.0 runtime files are 32-bit. These files ship in 64-bit Windows Operating Systems referenced in the table below. 32-bit VB6 applications and components are supported in the WOW emulation environment only. 32-bit components must also be hosted in 32-bit application processes.

The Visual Basic 6.0 IDE has never been offered in a native 64-bit version, nor has the 32-bit IDE been supported on 64-bit Windows. VB6 development on 64-bit Windows is not and will not be supported.
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2008-03-12, 02:45 AM
jjaomni Wrote:I copied them all into the system32 dir and ran a cli with admin rights with regsvr32 COMDLG32.OCX and it still says module can't be found

from http://msdn2.microsoft.com/en-us/vbasic/ms788708.aspx

64-Bit Windows

Visual Basic 6.0 runtime files are 32-bit. These files ship in 64-bit Windows Operating Systems referenced in the table below. 32-bit VB6 applications and components are supported in the WOW emulation environment only. 32-bit components must also be hosted in 32-bit application processes.

The Visual Basic 6.0 IDE has never been offered in a native 64-bit version, nor has the 32-bit IDE been supported on 64-bit Windows. VB6 development on 64-bit Windows is not and will not be supported.

THere's your answer. If you can get WOW working...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
OPaul
Offline

Member

Posts: 80
Threads: 20
Joined: Mar 2006
#9
2008-07-09, 12:28 PM
I'm having this same issue on XP 64bit. What do you mean by get WOW working? Isn't it always running in the background?
OPaul
Offline

Member

Posts: 80
Threads: 20
Joined: Mar 2006
#10
2008-07-09, 12:36 PM
Figured it out. In XP 64 bit at least, the 32 bit dlls are stored in \Windows\SysWOW64 and NOT \Windows\system32 (which is a little confusing). So after moving my files and batch file over there and running, everything registered fine.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ultra 2: online check fails zehd 0 2,113 2009-07-17, 05:23 PM
Last Post: zehd
  Newbie with Ultra Renamer question / problem whitney 1 2,445 2009-03-12, 07:05 AM
Last Post: zehd
  Vista and ZProcess Bobins 1 1,965 2009-01-21, 10:33 PM
Last Post: zehd
  Ultra: New features ??? zehd 2 1,995 2008-12-12, 05:05 AM
Last Post: carpeVideo
  ZProcess "76 Path not found" errors - sigh! hockeyrink 65 17,471 2008-09-21, 10:22 AM
Last Post: antp
  Zprocess2.exe -run-time error '76' Path not found jaroslaw 29 12,496 2008-04-04, 04:47 PM
Last Post: zehd
  Ultra Manager: 53: file not found Torquewrench 5 2,494 2008-03-09, 08:01 AM
Last Post: zehd
  ZSchedFix: File not found... zehd 49 17,447 2007-08-17, 01:54 AM
Last Post: zehd
  ZProcess install error : tabctl32.ocx not found Joer. 6 3,414 2007-07-20, 01:21 AM
Last Post: zehd

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode