Fr33dan / GPSaveConverter

Utility to transfer save files between the games installed from the Xbox app and other storefronts. https://ko-fi.com/fr33dan
297 stars 33 forks source link

Error when loading app first time, DataGridView Default Error Dialog #10

Closed profucius closed 1 year ago

profucius commented 1 year ago

Hello. I just downloaded your software and ran it, and got this error.

image

After I click OK, it just shows this and nothing else happens.

image

I'm on Windows 11 if that helps. Thanks

profucius commented 1 year ago

Update: I spun up a Windows 10 VM and ran the app, and it worked just fine. I wonder if it's not compatible with Windows 11? Or something like a .NET etc?

Fr33dan commented 1 year ago

It's not Windows 11. The problem is there exists a WGS save data folder for a UWP app that is not fully installed/has a corrupted installation/is not up to date(as least I think that can cause this) and thus not included in the data GPSC gets about installed apps.

I didn't think this scenario was possible since the WGS folder is removed when an app is properly uninstalled so there is no graceful handling of this error that there should be. If you can get all your apps repaired/updated then you should be able to get it working, otherwise it'll have to wait until I can update the code.

Might have some free time later today to work on it but not sure yet.

Fr33dan commented 1 year ago

I'm actually closing this issue because it is a duplicate of issue #8. Please check that thread for further updates.