Does not seem to work for me here (Windows 7 x64). I have .net framework 4.6.1 installed ab a gazillion versions of the Visual C++ redistributable, for Visual Studio 2015 that includes x86 and x64 version 14.0.24123
When I start up E.D.I.S.O.N and click on "Image Processing Settings" after selecting my Screenshot folder, I see the following error message:
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Ashragon.EliteDangerous.Edison.ImageProcessor.ConvertAndDownscaleImage(Bitmap aImage) in D:\!Workspace\edison\EliteDangerousSurfaceNavigator\ImageProcessor.cs:line 568
at Ashragon.EliteDangerous.Edison.ImageProcessor.ProcessImage(Bitmap aBitmap, Boolean aRotate) in D:\!Workspace\edison\EliteDangerousSurfaceNavigator\ImageProcessor.cs:line 109
at Ashragon.EliteDangerous.Edison.ImageProcessingSettingsForm.ImageProcessingSettingsForm_VisibleChanged(Object aSender, EventArgs aE) in D:\!Workspace\edison\EliteDangerousSurfaceNavigator\ImageProcessingSettingsForm.cs:line 440
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Edison
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Stephan/Desktop/Edison/Edison.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
If I click on continue in the error handling box, the Image Processing Settings window comes up, but no screenshot is loaded. A valid bitmap from Elite's internal screenshot tool is present in the screenshot folder, resolution is set at 1920*1080.
I would appreciate any advice.