Advertisement
Guest User

Terraria Error Log

a guest
Dec 15th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Error Logging Enabled.
  2. ================
  3. 12/10/2023 8:54:16 PM: First-Chance Exception
  4. Thread: 1 [Main Thread]
  5. Culture: en-US
  6. Exception: System.BadImageFormatException: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest.
  7. File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  8. at Microsoft.Xna.Framework.WindowsGameWindow..ctor()
  9. at Microsoft.Xna.Framework.WindowsGameHost..ctor(Game game)
  10.  
  11. WRN: Assembly binding logging is turned OFF.
  12. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  13. Note: There is some performance penalty associated with assembly bind failure logging.
  14. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  15.  
  16. HResult: -2146234344
  17. ================
  18.  
  19. ================
  20. 12/10/2023 8:54:16 PM: Unhandled Exception
  21. Thread: 1 [Main Thread]
  22. Culture: en-US
  23. Exception: System.BadImageFormatException: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The module was expected to contain an assembly manifest.
  24. File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  25. at Microsoft.Xna.Framework.WindowsGameWindow..ctor()
  26. at Microsoft.Xna.Framework.WindowsGameHost..ctor(Game game)
  27. at Microsoft.Xna.Framework.Game.EnsureHost()
  28. at Microsoft.Xna.Framework.Game..ctor()
  29. at Terraria.Main..ctor()
  30. at Terraria.Program.RunGame()
  31. at Terraria.Program.LaunchGame(String[] args, Boolean monoArgs)
  32. at Terraria.WindowsLaunch.Main(String[] args)
  33.  
  34. WRN: Assembly binding logging is turned OFF.
  35. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  36. Note: There is some performance penalty associated with assembly bind failure logging.
  37. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  38.  
  39. HResult: -2146234344
  40. ================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement