fenix icon indicating copy to clipboard operation
fenix copied to clipboard

[Windows] Blank Icon

Open medokin opened this issue 10 years ago • 13 comments

image

medokin avatar May 05 '14 11:05 medokin

Windows 7?

coreybutler avatar May 05 '14 12:05 coreybutler

Sorry...

Yes, Win 7 Pro 64 Bit.

medokin avatar May 05 '14 12:05 medokin

OK - I'll look into it. This is probably a bug with an icon changer in the installer. Thanks.

coreybutler avatar May 05 '14 12:05 coreybutler

it also happens on windows 8.1

epifany edit: it may be a problem with windows' icons cache, to solve it you can run the following script without windows explorer running:

CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
EXIT

madcampos avatar May 16 '14 06:05 madcampos

Thanks @madcampos - I'll try this out.

I can't recreate the issue in Win 8.1 (which is what I developed Fenix on)... anything special about your install?

coreybutler avatar May 16 '14 11:05 coreybutler

Well... i think no, i can't think of any drastical change i've made to it... but the battle.net app icon is havving the same problem. they suggest to change it mannualy: http://www.blizzposts.com/topic/en/240487/battlenet-launcherexe-has-generic-white-icon-in-windows-8-taskbar it may have to do with the icon's index inside the .exe file... one possible sollution is to make a .lnk file that has the correct icon and then link to the .lnk file instead of the .exe file, as it will have the custom icon

madcampos avatar May 18 '14 08:05 madcampos

Same issue on my W7. I changed it manually to link to the good icons folder. Before it was linking to your own desktop install

fxbenard avatar May 22 '14 10:05 fxbenard

@fxbenard - thanks for mentioning that. That's an issue that's tough to find on a dev machine when you think it's populating the path correctly. This is definitely an issue with the installer not populating the path of the icon appropriately, so I'll mark it as such. I should be able to do a round of updates in the next few days, and I'll try to get this into the next update.

coreybutler avatar May 22 '14 14:05 coreybutler

@coreybutler thanks for the fast answer and developing such a great tool

Le jeudi 22 mai 2014 16:59:59, Corey Butler a écrit :

@fxbenard https://github.com/fxbenard - thanks for mentioning that. That's an issue that's tough to find on a dev machine when you think it's populating the path correctly. This is definitely an issue with the installer not populating the path of the icon appropriately, so I'll mark it as such. I should be able to do a round of updates in the next few days, and I'll try to get this into the next update.

— Reply to this email directly or view it on GitHub https://github.com/coreybutler/fenix/issues/10#issuecomment-43899716.

fxbenard avatar May 22 '14 15:05 fxbenard

Same thing on Windows 10. The icon its looking for is hard coded to user Corey instead of having the proper user variable:

Windows can't find the file %SystemDrive%\Users\Corey\Documents\workspace\Fenix\application\dist\win32\lib\icons\fenix.ico.

For me the correct icon path was: C:\ProgramData\Fenix\lib\icons\fenix.ico

Sevin777 avatar Aug 11 '15 10:08 Sevin777

Issue still present in V2.0.0, Win7 Pro X64.

eforr avatar Feb 01 '16 20:02 eforr

Still there with latest version and Windows 10 build 14393

matteocontrini avatar Aug 05 '16 12:08 matteocontrini

I have the same issue. My system: Windows 7, 32-bit. I get this error when I try to reset the icon (like @sevin7676 said, some hardcoded path is used somewhere): afbeelding

darthglowball avatar Nov 08 '20 20:11 darthglowball