ekolis / AutoPBW

AutoPBW is a desktop client for PBW used to upload and download game files for Space Empires and other turn-based strategy games supported by the website.
http://edkolis.com/autopbw
4 stars 2 forks source link

Crash when going to the PBW site #41

Closed ekolis closed 3 years ago

ekolis commented 3 years ago

Clicking either the PBW button or the View button crashes the app.

ekolis commented 3 years ago

Looks like it's caused by Process.Start - does this method no longer support web URLs?

ekolis commented 3 years ago

Yeah, you have to do Process.Start(new ProcessStartInfo {...}); instead now...