You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another user reported their similar issue, except I have much less idea of what is going on. I made sure to find the process id and run it with that. I am attempting to run a forked bitcoin qt version 4.8 I probably have version 5 but Im not smart enough to figure out how all this works.
I would love to get this product working, it would become a must have for me. I use ubuntu sometimes and debian 12 most. Thanks for your time and consideration to help get this resolved.
The text was updated successfully, but these errors were encountered:
qtinspector is not supposed to be run with sudo, but rather as the same user as the target process. On modern systems you will get an error when attempting to attach to a PID, as opposed to having qtinspector launch the program, unless ptrace_scope is turned off. See this article.
qtinspector writes log files to /tmp/inspector-log-{pid}, can you check if that file exists and if so post the contents of it.
Another user reported their similar issue, except I have much less idea of what is going on. I made sure to find the process id and run it with that. I am attempting to run a forked bitcoin qt version 4.8 I probably have version 5 but Im not smart enough to figure out how all this works.
I would love to get this product working, it would become a must have for me. I use ubuntu sometimes and debian 12 most. Thanks for your time and consideration to help get this resolved.
The text was updated successfully, but these errors were encountered: