Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. mattercontrol
  2. exception inside UnhandledException handler: Could not load file or assembly or one of its dependencies.
  3.  
  4. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Windows.Forms.Screen' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Console' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ConsoleDriver' threw an exception. ---> System.Exception: Magic number is wrong: 542
  5. at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <8f2c484307284b51944a1a13a14c0266>:0
  6. at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <8f2c484307284b51944a1a13a14c0266>:0
  7. at System.TermInfoDriver..ctor (System.String term) [0x00058] in <8f2c484307284b51944a1a13a14c0266>:0
  8. at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  9. at System.ConsoleDriver..cctor () [0x00062] in <8f2c484307284b51944a1a13a14c0266>:0
  10. --- End of inner exception stack trace ---
  11. at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <8f2c484307284b51944a1a13a14c0266>:0
  12. at System.Console..cctor () [0x000a8] in <8f2c484307284b51944a1a13a14c0266>:0
  13. --- End of inner exception stack trace ---
  14. at System.Windows.Forms.Screen..cctor () [0x00021] in <d5b72d15d4f7424c8a1538e3f19ec2e3>:0
  15. --- End of inner exception stack trace ---
  16. at MatterHackers.Agg.PlatformAbstract.OsInformationWindowsPlugin.GetDesktopSize () [0x00000] in <28bb4e1bed02413c885094e9b834822e>:0
  17. at MatterHackers.Agg.PlatformAbstract.OsInformation.get_DesktopSize () [0x00056] in <c37ae756e42b40a5a0f3414d448bf6ad>:0
  18. at MatterHackers.MatterControl.MatterControlApplication.CreateInstance (System.Int32 overrideWidth, System.Int32 overrideHeight) [0x00094] in <05d01fb09fa94953bc1e177a8f752c4b>:0
  19. at MatterHackers.MatterControl.MatterControlApplication.get_Instance () [0x00007] in <05d01fb09fa94953bc1e177a8f752c4b>:0
  20. at MatterHackers.MatterControl.MatterControlApplication.Main () [0x000bd] in <05d01fb09fa94953bc1e177a8f752c4b>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement