FlavioFS / ParsecSoda

Parsec Soda is a custom open-source game streaming app that integrates with Parsec API and is focused in Host experience.
MIT License
199 stars 50 forks source link

Parsec Soda crasha #44

Open Tadashi22xx opened 2 years ago

Tadashi22xx commented 2 years ago

Se eu estiver com o adaptador de controle de ps2 conectado o parsec soda crash e não abre, acontece também com outros programas, como x360e e Xoutput você sabe o que pode ser e como arrumar isso?

CollinCodez commented 2 years ago

I have seen this happen with other generic controllers, such as with my Mayflash Gamecube controller adapter. It only happened when using SDL in Master of Puppets, not when using Windows Gaming Input. When debugging in Visual Studio, I got this output: image Looking into the issue with @v6ooo we figured out that it it has to do with a bug with SDL and that EZFRD64.dll it uses. He found these links for other programs that have had this issue as well:

One way I have found to make it work is to launch programs through Steam, with their Generic gamepad support enabled. If you aren't concerned about using your controller in the program and are fine with just hiding it from it, HIDHide can hide devices from programs.

Of course this is something we should eventually fix like Dolphin has, but until then, these workarounds can do the trick. I would also eventually like to add Libmatoya's controller support (What the official parsec app uses) to Master of Puppets, so if your controller works with the official parsec app, it will work with Parsec Soda's Master of Puppets.