The issue arises from incorrect logging functions being used (`gemu_log` instead of `qemu_log`) and the `-D` option not properly redirecting the strace output to a file. This relates to how the program handles runtime logging and output redirection. runtime