Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Blank Icon #10

Open
medokin opened this issue May 5, 2014 · 13 comments
Open

[Windows] Blank Icon #10

medokin opened this issue May 5, 2014 · 13 comments

Comments

@medokin
Copy link

medokin commented May 5, 2014

image

@coreybutler
Copy link
Owner

Windows 7?

@medokin
Copy link
Author

medokin commented May 5, 2014

Sorry...

Yes, Win 7 Pro 64 Bit.

@coreybutler
Copy link
Owner

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

@madcampos
Copy link

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

@coreybutler
Copy link
Owner

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?

@madcampos
Copy link

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

@fxbenard
Copy link

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

@coreybutler
Copy link
Owner

@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.

@fxbenard
Copy link

@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
#10 (comment).

@Sevin777
Copy link

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

@eforr
Copy link

eforr commented Feb 1, 2016

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

@matteocontrini
Copy link

Still there with latest version and Windows 10 build 14393

@darthglowball
Copy link

darthglowball commented Nov 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants