Open AndrisBorbas opened 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.
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.