Advertisement
Guest User

Untitled

a guest
Oct 9th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. Unhandled Exception:
  2. 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
  3. at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  4. at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  5. at System.TermInfoDriver..ctor (System.String term) [0x00058] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  6. at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  7. at System.ConsoleDriver..cctor () [0x00062] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  8. --- End of inner exception stack trace ---
  9. at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  10. at System.Console..cctor () [0x000a8] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  11. --- End of inner exception stack trace ---
  12. at LongoMatch.Core.Common.Log.Write (System.String format, System.Object[] args) [0x00026] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  13. at LongoMatch.Core.Common.Log.Commit (LongoMatch.Core.Common.LogEntryType type, System.String message, System.String details, System.Boolean showUser) [0x00108] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  14. at LongoMatch.Core.Common.Log.Warning (System.String message, System.String details, System.Boolean showUser) [0x00001] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  15. at LongoMatch.Core.Common.Log.Warning (System.String message, System.String details) [0x00001] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  16. at LongoMatch.Core.Common.Log.Warning (System.String message) [0x00001] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  17. at LongoMatch.Config.Init () [0x000e8] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  18. at LongoMatch.Services.CoreServices.Init () [0x00010] in <05030e2df43b42a2acf46e4786841ecc>:0
  19. at LongoMatch.MainClass.Main (System.String[] args) [0x00055] in <d43cd103326140999fd7100f38e68685>:0
  20. [ERROR] FATAL UNHANDLED 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
  21. at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  22. at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  23. at System.TermInfoDriver..ctor (System.String term) [0x00058] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  24. at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  25. at System.ConsoleDriver..cctor () [0x00062] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  26. --- End of inner exception stack trace ---
  27. at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  28. at System.Console..cctor () [0x000a8] in <94fd79a3b7144c54b4cb162b50fc7761>:0
  29. --- End of inner exception stack trace ---
  30. at LongoMatch.Core.Common.Log.Write (System.String format, System.Object[] args) [0x00026] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  31. at LongoMatch.Core.Common.Log.Commit (LongoMatch.Core.Common.LogEntryType type, System.String message, System.String details, System.Boolean showUser) [0x00108] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  32. at LongoMatch.Core.Common.Log.Warning (System.String message, System.String details, System.Boolean showUser) [0x00001] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  33. at LongoMatch.Core.Common.Log.Warning (System.String message, System.String details) [0x00001] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  34. at LongoMatch.Core.Common.Log.Warning (System.String message) [0x00001] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  35. at LongoMatch.Config.Init () [0x000e8] in <b6d5bb8831e346b38f031cf4f9f843fc>:0
  36. at LongoMatch.Services.CoreServices.Init () [0x00010] in <05030e2df43b42a2acf46e4786841ecc>:0
  37. at LongoMatch.MainClass.Main (System.String[] args) [0x00055] in <d43cd103326140999fd7100f38e68685>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement