Ds4windows: 1.4.71 - unhandled exception crashing on "Speacial Actions" tab

Created on 20 May 2017  路  5Comments  路  Source: Ryochan7/DS4Windows

I'm experiencing some unhandled exception crashing in the Special Actions tab when using 1.4.71.
I think it might have something to do with Multi-Action Buttons but I麓m not sure.

It also happens when saving a profile.

Most helpful comment

All 5 comments

Can you provide a Windows log with the .NET Runtime error?

That whole ListView acts a bit weird. When working on 1.4.71, I encountered an error when an ItemChecked event fired for that ListView when the Options form wasn't even open. I changed a couple of portions to get around the error that showed up but maybe something was missed. At this rate, I will probably just change the form so that the EventHandler is dealt with manually rather than using the IDE generated hooks.

Sure right now I'm far from the pc but I'll report back latter 馃憤

I think I might have just stumbled upon the problem you are having. Got an index out of bounds runtime error when loading a profile from the Profiles tab instead of the Controllers tab. A couple of arrays in the BackingStore did not have a 5th element like the other arrays do so using a temp profile association would cause an error. The new ResetProfile routine just happened to expose the problem.

This is a big enough problem to justify a quick patch release. That will be uploaded soon.

Yep can consider this one fixed in 1.4.72

Was this page helpful?
0 / 5 - 0 ratings