Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [23:34:48] [1/DEBUG] [tML]: Assembly Resolve: -> MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null
  2. [23:34:48] [1/DEBUG] [tML]: Assembly Resolve: MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null -> MonoMod.Utils, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null
  3. [23:34:49] [1/DEBUG] [tML]: Assembly Resolve: MonoMod.RuntimeDetour, Version=19.12.19.1, Culture=neutral, PublicKeyToken=null -> Mono.Cecil, Version=0.11.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e
  4. [23:34:49] [1/DEBUG] [tML]: Assembly Resolve: -> Ionic.Zip.Reduced, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c
  5. [23:34:49] [1/DEBUG] [tML]: Assembly Resolve: -> Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
  6. [23:34:49] [1/WARN] [tML]: Silently Caught Exception:
  7. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  8. at Terraria.Map.WorldMap..ctor(Int32 maxWidth, Int32 maxHeight)
  9. at Terraria.Main..cctor()
  10. at Terraria.Main..ctor()
  11. at Terraria.Program.LaunchGame_()
  12. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  13. at Terraria.WindowsLaunch.Main(String[] args)
  14.  
  15. [23:34:49] [1/WARN] [tML]: FirstChanceExceptionHandler exception
  16. System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
  17. at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean showHelp)
  18. at Terraria.ModLoader.UI.Interface.MessageBoxShow(String text, String caption)
  19. at Terraria.ModLoader.Logging.FirstChanceExceptionHandler(Object sender, FirstChanceExceptionEventArgs args)
  20. [23:34:49] [1/WARN] [tML]: Silently Caught Exception:
  21. System.TypeInitializationException: The type initializer for 'Terraria.Main' threw an exception.
  22. at Terraria.Main..ctor()
  23. at Terraria.Program.LaunchGame_()
  24. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  25. at Terraria.WindowsLaunch.Main(String[] args)
  26.  
  27. [23:34:49] [1/FATAL] [Terraria]: Main engine crash
  28. System.TypeInitializationException: The type initializer for 'Terraria.Main' threw an exception. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
  29. at Terraria.Map.WorldMap..ctor(Int32 maxWidth, Int32 maxHeight)
  30. at Terraria.Main..cctor()
  31. --- End of inner exception stack trace ---
  32. at Terraria.Main..ctor()
  33. at Terraria.Program.LaunchGame_()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement