njthomson / SrvSurvey

A new to help Commanders in planet based opperations
GNU General Public License v3.0
38 stars 1 forks source link

FileNotFoundException "C:\WINDOWS\System32\images\alpha-background.png" at 9/27/2023 7:38:34 PM -06:00 #8

Closed Bi11T closed 1 year ago

Bi11T commented 1 year ago

What happened?

Clicked om maps

Version

1.0.0.0

Exception message

C:\WINDOWS\System32\images\alpha-background.png

Exception stack

at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) at SrvSurvey.FormRuins.loadMap(GuardianSiteData newSite) at SrvSurvey.FormRuins.loadMap(String name) at SrvSurvey.FormRuins.comboSite_SelectedIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at SrvSurvey.FormRuins.showFilteredSites(GuardianSiteData siteData) at SrvSurvey.FormRuins..ctor(GuardianSiteData siteData) at SrvSurvey.FormRuins.show(GuardianSiteData siteData) at SrvSurvey.Main.btnRuins_Click(Object sender, EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

Contact Details

bill.thompsonn@gmail.com

Relevant log output

19:37:10: Reading 1 ruins files from disk
19:37:10: Loaded data from: C:\Users\billt\AppData\Roaming\SrvSurvey\SrvSurvey\1.0.0.0\guardian\F9972008\Graea Hypue LO-P d6-194 14 b-ruins-1.json
19:37:10: Exception: C:\WINDOWS\System32\images\alpha-background.png
19:37:10: Inner exception: 
19:37:10: Stack:    at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
   at SrvSurvey.FormRuins.loadMap(GuardianSiteData newSite)
   at SrvSurvey.FormRuins.loadMap(String name)
   at SrvSurvey.FormRuins.comboSite_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at SrvSurvey.FormRuins.showFilteredSites(GuardianSiteData siteData)
   at SrvSurvey.FormRuins..ctor(GuardianSiteData siteData)
   at SrvSurvey.FormRuins.show(GuardianSiteData siteData)
   at SrvSurvey.Main.btnRuins_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
19:37:26: Searching journals for last touchdown location...
19:37:43: Searching journals for last touchdown location...
19:37:59: Searching journals for last touchdown location...
19:38:16: Searching journals for last touchdown location...
19:38:33: Searching journals for last touchdown location...
njthomson commented 1 year ago

Thank you @Bi11T for reporting this issue.

njthomson commented 1 year ago

@Bi11T - a fix is ready. Please try build 1.0.8.43 from the latest build and let me know if the problem still happens.