geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

NullReferenceException in EduroamConfigure.IdentityProviderDownloader.DownloadEapConfig #22

Closed jornane closed 3 years ago

jornane commented 3 years ago
Application: geteduroam.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
   at EduroamConfigure.IdentityProviderDownloader.DownloadEapConfig(System.String)
   at EduroamConfigure.LetsWifi.RefreshAndInstallEapConfig(Boolean, Boolean)
   at WpfApp.App.RefreshInstalledProfile(System.Func`2<System.String,Boolean>, Boolean)
   at WpfApp.App.PreGuiCommandLineArgs(System.String[])
   at WpfApp.App.Main(System.String[])
jornane commented 3 years ago

I think I solved this in 09e890b, but I'm not sure..

jornane commented 3 years ago

There was a syntax error in there, Visual Studio did not warn.. Force pushed so the fix is now c078021. We'll retry later and see if the problem is fixed.

jornane commented 3 years ago

Now the application crashes with an EduroamAppUserException, which makes sense given that's what we throw in c078021. Progress!

jornane commented 3 years ago

Fixed in 8fb96c3