I'm only visiting 2 TS3 servers, one of them is mine.
TS3 client Windows 3.1.4.2, qt version 5.6.1
TS3 server linux 64bit version 3.0.13.6.
Now (not always but more often) when I start my TS3 client as admin I see this message in the TS3 client log:
Code:
<21:43:18> The icon for server group "Unknown (0)" was not found.
<21:43:18> The icon for server group "Unknown (0)" was not found.
<21:43:18> The icon for channel "" (9384566) was not found.
<21:43:18> The icon for channel "" (9384565) was not found.
<21:43:18> The icon for channel "" (9384554) was not found.
<21:43:18> The icon for channel "" (9384545) was not found.
So I went looking on the server and indeed those icons numbers do not exist. In the server log it says this:
Code:
2017-07-06 19:43:13.876244|INFO | | |Error opening file "files/virtualserver_1/internal/icons/icon_984378529": No$
2017-07-06 19:43:13.886182|INFO | | |Error opening file "files/virtualserver_1/internal/icons/icon_1312347573": N$
2017-07-06 19:43:13.943350|INFO | | |Error opening file "files/virtualserver_1/internal/icons/icon_1240818773": N$
2017-07-06 19:43:13.943469|INFO | | |Error opening file "files/virtualserver_1/internal/icons/icon_3804270974": N$
2017-07-06 19:43:14.044734|INFO | | |Error opening file "files/virtualserver_1/internal/icons/icon_3327715960": N$
2017-07-06 19:43:14.048771|INFO | | |Error opening file "files/virtualserver_1/internal/icons/icon_1117955204": N$
q
The rest of the N$ should be No such file or directory, so they are not present.
The only icons in that directory are these icons:
icon_2312038729
icon_3193574299
icon_4282815502
icon_444934465
icon_513685093
icon_703137095
which I believe are custom icons I uploaded.
So I started investigating and in my Windows 7 to /AppData/Roaming/ts3client/cache/myservercode/icons and those files are not there.
Now I had a look in /AppData/Roaming/ts3client/cache/otherservercode/icons and the "missing" icons are present in there.
So it seems the TS3 client is caching icons from the other server I visit, and is trying to load them when I logout and want to visit my own server afterwards, which ofcourse does not have these icons.
And so the error notices in the client as wel in the server log appear.
Is this a bug or what is causing this?
Because as far as I know, the client should not search for the icons of one server on a completely different server.
I'm not sure but I thought this started to happen after the upgrade to 3.1.4.2.