Open hotcapy opened 3 weeks ago
Hello @hotcapy
Can you do an strace
on this program and post the output. (something like strace --failed-only -ff -- %program%
)
You can run a separate terminal inside the sandbox to only capture the strace of this program instead of entire sandbox.
Hi @igo95862
$ bubblejail run umu qterminal
$ cd ~/Games/umu/skyrim/drive_c/mo2/
$ strace --failed-only -f -o strace.txt -- env GAMEID=skyrim umu-run ~/Games/umu/skyrim/drive_c/mo2/ModOrganizer.exe
The only interesting thing I found is in the strace_1.txt
23 stat("/sys/module/nvidia_uvm", 0x7ffc55089600) = -1 ENOENT (No such file or directory)
85 execve("/usr/local/sbin/nvidia-modprobe", ["nvidia-modprobe", "-u", "-c=0"], 0x9d2fc00 /* 58 vars */) = -1 ENOENT (No such file or directory)
85 access("/sys/module/nvidia_uvm/initstate", R_OK) = -1 ENOENT (No such file or directory)
85 stat("/sys/bus/pci/devices", 0x7ffe7ede8890) = -1 ENOENT (No such file or directory)
85 +++ exited with 1 +++
However, I am not entirely sure if it is related to this issue.
Output of
bubblejail --version
0.9.3
Your distro name and version
ArchLinux
Description
100% reproducible crash while in sandbox. Happens shortly after MO2 is provoked to show any kind of tooltip (by hovering mouse cursor over various GUI elements). Unfortunately, option to disable tooltips does not exist, and it's not an easy task to avoid them on purpose either.
GUI-only: game itself works perfectly fine while MO2 is locked in background. Has no effect on playing - only on managing mods.
X server permission issue? IIRC Firejail suffered from similar (same?) problem.