perfiction wrote: »
Haha thought was just me had that weird problem. The eso icon just sits there in the taskbar… if I play a couple times a day and not check the taskbar I can have like 4 eso icons down there. BUT I just hover over em and they disappear. So no big deal for me. 😝
The easy fix is to not use the launcher.
perfiction wrote: »Unfortunately not for Steam users - you can't login without the launcher.
Sure, this works but the bigger picture is it's just another workaround, another bandaid to "fix" a problem that the company should be addressing and actually fixing, not the players. Not to mention we have to open the launcher for updates anyway. All these small things and quirks add up to ESO being a chore to work with instead of play. It's why so many still feel like this game is a beta product, 7 years after releasing. It's not just this as things like this are all too common with ESO. Just look at what console players have to deal with right now, another "workaround" and just deal with it until the next patch or later.PigofSteel wrote: »Add as non steam game and link to "game".exe and not "launcher".exe
PigofSteel wrote: »Add as non steam game and link to "game".exe and not "launcher".exe
PigofSteel wrote: »perfiction wrote: »
Add as non steam game and link to "game".exe and not "launcher".exe
Sylvermynx wrote: »Haha thought was just me had that weird problem. The eso icon just sits there in the taskbar… if I play a couple times a day and not check the taskbar I can have like 4 eso icons down there. BUT I just hover over em and they disappear. So no big deal for me. 😝
Yeah, don't click it, just wipe the cursor across it. I have a couple of other programs that leave a ghost of themselves in the tasktray like that - paint shop pro 6 and 8 - which yes, are antique now but still work fine.
If the launcher remains stuck when quitting, there could be a permissions issue. Try setting the launcher to run as an administrator. They should also make sure the launcher is added as an exception in their anti-virus. Steps for doing so can be found here.
If the launcher remains stuck when quitting, there could be a permissions issue. Try setting the launcher to run as an administrator. They should also make sure the launcher is added as an exception in their anti-virus. Steps for doing so can be found here.
NOTIFYICONDATA nid = {}; ... Shell_NotifyIcon(NIM_DELETE, &nid);
scorpius2k1 wrote: »If the launcher remains stuck when quitting, there could be a permissions issue. Try setting the launcher to run as an administrator. They should also make sure the launcher is added as an exception in their anti-virus. Steps for doing so can be found here.
@ZOS_BillE @ZOS_GinaBruno @ZOS_JessicaFolsom
For me, it has nothing to do with a permissions issue or anything of that nature, my launcher is completely unloaded and not listed in the task manager. The ESO Launcher tray icon stays (near the clock) after the launcher has been completely closed until I mouse over it. I have seen this issue persist across Windows 7 / 10 and also on completely fresh installs of both OS and ESO. I can open the launcher, and close it again, and the icon will stay. Just simply open and close the ESO launcher, this can happen a infinite number of times until mouse over. Something in the software of the launcher is not telling the OS to remove the icon on close. Assuming the ESO launcher is written in a C based language, the basic premise would suggest missing code to remove the tray icon on app close (WM_DESTROY).NOTIFYICONDATA nid = {}; ... Shell_NotifyIcon(NIM_DELETE, &nid);
An example from Microsoft's Github, specifically:
https://github.com/microsoft/Windows-classic-samples/blob/27ffb0811ca761741502feaefdb591aebf592193/Samples/Win7Samples/winui/shell/appshellintegration/NotificationIcon/NotificationIcon.cpp#L350
and
https://github.com/microsoft/Windows-classic-samples/blob/27ffb0811ca761741502feaefdb591aebf592193/Samples/Win7Samples/winui/shell/appshellintegration/NotificationIcon/NotificationIcon.cpp#L111
Of course, I have zero access to the launcher code and this is an assumption, but having worked on collaboration apps in the past that displayed the same behavior I would guess this is not much different, even if it is in another language other than C.
If the launcher remains stuck when quitting, there could be a permissions issue. Try setting the launcher to run as an administrator. They should also make sure the launcher is added as an exception in their anti-virus. Steps for doing so can be found here.