Reloaded-Project / Reloaded-II

Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
GNU General Public License v3.0
574 stars 78 forks source link

Help: Cannot find the program 'protontricks-launch' #471

Open NickOnimura opened 3 hours ago

NickOnimura commented 3 hours ago

I have installed Reloaded-II onto Steam Deck via the Linux installer and followed all of the instructions for configuring Protontricks and Flatseal to detect my Sonic Heroes installation. However, clicking on the desktop shortcut does not open the loader and opening the shortcut in the start menu gives the error "Could not find the program 'protontricks-launch'.

I assume this has to do with the echo command entered into the terminal. Are there any other steps I have to take?

Sewer56 commented 3 hours ago

I'm guessing the alias:

echo "alias protontricks='flatpak run com.github.Matoking.protontricks'" >> ~/.bashrc
echo "alias protontricks-launch='flatpak run --command=protontricks-launch com.github.Matoking.protontricks'" >> ~/.bashrc

Isn't sticking when using protontricks installed via flatpak. I'm not exactly sure what can be done here as I'm not a flatpak user myself. Maybe bashrc isn't being sourced, maybe you just need to restart machine so it's sourced, maybe it's something else.

I could try modify the installer itself, but it's hard to run native commands. I'm currently taking a break, so I can't guarantee any solutions; since it's mostly a 1 person project. It's really hard to get anyone to test.

NickOnimura commented 1 hour ago

Appreciate the feedback.