-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ambermoon tools on linux fail with "undefined symbol: __clock_nanosleep" #17
Comments
What distro and version do you use? Is it listed here?https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md I wonder why the monster value changer works. It is very similar to the others. |
KDE neon, which is basically Ubuntu 20.04 LTS with an extra repository for the newest KDE packages. So it should be supported.
I had another look at it and the
So it's probably working because it's the standalone version. |
It was renamed to AmbermoonMonsterValueChanger. |
I think this commit 8b7b080 is the problem. |
As a temporary workaround you could copy the dependencies from the temp NET folder, which is created by the standalone MonsterValueChanger, to your tool directory. |
The tools were very large. And I thought when you want to use such tools you also will be willing to setup the NET environment. I had no clue that it isn't working well on Linux. I guess I only tested the standalone tools on Linux and the small versions on Windows only. I will come up with a solution soon. |
I copied all files in the MonsterValueChanger to the directory with the tools, but that did not change anything :(. Some programs on linux use the following approach for reducing file size: |
I tried out the native compilation but it doesn't work very well. I think I will provide the large self-contained files as a quick fix and then when I have a bit more time I can try to come up with another solution. Maybe native builds will work better in November when NET6 is released. |
When trying to start any of the ambermoon tools (except MonsterValueChanger, which works fine) on linux, I get the following error message. It is always the same except for one part, which I will mark with [???]. This part changes on each run, no matter the tool and seems to contain random values, often represented as invalid characters.
I have the .NET runtime 3.1 installed via snap.
librt.so.1
is symlink and the linked file exists.The text was updated successfully, but these errors were encountered: