Bottles icon indicating copy to clipboard operation
Bottles copied to clipboard

[Bug]: cmd don't start

Open martinisek opened this issue 8 months ago • 4 comments

Describe the bug

Image

To Reproduce

  1. I go to bottle
  2. click the command line
  3. nothing happens

Package

Flatpak from Flathub

Distribution

linux mint Cinnamon 22.1

Debugging Information

Official Package: true
Version: '51.21'
DE/WM: cinnamon
Display:
    X.org: true
    X.org (port): :0
    Wayland: false
Graphics:
    vendors:
        intel:
            vendor: intel
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/intel_icd.i686.json
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.8.0-60-generic
Disk:
    Total: 3982446592
    Free: 3982278656
RAM:
    MemTotal: 7.4GiB
    MemAvailable: 3.6GiB
Bottles_envs: null

Troubleshooting Logs

15:54:58 (INFO) Launching with URI: None 
15:54:58 (INFO) [Activate] request received. 
15:54:58 (INFO) Bottles Started! 
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:873: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:905: FINISHME: support more multi-planar formats with DRM modifiers
15:54:59 (INFO) Performing Bottles checks… 
15:54:59 (INFO) Dxvks found:
	 - dxvk-2.6.1
	 - dxvk-2.6.2
 
15:54:59 (INFO) Vkd3ds found:
	 - vkd3d-proton-2.14.1
 
15:54:59 (INFO) Nvapis found:
	 - dxvk-nvapi-v0.9.0
 
15:54:59 (INFO) Latencyflexs found:
	 - latencyflex-v0.1.1
 
15:54:59 (INFO) Runners found:
	 - soda-9.0-1
	 - sys-wine-10.0
 
15:54:59 (ERROR) Config file not exists 
Traceback (most recent call last):
  File "/app/share/bottles/bottles/backend/models/config.py", line 183, in load
    raise FileNotFoundError("Config file not exists")
FileNotFoundError: Config file not exists
15:54:59 (INFO) Bottles found:
	 - epic games
 
15:54:59 (INFO) Catalog installers loaded 
15:54:59 (INFO) Catalog dependencies loaded 
15:54:59 (INFO) Catalog components loaded

Additional context

I don't now how fix it

martinisek avatar Jun 15 '25 13:06 martinisek

Terminal also doesn't open for me

martinszeltins avatar Jun 16 '25 08:06 martinszeltins

Same here. Any app marked to run in the terminal will not launch.

SeppNel avatar Jun 16 '25 15:06 SeppNel

Terminal is broken since at least april and is documented in #3843 bug report. There is also mentioned temporary fix

TheEpicNoobZilla avatar Jun 17 '25 09:06 TheEpicNoobZilla

thank you @TheEpicNoobZilla

Image

there are tutorial how fix.

  1. paste command to find file. ends with /files/bin/easyterm.py sudo find / | grep easyterm.py

  2. open it in editor (nano) use sudo if are installed as super user

/var/lib/flatpak/app/com.usebottles.bottles/x86_64/stable/f0b7c973b932f10a37b71fca40208d578d8787ee3c2dca4a595442e132615116/files/bin/easyterm.py

  1. change first line with #!/usr/bin/env python3

martinisek avatar Jun 17 '25 17:06 martinisek