v3.05
I created an icon in GIMP which works correctly in VB6 (that's from 1998), Windows XP and Windows 10. NSIS fails at loading this icon:
Icon: "images\test_icon.ico"
Error while loading icon from "images\test_icon.ico": can't open file
Icon created using GIMP-2.10.18 using default .ico export options, except I disabled compression.
Using:
Same with even a simpler icon, just 3 small layers:
Argh, nevermind! Invalid path. Had to use
"..\images\icon.ico"With the correct path, the icon works correctly.
Issue can be closed as invalid.
For future reference:
can't open file=Can't find/open the file.
unable to read header from file=Can't read from the file.
invalid icon file=Not a valid Windows icon