GRX005 / McOverTor

Tor integration into Minecraft.
GNU General Public License v3.0
2 stars 0 forks source link

Linux Support #2

Open Zitrone30 opened 5 days ago

Zitrone30 commented 5 days ago

Distro: Linux Mint 22 Wilma base: Ubuntu 24.04 noble When using the new Linux support version:

Screenshot shows how it looks with the geoip6 or tor already running problem Screenshot from 2024-11-14 18-24-27

GRX005 commented 5 days ago

Yeah it tries to kill Tor using the killall cmd, but it seems it doesn't exist on your distro? Is there a command like taskkill on windows that exists on all linux distros? If not I guess I can just add a screen that tells the person to close Tor. As for the geoIP6 file, it's Tor's error so maybe it didn't extract the file properly there, or idk about that one.

Zitrone30 commented 5 days ago

Yeah it tries to kill Tor using the killall cmd, but it seems it doesn't exist on your distro? Is there a command like taskkill on windows that exists on all linux distros? If not I guess I can just add a screen that tells the person to close Tor. As for the geoIP6 file, it's Tor's error so maybe it didn't extract the file properly there, or idk about that one.

I have killall maby it is just missing permission and needs sudo or smth idk. for the tor thing, are there any dependencies i have to install outside of mine craft?

GRX005 commented 5 days ago

Well that's weird since it says "Cannot run program "killall": error=2, No such file or directory", so I guess it couldn't find tor which is weird since it's already running in some way, or maybe yeah it's just misses perms, I guess tomorrow I'll add a screen where it says it failed to close Tor and not crash the game. No, you shouldn't need to install any deps.