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]: Nothing launching when in Steam #3244

Open
m3anmug opened this issue Jan 14, 2024 · 19 comments
Open

[Bug]: Nothing launching when in Steam #3244

m3anmug opened this issue Jan 14, 2024 · 19 comments

Comments

@m3anmug
Copy link

m3anmug commented Jan 14, 2024

Describe the bug

I am on Steam Deck and usually everything works fine but for the past few weeks or so anything that uses bottles through steam will not open. Everything works fine in bottles itself so im not sure what is wrong. I even tried on my kids Steam Deck and have the same issue.

To Reproduce

Add anything from bottles to steam

Package

Flatpak from Flathub

Distribution

Steam Deck

Debugging Information

Official Package: true
Version: '51.10'
DE/WM: plasma-steamos-oneshot
Display:
    X.org: true
    X.org (port): :0
    Wayland: false
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.1.52-valve9-1-neptune-61
Disk:
    Total: 6181584896
    Free: 6181421056
RAM:
    MemTotal: 11.5GiB
    MemAvailable: 7.2GiB
Bottles_envs: null

Troubleshooting Logs

No response

Additional context

No response

@boobthecat
Copy link

Also happening to me

@jim-coffey
Copy link

jim-coffey commented Jan 16, 2024

Also happening to me - Bottles used to work fine and was great on Steam Deck for running GoG games. Then a few weeks ago, just stopped working.

When trying to launch - the mouse cursor shows busy for a second or two - then nothing. No error messages. Bottles does not run.

@davidmartos96
Copy link
Contributor

Probably related to: #3211

@m3anmug
Copy link
Author

m3anmug commented Jan 20, 2024

Does anyone know of a way to rollback to the version before the last update or just reinstall an old version?

@DragonKumera
Copy link

Does anyone know of a way to rollback to the version before the last update or just reinstall an old version?

I might try and copy my install from my og steam deck that still has the old version and see how the transfer goes on my oled sd

@boobthecat
Copy link

Is this just perma broken?

@DragonKumera
Copy link

Is this just perma broken?

feels that way as literally no one is responding and cant find a fix online. Major sadness

@boobthecat
Copy link

boobthecat commented Feb 18, 2024

Screenshot_20240218_041716
So I found out with the help of koplo199 that if you add --args-replace after the second run in the launch options it should work fine. Still annoying but it's a solution

@DragonKumera
Copy link

DragonKumera commented Feb 18, 2024

Screenshot_20240218_041716 So I found out with the help of koplo199 that if you add --args-replace after the second run in the launch options it should work fine. Still annoying but it's a solution

tried that awhile ago and still did not work.

@boobthecat
Copy link

You sure you did that correctly? I'm using BoilR to make the shortcuts to Steam btw

@DragonKumera
Copy link

You sure you did that correctly? I'm using BoilR to make the shortcuts to Steam btw

just tried again and it just circles then crashes back as if it never launched. I can run the steam shortcut perfectly fine in desktop mode. But gaming mode no luck.

@boobthecat
Copy link

Very weird...

@DragonKumera
Copy link

Very weird...

i am at a complete loss. New version is on github but it has not updated to the flatpak store version

@tweitzel
Copy link

tweitzel commented Mar 23, 2024

Assuming you installed from flat hub (the default on steam deck discover store):

this command will show version history: flatpak remote-info --log flathub com.usebottles.bottles

this command will downgrade to the December build before steam launches stopped working: sudo flatpak update --commit=34fd84393ff5717222995783ae052c4da78ab0e15bfeb9649b1bdf3f72592235 com.usebottles.bottles

you must use sudo when downgrading.

If it works you may wish to run: flatpak mask com.usebottles.bottles to prevent accidental upgrades.

The above worked on my steam deck and restored launching bottled executables from steam, although I was already using a shell script to do flatpak run instead of xdg-open.

@mirkobrombin
Copy link
Member

Does this bug happen for apps installed before this PR?

@tweitzel
Copy link

tweitzel commented May 3, 2024

It does not seem to matter when the app was installed, only the version of Bottles that is presently installed has an effect.

@rytt0001
Copy link

Assuming you installed from flat hub (the default on steam deck discover store):

this command will show version history: flatpak remote-info --log flathub com.usebottles.bottles

this command will downgrade to the December build before steam launches stopped working: sudo flatpak update --commit=34fd84393ff5717222995783ae052c4da78ab0e15bfeb9649b1bdf3f72592235 com.usebottles.bottles

you must use sudo when downgrading.

If it works you may wish to run: flatpak mask com.usebottles.bottles to prevent accidental upgrades.

The above worked on my steam deck and restored launching bottled executables from steam, although I was already using a shell script to do flatpak run instead of xdg-open.

Thanks This worked for me when before it would try to launch the game , show the steam logo circle and then silently shut down.

Though the issue for me first randomly appeared today when updating the runner to try and make a game work.

@LemonPAKA
Copy link

I tried to run XDefiant today,It works very well on desktop mode, but launch backgroud on gamemode(I can heard the game sound but stuck at steam logo), tried to lauch ubisoft connect on gamemode and it stuck at steam logo..pretty sure it is launched but stuck background

@CannGramps
Copy link

CannGramps commented Jul 27, 2024

This fix worked for me. Don't enter the quotes in my example.

Open the properties for the program in steam and under target change "xdg-open" to "flatpak", and under Launch options change " bottles:run/'bottle_name'/'Game_Name' " to " run --command=bottles-cli com.usebottles.bottles run -b 'bottle_name' -p 'Game_Name' ". This has worked for me just fine.

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

No branches or pull requests

10 participants