Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Config file not exists #3657

Open
stashymane opened this issue Jan 3, 2025 · 0 comments
Open

[Bug]: Config file not exists #3657

stashymane opened this issue Jan 3, 2025 · 0 comments

Comments

@stashymane
Copy link

Describe the bug

Every single time I launch Bottles or use the CLI, I get a FileNotFoundError("Config file not exists").

Although I do also have an issue with Steam prefixes not showing up, this message shows up regardless of whether I have Steam prefix manager enabled or not.

To Reproduce

Install bottles
Open bottles
Check logs

Package

Flatpak from Flathub

Distribution

Fedora 41

Debugging Information

Official Package: true
Version: '51.16'
DE/WM: gnome
Display:
    X.org: true
    X.org (port): :0
    Wayland: true
Graphics:
    vendors:
        amd:
            vendor: amd
            envs:
                DRI_PRIME: '1'
            icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/radeon_icd.i686.json
    prime:
        integrated: null
        discrete: null
Kernel:
    Type: Linux
    Version: 6.12.6-200.fc41.x86_64
Disk:
    Total: 16768118784
    Free: 16767946752
RAM:
    MemTotal: 31.2GiB
    MemAvailable: 26.1GiB
Bottles_envs: null

Troubleshooting Logs

~ flatpak run com.usebottles.bottles

(bottles:2): Gtk-WARNING **: 18:22:49.919: Theme parser warning: style.css:184:3-185:1: Expected ';' at end of block

(bottles:2): Gtk-WARNING **: 18:22:49.919: Theme parser warning: style-dark.css:23:3-24:1: Expected ';' at end of block
18:22:49 (INFO) Launching with URI: None 
18:22:49 (INFO) [Activate] request received. 
18:22:49 (INFO) Bottles Started! 
18:22:56 (INFO) Performing Bottles checks… 
18:22:56 (INFO) Dxvks found:
	 - dxvk-2.5.2
 
18:22:56 (INFO) Vkd3ds found:
	 - vkd3d-proton-2.14
 
18:22:56 (INFO) Nvapis found:
	 - dxvk-nvapi-v0.8.0
 
18:22:56 (INFO) Latencyflexs found:
	 - latencyflex-v0.1.1
 
18:22:56 (INFO) Runners found:
	 - soda-9.0-1
	 - kron4ek-wine-10.0-rc2-staging-tkg-amd64
	 - ge-proton9-22
	 - sys-wine-9.0
 
18:22:56 (INFO) Temp directory cleaned successfully! 
18:22:56 (ERROR) Config file not exists 
Traceback (most recent call last):
  File "/app/share/bottles/bottles/backend/models/config.py", line 184, in load
    raise FileNotFoundError("Config file not exists")
FileNotFoundError: Config file not exists
18:22:56 (INFO) Bottles found:
	 - Default
 
18:22:56 (INFO) Catalog installers loaded 
18:22:56 (INFO) Catalog components loaded 
18:22:56 (INFO) Catalog dependencies loaded 
18:23:05 (INFO) Found 0 wine prefixes…

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant