IridiumIO / CompactGUI

Transparently compress active games and programs using Windows 10/11 APIs
GNU General Public License v3.0
5.13k stars 238 forks source link

Crashing on selecting steam games #469

Open AndrisBorbas opened 3 days ago

AndrisBorbas commented 3 days ago

I found the cause of the crashing when selecting a steam game.

When the app tries to load the acf files, if an acf file is invalid it throws a VdfException "Incomplete VDF data." and the whole app crashes.

https://github.com/IridiumIO/CompactGUI/blob/8ab872f9672e007ec562a98e4eedfa1cc8d71bbe/CompactGUI/Helper.vb#L21

This is where the exception occours. I tried fixing it with not much luck, I haven't used VB before.