Advertisement
Guest User

when i run ./Terraria.bin.x86

a guest
Jun 20th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'Microsoft.Xna.Framework.FNAPlatform' 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
  2. at System.TermInfoReader.ReadHeader (System.Byte[] buffer, System.Int32& position) [0x0002b] in <1170fb08300b4d0db71c1d1db8555768>:0
  3. at System.TermInfoReader..ctor (System.String term, System.String filename) [0x00065] in <1170fb08300b4d0db71c1d1db8555768>:0
  4. at System.TermInfoDriver..ctor (System.String term) [0x00058] in <1170fb08300b4d0db71c1d1db8555768>:0
  5. at System.ConsoleDriver.CreateTermInfoDriver (System.String term) [0x00000] in <1170fb08300b4d0db71c1d1db8555768>:0
  6. at System.ConsoleDriver..cctor () [0x00062] in <1170fb08300b4d0db71c1d1db8555768>:0
  7. --- End of inner exception stack trace ---
  8. at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x0000a] in <1170fb08300b4d0db71c1d1db8555768>:0
  9. at System.Console..cctor () [0x000a8] in <1170fb08300b4d0db71c1d1db8555768>:0
  10. --- End of inner exception stack trace ---
  11. at Microsoft.Xna.Framework.SDL2_FNAPlatform.INTERNAL_AddInstance (System.Int32 dev) [0x00585] in <bc6b38abaaf04135afbd0534ec7f6b92>:0
  12. at Microsoft.Xna.Framework.SDL2_FNAPlatform.ProgramInit () [0x00086] in <bc6b38abaaf04135afbd0534ec7f6b92>:0
  13. at Microsoft.Xna.Framework.FNAPlatform..cctor () [0x0026d] in <bc6b38abaaf04135afbd0534ec7f6b92>:0
  14. --- End of inner exception stack trace ---
  15. at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init (intptr)
  16. at Microsoft.Xna.Framework.Game..ctor () [0x000cd] in <bc6b38abaaf04135afbd0534ec7f6b92>:0
  17. at Terraria.Main.get_GraphicsDevice () [0x001ae] in <37fa5c86f4774cd0993f32839325bdc4>:0
  18. at Terraria.Program.LaunchGame (System.String[] args, System.Boolean monoArgs) [0x0005d] in <37fa5c86f4774cd0993f32839325bdc4>:0
  19. at Terraria.LinuxLaunch.Main (System.String[] args) [0x00038] in <37fa5c86f4774cd0993f32839325bdc4>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement