Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

Unable to inject: poll.c No such file or directory

Open DrissiReda opened this issue 2 years ago • 2 comments

Same problem as #4176 but it was closed so I'm opening a new ticket. However I have multiple different outputs, and I ran an infinite loop and it always had an error, similar but not the same, an extract of what I had:

29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
323	../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: No such file or directory.
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
^C29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
3287	./malloc/malloc.c: No such file or directory.
The program being debugged was signaled while in a function called from GDB.
GDB remains in the frame where the signal was received.
To change this behavior use "set unwindonsignal on".
Evaluation of the expression containing the function
(__GI___libc_malloc) will be abandoned.
When the function is done executing, GDB will silently stop.
30	../sysdeps/unix/sysv/linux/epoll_wait.c: No such file or directory.
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
146	../sysdeps/nptl/futex-internal.h: No such file or directory.
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
30	../sysdeps/unix/sysv/linux/epoll_wait.c: No such file or directory.

Removed most of the duplicates for brevity's sake, ran the loop 300 times and it never worked, also tried playing the game at the same time, it keeps stuttering briefly at every iteration but that's it, no menu appearing no nothing.

Any idea how can that be resolved?

DrissiReda avatar Nov 21 '23 11:11 DrissiReda

reshout@debian:~/Osiris/build/Source$ sudo gdb -batch-silent -p $(pidof cs2) -ex "call (void*)dlopen(\"$PWD/libOsiris.so\", 2)"
29	../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

Same issue here.

ReShout876 avatar Dec 24 '23 15:12 ReShout876

Same @danielkrupinski

ThePrimeDev avatar Jun 04 '24 06:06 ThePrimeDev