-
Notifications
You must be signed in to change notification settings - Fork 383
Reclass does not attach to process on linux (Ubuntu 22.04/ Debian 11 / Arch linux) (Freezes) #242
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
Comments
Also, after building on linux 20.04 using docker gives me Failed to load native functions! Couldn't find at location x64/x86 NativeCore.so while the file is clearly there. maybe something to do with mono? Anyway I cannot get reclass to function correctly either because it does not run *20.04 or because it won't attach to a process (immediately freezes) * 22.04 |
NativeCore.so exception might be related to #241 |
You use Ubuntu 22.04? I've tried different tools that attach to processes (GameConqueror) and they attached just fine. not sure where the issue lies. If you have any idea if and where there are log files, I'd be happy to post them. I also tried Debian 11 now, same error as Ubuntu 20.04. After installing with docker I cannot run ReClass. both x32 and x64 versions give #241 |
Following #47 to build on Debian 11 works, but this will also freeze when trying to attach to a process. getting really confused here. |
Running with gdb attached gives the following error when attaching to a process (Both on Ubuntu 22.04 and Debian 11):
If I ignore SIG35 i get the following error (please note that I have no idea what I'm doing -- i'm just trying to get reclass to work on linux.. :/)
Is there really no one else who has ran into this error? Pretty sure these are the two most popular linux builds out there. |
Same problem here, but on Manjaro. Build the current version of this repo. |
Same here. PopOs |
Same problem on Arch Linux. |
Anyone got the solution for this? I also having this issue on Ubuntu 22.04 |
Same on Fedora 37 |
Reclass runs correctly after building for linux x64, and runs correctly using
mono /bin/Release/x64/ReClass.NET.exe
However, attaching to a process causes Reclass to freeze. I've tried rebuilding the solution and different VMs, but the result persists. It will not attach and immediately freeze.
FWIW
/proc/sys/kernel/yama/ptrace_scope
is set to 0. (I've tried different values)The text was updated successfully, but these errors were encountered: