IconPackager Error

Install New Icons

After buying and installing IconPackager, I get the following error message when I download icons.  The error message appears after download and before install.

"Error:  Failed to load SDCZip.dll  Please reinstall the application to correct this problem."

Of course the downloaded icon package does not install.  SDCZip.dll is at C:\Program Files\Common Files\Stardock.  There are three files there.  SCCZip.dll, SDCZip64.dll, and odzip.dll.

I would appreciate help in resolving this issue.  Application doesn't do me much good if I can't download and install new packages.

Thanks.

lannwhl

10,864 views 18 replies
Reply #1 Top
I'm having the same damn problem. Can't get any of the icon packages to install the normal way. Have to extract them to a different folder and apply each one that way. Thats what i have been doing. Sucks tho.
Reply #2 Top
This is a real bummer. When I pay good money for something and it doesn't work properly, I get really, really angry. Hopefully someone can help us fix the problem.
Reply #3 Top
Just found the fix for the problem by doing a google search for sdczip.dll. The fix can be found at http://sd.stardock.com/mike/apps/fixup_sdczip.bat. Download and run the batch file to add an entry to your registry. It works. IconPackager now working beautifully.
Reply #4 Top
I am also having that problem! I've wondered what the hell it was but, I can't figure it out!
Reply #5 Top
I had to reinstall icon packer again after a harddrive wipe. While downloading iconpacker through the stardock central I got an error message near the end. At the point where it was applying install actions. The error was "Application path not found. Please run the application setup again to correct this problem". I clicked ok and it finishes, activates the product & then says successfully installed?
It then says, do you want to run the application?
I assumed from the error message it wanted me to uninstall & try reinstalling. I did this three times with the same error message each time & then it successfully finishes. IT seems to me a kind of contradiction. Please run the application setup again/ Sucessfully installed? Was it successful & if so, why the error in to run the application again?
I am afraid to just leave it in my computer like that. I do not want to have to reinstall windows again down the road because of it
.

Rick Downey
Reply #6 Top
I'm having the same problem to lannwhl, could you please explain how to do that FIX again? How do you download something to your registry?


LadyJ
Reply #7 Top
this is one of a few problems that I have brought to Frogboys attention...Hopefully they are working on it, but I havent heard anything yet!
Reply #8 Top

I'm having the same problem to lannwhl, could you please explain how to do that FIX again? How do you download something to your registry?


LadyJ
End of quote


http://sd.stardock.com/mike/apps/fixup_sdczip.bat. Download and run the batch file
End of quote


copy and paste this:

http://sd.stardock.com/mike/apps/fixup_sdczip.bat

once you click the browser's 'go' button - it's automatic
Reply #10 Top
I was having the same problem and I did download the fix. It worked for me and I'm glad it did. I was starting to wonder about the IP program.
Reply #11 Top
I am having the same trouble. I have purchased Icon Packager, and I get the same error message "Error: Failed to SDCZip.dll. Please reinstall the application to correct this problem." I have reinstalled the program itself, and also tried the http://sd.stardock.com/mike/apps/fixup_sdczip.bat option. Altho when clicking on that link, I just get a page that says:
@echo off

set url=http://sd.stardock.com/mike/files/sdczip.dll

echo Adding SDCzip value to registry . . .
reg add HKLM\Software\Stardock\ObjectDesktop /v SDCzip /t REG_SZ /d "%COMMONPROGRAMFILES%\Stardock\SDCzip.dll"
echo.
echo SDCzip value added to registry!
start "" /WAIT /D"%COMMONPROGRAMFILES%\Stardock" "%PROGRAMFILES%\Internet Explorer\iexplore.exe" "%url%"
pause


Yet I still cannot install new icon packages. Is there something I am doing wrong? I do not understand why I cannot install new icons into the program. If anyone can please help, I would greatly appreciate it.
Reply #12 Top
It looks like notepad is opening the bat file instead of running it.  Very odd.
Reply #13 Top
When I copy/paste the url into my address bar and click enter, just a page with that text comes up, and that's all that occurs. I'm beginning to worry that I spent $15 on a program I am unable to use for some reason, and I am not sure how I should proceed. (:(
Reply #14 Top
Copy the text from IE.
Open notepad
Paste the txt in.
Save as something.bat on your desktop
Double-click on it.

Reply #15 Top
Aaaah!! That's what I was doing wrong! I was using Firefox, but when i did it in IE, it worked perfectly. And now, the program seems to be running perfectly! Altho my PC locks up after i apply a new icon package and I have to restart, I am happy it works anyway.
Thank you so very much sincerely!! I greatly appreciate it! :)
Reply #16 Top

Hi everybody,

the patch works with FIREFOX as well.
Create a .txt file on your desktop. Let s say "Icon fix.txt" - Then open a window in Firefox and copy and paste the following:

@echo off

set url=http://sd.stardock.com/mike/files/sdczip.dll

echo Adding SDCzip value to registry . . .
reg add HKLM\Software\Stardock\ObjectDesktop /v SDCzip /t REG_SZ /d "%COMMONPROGRAMFILES%\Stardock\SDCzip.dll"
echo.
echo SDCzip value added to registry!
start "" /WAIT /D"%COMMONPROGRAMFILES%\Stardock" "%PROGRAMFILES%\Internet Explorer\iexplore.exe" "%url%"
pause

Now open the created fix icon.txt on your desktop - copy and paste the above text in it
(&eco off etc etc.

Close the .txt file - right click on it an change the name to "fix icon.bat" accept the message. When closed and renamed - double click on it - and it will work !

Id did on my laptop....

Greez

-thomi-
<
<
Reply #17 Top
I tried the batch file as well, no dice. Problem as it turned out was this batch file is assuming you need the 32bit DLL... However, Im on x64 and that's why it's telling me I need the SDCZip64.dll. It's no big problem however... just change the batch file to:

@echo off

set url=http://sd.stardock.com/mike/files/sdczip64.dll

echo Adding SDCzip value to registry . . .
reg add HKLM\Software\Stardock\ObjectDesktop /v SDCzip /t REG_SZ /d "%COMMONPROGRAMFILES%\Stardock\SDCzip64.dll"
echo.
echo SDCzip value added to registry!
start "" /WAIT /D"%COMMONPROGRAMFILES%\Stardock" "%PROGRAMFILES%\Internet Explorer\iexplore.exe" "%url%"
pause


I would assume this only works for x64 flavors of WindowsXP... haven't tried it on anything else. This fixed the problem for me, hope it helps others.
Reply #18 Top
I just wanted to let you guys know that after I installed the fix it worked for a little while and then it was back to the same error message. What I did was uninstalled the 3.20 version and went back to the 3.11 version and it's been working great. I haven't had the error yet.