Tau5 / Co-op-on-Linux

Scripts for that allows Co-op on any games on linux
18 stars 4 forks source link

[Steam OS] "Controller selector failed to open or failed to generate controllers file" #13

Open agustin9998 opened 3 weeks ago

agustin9998 commented 3 weeks ago

../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.

Tau5 commented 3 weeks ago

Can you show me the contents of the profile?

vdresch commented 3 weeks ago

Exact same issue. Here is my profile:

!/bin/bash

export WIDTH=1280 export HEIGHT=800 export GAMERUN='/home/deck/.local/share/Steam/steamapps/common/Stardew Valley/Stardew Valley' ../Co-Op-On-Linux.sh

Tau5 commented 3 weeks ago

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

devz3r0 commented 1 week ago

i just went into the controller-selector directory and run "make" So it made the missing executable

kingraaa commented 2 days ago

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