Skip to content

Running the game on Steam Deck #94

@ajburley

Description

@ajburley

Following on from #74

Has anybody successfully run the game on Steam Deck?

Since the Linux version of the launcher was created, I have managed to run the launcher itself on Steam Deck and use it to install the game.

Initially I got code 127 even though I had installed Wine from Discover. It turns out that the launcher can't directly run the flatpak version of Wine as it runs the wine command. So I created a small wine script

#!/bin/bash
flatpak run org.winehq.Wine $@

and put it in /home/deck/.local/share/flatpak/exports/bin with chmod a+x.

This means when I click Launch it at least tries to launch. But it still exits with "The game crashed with code 1". Is there some kind of log I can review to get more info about what the problem is?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions