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
[Errno 2] No such file or directory: '/run/user/1000/doc/545969b7' File "/app/share/bottles/bottles/backend/utils/threading.py", line 62, in __target
result = self.task_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/frontend/widgets/program.py", line 176, in _run
WineExecutor.run_program(self.config, self.program, with_terminal)
File "/app/share/bottles/bottles/backend/wine/executor.py", line 125, in run_program
).run()
^^^^^
File "/app/share/bottles/bottles/backend/wine/executor.py", line 214, in run
return self.__launch_with_bridge()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/wine/executor.py", line 244, in __launch_with_bridge
return self.__launch_exe()
^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/wine/executor.py", line 275, in __launch_exe
res = winecmd.run()
^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/wine/winecommand.py", line 713, in run
status=TerminalUtils().execute(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/share/bottles/bottles/backend/utils/terminal.py", line 114, in execute
subprocess.Popen(
File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
Additional context
No response
The text was updated successfully, but these errors were encountered:
This kind of error happen only when it's logged and only the next session, the fact it keep showing is weird. Anyway, this happens because you picked an executable that is outside of the sandbox (there is big warning that shows up the first time you click on the Run Executable button, I think it never show if you click on "Add Shortcut"), anyway, close the dialog and remove that program from your list, then follow this guide to expose a path to Bottles: https://docs.usebottles.com/flatpak/expose-directories
Describe the bug
seems to not find a specific directory on the threading code. i dont really know much about it so i cant help further more.
To Reproduce
Just opened the software (also keeps happening everytime i open this is not a first time)
Package
Flatpak from Flathub
Distribution
Ubuntu 24.04.1 LTS x86_64 / GNOME 46.0
Debugging Information
Troubleshooting Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: