Skip to content
360900 edited this page Aug 2, 2026 · 2 revisions

(in Game Menu and Game Config) If STRACERUN is set to 1 tinkergame will write a strace log of the launched game. strace is launched with the command line arguments found in STRACEOPTS.

When STRACERUN is enabled make sure /proc/sys/kernel/yama/ptrace_scope is set to 0, otherwise your user will get access denied when trying to attach to a process. Either run echo 0 > /proc/sys/kernel/yama/ptrace_scope as root, or enable it persistently in sysctl.

Clone this wiki locally