Xonotic Forums
[SOLVED] Can't click on my name in XonStats - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Can't click on my name in XonStats (/showthread.php?tid=7981)



Can't click on my name in XonStats - TheChrississin - 03-06-2019

Hello,
I have downloaded Xonotic via the Linux Mint software center about a month ago. I've been playing some games, and I wanted to look at them inside of XonStats. I do notice that my ingame name shows up perfectly, some examples including:
http://stats.xonotic.org/game/1218327
http://stats.xonotic.org/game/1218352
http://stats.xonotic.org/game/1218372
(I have the same ingame name as in this forum)
However, I can't click on my name at all. I have set both tracking options inside "Profile", I've even set the cvars cl_allow_uid2name and cl_allow_uidtracking to 1, I also checked my .xonotic folder (the key_0.d0si file referred to in the XonStats FAQ does indeed exist), but it still does not seem to work. When I search for my name, it also doesn't show up at all.
What could the issue be? Is it because of the GDPR, or because I've installed it using the software center rather than downloading it, or is it something different entirely?
I'd appreciate any help!

-TheChrississin

EDIT: I found out that the .xonotic Folder was last changed a few days prior, when I wanted to introduce a friend to Xonotic and it wouldn't work for him, so I downloaded the zip from xonotic.org and it asked me to create another user. So apparently, it is because of the software center, that version apparently won't change anything inside the .xonotic folder at all. I'll just use the downloaded version from now on! Thank you anyway Smile


RE: Can't click on my name in XonStats - It'sMe - 03-06-2019

When you install Xonotic using the Ubuntu Software Center it is probably installed usingĀ snap.
Therefore it does not use ~/.xonotic as user folder. To figure out which folder is used, you can enter `which config.cfg` into console (SHIFT+ESC).
It will return the location of your configuration file and thus the location of the user folder.

To verify a crypto key has been loaded you can enter `crypto_keys` into console.


RE: Can't click on my name in XonStats - falco - 03-08-2019

Hey, I got the same issue, can't click my name andĀ both "cl_allow_uidtracking" and "cl_allow_uid2name" are set.
Entering "apropos config.cfg" in the console doesn't yield any path, but I found it in ~/.xonotic/data/config.cfg
According to the file modification dates this folder is used by Xonotic, I could also find my configuration in this config.cfg file.

"crypto_keys" gives no results.
Am I just missing this key? "crypto_keygen" says

Code:
usage:
crypto_keygen id url
but what does it mean by "id" and "url"?

I'm running openSUSE Tumbleweed, Xonotic 0.8.2.


RE: Can't click on my name in XonStats - It'sMe - 03-09-2019

Sorry
I meant `which config.cfg`. (I corrected it in the earlier post.)
If the command `crypto keys` does not exist, you have installed the game without d0_blind_id, or the game cannot find the library.

You do not have to do these steps manually. The game does it for you if the key does not exist. However, because you are lacking the crypto library it does not work for you.

----

Does the command `crypto_keygen` exists for you in console? That seems to be weird if `crypto_keys` does not exist...


RE: Can't click on my name in XonStats - falco - 03-09-2019

"libd0_blind_id0" was installed with xonotic here. The command "crypto_keygen" exists as I said, and it prints usage information when I enter it.
I also installed "libd0_rijndael0" and "d0_blind_id" but when I right-click on a server in the list it says "auth library missing".