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
if you try and open an executable via commands or by the option in some DE to "open with" bottles throws an error about the local variable "program" not being associated with a value (and will not open the executable)
if I open bottles and start an executable from within the GUI of the app it works flawlessly, I just cannot for the life of me do this via a command
rockrevenchy@Yggdrasil-Deb:/media/rockrevenchy/HDD/Personal-Files/Downloads/!~exe$ flatpak run com.usebottles.bottles -b Main /home/rockrevenchy/Desktop/CheckDiskPortable_1.4_Development_Release_1_English.paf.exe
19:40:07 (INFO) Launching with executable: /home/rockrevenchy/Desktop/CheckDiskPortable_1.4_Development_Release_1_English.paf.exe
19:40:07 (INFO) Launching with URI: ['/home/rockrevenchy/Desktop/CheckDiskPortable_1.4_Development_Release_1_English.paf.exe']
19:40:07 (INFO) Forcing offline mode
Traceback (most recent call last):
File "/app/bin/bottles-cli", line 758, in<module>
cli = CLI()
^^^^^
File "/app/bin/bottles-cli", line 236, in __init__
self.__process_args()
File "/app/bin/bottles-cli", line 285, in __process_args
self.run_program()
File "/app/bin/bottles-cli", line 699, in run_program
WineExecutor.run_program(bottle, program)
^^^^^^^
UnboundLocalError: cannot access local variable 'program' where it is not associated with a value
To Reproduce
use the option to open with bottles from the desktop environment or run
flatpak run com.usebottles.bottles
or
flatpak run com.usebottles.bottles -b
Describe the bug
if you try and open an executable via commands or by the option in some DE to "open with" bottles throws an error about the local variable "program" not being associated with a value (and will not open the executable)
if I open bottles and start an executable from within the GUI of the app it works flawlessly, I just cannot for the life of me do this via a command
To Reproduce
use the option to open with bottles from the desktop environment or run
flatpak run com.usebottles.bottles
or
flatpak run com.usebottles.bottles -b
Package
Flatpak from Flathub
Distribution
Debian 12 + KDE
Debugging Information
Troubleshooting Logs
No response
Additional context
Neofetch of my computer
OS: Debian GNU/Linux 12 (bookworm) x86_64 Kernel: 6.1.0-28-amd64 Packages: 2819 (dpkg), 15 (flatpak) Shell: bash 5.2.15 Resolution: 1280x1024 DE: Plasma 5.27.5 WM: kwin Theme: [Plasma], Breeze [GTK2/3] Icons: [Plasma], breeze-dark [GTK2/3] Terminal: konsole CPU: AMD Ryzen 7 3800X (16) @ 3.900GHz GPU: NVIDIA GeForce GTX 1660 Ti Memory: 6072MiB / 32014MiB """
The text was updated successfully, but these errors were encountered: