-
Notifications
You must be signed in to change notification settings - Fork 362
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
bug: Client can't start under Linux Mint #2358
Comments
Have you tried giving all privileges to the client/editor? In the error says something similar to "try to give privileges or run cap_net_raw" something like that, it is normal for the client/editor to be blocked because they try to access the internet |
Yes. I try:
Then I try, to start from the Terminal with sudo - This doesen't help too. :( But i don't find a "cap_net_raw" File to start, i think this is a function(?) |
Try execute this command: |
The console says the following: |
Solution 1: Run as root user
Solution 2: Use setcap Check if setcap is installed:
Grant the capability:
Verify the granted capabilities:
|
Solution 1 - Console:
Solution 2 - Console:
----------------------- |
Nop, nop, that's is a better error, is saying something about the interface is null, then fixing that maybe everything can run normally in your system. Are u testing the full version? With all assets? Maybe is something missing in files. |
Yes I run the Version: :( |
I experienced this error a little while ago, actually crashing on this line, but I don't remember what I did to fix it, but it's related to the gui folder, it has to do with the skin file which has the name "Intersect2021" or ""intersect-2021 ", even though it was not supposed to give an error in the full version, I'll download the Windows version to test |
Not sure why the original issue mentioned wasn't seen sooner, but this is apparently an intentionally breaking change by Microsoft: https://learn.microsoft.com/en-us/dotnet/core/compatibility/networking/7.0/ping-custom-payload-linux Since I am able to reproduce it consistently on my machine (Arch, kernel 6.10) I created a fix that does not require setcap, and opened PR #2366 for it. |
@lodicolo tested here, and that error persist.. |
Description
I have downloaded version 0.8.0 for the Linux version. The server started without any problems. However, the client did not. If it helps, I use the following Linux version:
NAME="Linux Mint"
VERSION="21.1 (Vera)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.1"
VERSION_ID="21.1"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=vera
UBUNTU_CODENAME=jammy
I don't know if something extra needs to be installed to run it on Linux, if that would be necessary please let me know. Thanks :)
(Install the Repositorys [libSDL2, libopenal]] doesn't help]
Steps to Reproduce
Version with bug
0.8.0
Last version that worked well
0.8.0
Affected platforms
Linux
Did you find any workaround?
No response
Relevant log output
Duplicate Bug Check
The text was updated successfully, but these errors were encountered: