Taperssection.com
Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: DMBprez on June 14, 2007, 08:16:21 PM
-
Anyone else have issues downloading this, I even used the alternative method that is listed on the FLAC website. Still no dice :(. Anytime I go to open the program, I get this error:
"Component MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file missing or invalid."
So confused, just really want this to work :(.
Any help is greatly appreciated. Cheers.
-
This might help... (for XP, but may work for Vista too ???)
http://www.majorgeeks.com/faqshow.php?id=8
Component MSCOMCTL.OCX or one of its dependencies not currently registered ...
Sometime certain Microsoft Libraries can become unregistered when installing and uninstalling a lot of software. One very common problem is the MSCOMCTL.OCX.
To correct the error, first search your drive for MSCOMCTL.OCX to see if you have it. If not you can download it from http://www.majorgeeks.com/files/mscomctl.zip
The file should be placed in your C:\WINDOWS\SYSTEM directory. Or, if you are C:\WINDOWS\SYSTEM32 if you are using WinXP.
Once it is there click START--> RUN and type "REGSVR32 MSCOMCTL.OCX" (No quotes) in the box.
That should fix the problem.
-
Got it downloaded, went to run it, and got this error...
0x8002801c
-
I tried this on XP and it worked. I did not have the file initially.
I can't help you with Vista because I don't have experience with it.
Maybe try uninstalling Flac Frontend and reinstalling again (?)
-
HM, no dice.
Thanks for your help anyway.
Do you know of any good programs other than Frontend to go from wav->FLAC?
-
I was able to install 1.1.4b just a few minutes ago by jumping through the following hoops. Vista basically thinks all actions are being done without administrator rights (its for your own safety) so you need to tell it your the admin
It seems that there is some quirks sometimes with regsvr32.exe and Vista. Try the following
1. Rightclick "Command Prompt" under : Start Menu => Programs => Accessories.
2. Select "Run as Administrator"
3. Type the following and press return : regsvr32.exe mscomctl.ocx
Now try to re-install the FLAC installer.
-
Download FLAC 1.1.3 from mikewren.com and it will install fine. Then install the 1.1.4 over 1.1.3. You should be good to go after that....
-
HM, no dice.
Thanks for your help anyway.
Do you know of any good programs other than Frontend to go from wav->FLAC?
See the downloads page. There is a section there for windows.
http://flac.sourceforge.net/download.html
-
Download FLAC 1.1.3 from mikewren.com and it will install fine. Then install the 1.1.4 over 1.1.3. You should be good to go after that....
yes exactly, I installed the 1.1.3 than installed 1.1.4 and all was well.
I just "assumed" for whatever reason the file was not included in the flac frontend in that edition...
-
I use traders little helper with vista and it works just fine.
h4nk3f4n
-
I was able to install 1.1.4b just a few minutes ago by jumping through the following hoops. Vista basically thinks all actions are being done without administrator rights (its for your own safety) so you need to tell it your the admin
It seems that there is some quirks sometimes with regsvr32.exe and Vista. Try the following
1. Rightclick "Command Prompt" under : Start Menu => Programs => Accessories.
2. Select "Run as Administrator"
3. Type the following and press return : regsvr32.exe mscomctl.ocx
Now try to re-install the FLAC installer.
That got it to work. Thanks so much to everyone :).
Cheers.
-
Glad to hear it worked for ya. Its trying to be safe for the morons that don't know what there doing but its also kind of a PITA.
Nick
-
So, I can decode, from FLAC-> Wav.
But Encode will not work, it pops the black window up quickly and then dissapears.
Any ideas..? :(
-
Try to run flac from the command line and tell us what happens when you try to encode.
flac --help (if you need help with parameters)
-
Download foobar2000. It will convert back and forth between a variety of formats, play music, rip CD's, burn CD's, catelog and label. foobar2000.org.
Cheers
-
Try to run flac from the command line and tell us what happens when you try to encode.
flac --help (if you need help with parameters)
How do I go about doing this?
Sorry, I'm semi computer illiterate.
-
Try to run flac from the command line and tell us what happens when you try to encode.
flac --help (if you need help with parameters)
How do I go about doing this?
Sorry, I'm semi computer illiterate.
Flac is a console program. To run it in XP, you go to Start->Run, then in the edit box type "cmd" and press enter.
A black window will open up with a prompt. You can type commands into this window. Like, for example DOS commands like dir, and copy. You can also run programs by typing the name of the program.
The prompt usually shows you node on the file system where you are now.
If Flac is installed, you should just have to type "flac filename" and press enter.
You must specify the full path to the file if it is not in the local folder.
So, it might be easier just to navigate to where the file is on the file system.
Use "cd foldername" to navigate the file system.
Use "cd \" to go to the top level
"dir" will show you a list of files in the folder.
Another trick you can do with the console window is to drag files into it.
Try it. Type flac, and then a space. Then locate a file with the GUI and drag it into the window. Then press enter.
Flac front-end is a GUI application which accepts mouse clicks and allows you to browse to locate files. When you press the encode or decode buttons, it runs flac in it's own console window.
(Again, my experience is with XP and prior versions of windows. With Vista you will need to run as Adminstrator)