Open agustin9998 opened 3 months ago
Can you show me the contents of the profile?
Exact same issue. Here is my profile:
export WIDTH=1280 export HEIGHT=800 export GAMERUN='/home/deck/.local/share/Steam/steamapps/common/Stardew Valley/Stardew Valley' ../Co-Op-On-Linux.sh
I think I've tracked down the issue. In the meantime, just be aware that stardew valley supports splitscreen natively so you don't have to use this project: https://stardewvalleywiki.com/Multiplayer#Start_split-screen_mode
i just went into the controller-selector directory and run "make" So it made the missing executable
I am having this exact same problem on steam deck. @Tau5 happy to help test the fix if needed! Or if not any ETA for release?
Thanks
I had the same issue, but got it working by downloading the actual release, rather than cloning the repository and navigating to the commit hash
wget https://github.com/Tau5/Co-op-on-Linux/releases/download/v0.5.1/release.tar.gz | tar xvf
../Co-Op-On-Linux.sh: line 126: [: too many arguments rm: cannot remove '/home/deck/Documents/Co-Op-On-Linux/controllers.rc': No such file or directory ~/Documents/Co-Op-On-Linux/controller-selector ~/Documents/Co-Op-On-Linux ../Co-Op-On-Linux.sh: line 116: ./controller-selector: No such file or directory ~/Documents/Co-Op-On-Linux
I'm getting this error when launching a profile, in the controller-selector folder, I have a controller-selector.desktop, if I remove the extension from the name I get another error, so I guess it isn't referring to that file. Also had an issue with permissions in which I had to chmod Co-Op-On-Linux.sh just FYI.