Uninstaller Icon Error on NSIS Build of Trunk

For code related discussions and questions
Post Reply
natbob1
Trained
Trained
Posts: 37
Joined: 08 Oct 2009, 21:49

Uninstaller Icon Error on NSIS Build of Trunk

Post by natbob1 »

Error while building the NSIS installer for trunk:

Code: Select all

Processed 1 file, 1 command line command, writing output:
Adding plug-ins initializing function... Done!
Processing pages... Done!
Removing unused resources... Done!
Generating language tables... Done!
Generating uninstaller...
Error generating uninstaller icon: invalid icon size (possibly compressed icon) -- failing!
Error - aborting creation process
make[3]: *** [warzone2100-TRUNK.exe] Error 1
make[3]: Leaving directory `/home/user/warzone/win32/build/pkg/nsis'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/warzone/win32/build/pkg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/warzone/win32/build'
make: *** [all] Error 2
User avatar
Crymson
Trained
Trained
Posts: 289
Joined: 18 Mar 2010, 21:08

Re: Uninstaller Icon Error on NSIS Build of Trunk

Post by Crymson »

What build system you using?
natbob1
Trained
Trained
Posts: 37
Joined: 08 Oct 2009, 21:49

Re: Uninstaller Icon Error on NSIS Build of Trunk

Post by natbob1 »

Ubuntu 8.04 Server-
GCC: 4.3.3
NSIS: 2.43-1
make: 3.81-5
mingw32: 4.2.1
2 gHz processor and 494 mb of RAM.
I will try building with an earlier release of NSIS.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Uninstaller Icon Error on NSIS Build of Trunk

Post by cybersphinx »

Maybe a newer one? I have 2.46 here.
natbob1
Trained
Trained
Posts: 37
Joined: 08 Oct 2009, 21:49

Re: Uninstaller Icon Error on NSIS Build of Trunk

Post by natbob1 »

Thanks, I will have to take some time to dist-upgrade my Ubuntu release so that it can run the newer version.
Post Reply