PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
234 stars 51 forks source link

System.ArgumentException in Computator.NET.Core.Properties.Settings.Reset(), possible due to lacking Font in user environment #82

Closed PawelTroka closed 7 years ago

PawelTroka commented 7 years ago

CLR_EXCEPTION_System.ArgumentException_80070057_Computator.NET.Core.dll!Computator.NET.Core.Properties.Settings.Reset

image

image

Stack trace
Frame   Image   Function    Offset
-32768  Computator_NET_Core Computator.NET.Core.Properties.Settings.Load    0x4A
-32768  System_Drawing_ni   System.Drawing.Font.Initialize  0xCE
-32768  Computator_NET_Core Computator.NET.Core.Properties.Settings.Reset   0x113
-32768  Computator_NET_Core Computator.NET.Core.Properties.Settings..ctor   0x2B
-32768  System_Drawing_ni   System.Drawing.Font.CreateNativeFont    0x15AD5D
-32768  Computator_NET_Core Computator.NET.Core.Properties.Settings..cctor  0x11B
-32768  System_Drawing_ni   System.Drawing.Font..ctor   0x5D

image

PawelTroka commented 7 years ago

Should be resolved with commit 1abf77d.