Version-Release number of selected component: bottles-1:51.6-1.fc38 Additional info: reporter: libreport-2.17.11 kernel: 6.3.8-200.fc38.x86_64 cgroup: 0::/user.slice/user-1000.slice/session-12.scope uid: 1000 reason: executor.py:172:__get_exec_type:AttributeError: 'NoneType' object has no attribute 'lower' executable: /usr/bin/bottles-cli type: Python3 package: bottles-1:51.6-1.fc38 runlevel: N 5 exception_type: AttributeError crash_function: __get_exec_type interpreter: python3-3.11.4-1.fc38.x86_64 cmdline: /usr/bin/python3 /usr/bin/bottles-cli run -b gaming1 executableNameUnity.exe Truncated backtrace: executor.py:172:__get_exec_type:AttributeError: 'NoneType' object has no attribute 'lower' Traceback (most recent call last): File "/usr/bin/bottles-cli", line 653, in <module> cli = CLI() ^^^^^ File "/usr/bin/bottles-cli", line 150, in __init__ self.__process_args() File "/usr/bin/bottles-cli", line 199, in __process_args self.run_program() File "/usr/bin/bottles-cli", line 588, in run_program WineExecutor( File "/usr/share/bottles/bottles/backend/wine/executor.py", line 55, in __init__ self.exec_type = self.__get_exec_type(exec_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/bottles/bottles/backend/wine/executor.py", line 172, in __get_exec_type _exec = exec_path.lower() ^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'lower' Local variables in innermost frame: exec_path: None
Created attachment 1974844 [details] File: os_info
Created attachment 1974845 [details] File: environ
Created attachment 1974846 [details] File: mountinfo
Created attachment 1974847 [details] File: open_fds
Created attachment 1974848 [details] File: namespaces
Created attachment 1974849 [details] File: backtrace
Created attachment 1974850 [details] File: cpuinfo
I think you made a mistake constructing the command: > cmdline: /usr/bin/python3 /usr/bin/bottles-cli run -b gaming1 executableNameUnity.exe You have to pass the executable name with '-e foo.exe'. In your case, assuming 'executableName' is not part of the name, this should be: bottles-cli run -b gaming1 -e Unity.exe If I leave out the '-e' I can reproduce the AttributeError. In case you didn't run 'bottles-cli' yourself, could you describe what steps you took that resulted in the error?