Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. System.SystemException: Error running gmcs: Cannot find the specified file
  2. at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] in <filename unknown>:0
  3. at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] in <filename unknown>:0
  4. at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String fileName) [0x00000] in <filename unknown>:0
  5. at System.Xml.Serialization.XmlSerializer.GenerateSerializers (System.Xml.Serialization.GenerationBatch batch, System.CodeDom.Compiler.CompilerParameters cp) [0x00000] in <filename unknown>:0
  6. at System.Xml.Serialization.XmlSerializer.RunSerializerGeneration (System.Object obj) [0x00000] in <filename unknown>:0
  7. [registered] /permissions (Rocket.Unturned.Commands.CommandP/permissions)
  8. [registered] /rocket (Rocket.Unturned.Commands.CommandRocket/rocket)
  9. [registered] /tp (Rocket.Unturned.Commands.CommandTp/tp)
  10. [registered] /tphere (Rocket.Unturned.Commands.CommandTphere/tphere)
  11. [registered] /unadmin (Rocket.Unturned.Commands.CommandUnadmin/unadmin)
  12. [registered] /v (Rocket.Unturned.Commands.CommandV/v)
  13. [registered] /vanish (Rocket.Unturned.Commands.CommandVanish/vanish)
  14. This server will automatically save every 1800 seconds
  15. General: Current backend date: 01/01/1970 00:00:50
  16. General: Halloween: [10/27/2018 00:00:01, 11/01/2018 23:59:59]
  17. General: Christmas: [12/10/2018 00:00:01, 12/31/2018 23:59:59]
  18. Bad thread localStacktrace:
  19.  
  20.  
  21. Native stacktrace:
  22.  
  23. mono() [0x49ff2f]
  24. mono() [0x4f390e]
  25. mono() [0x426c19]
  26. /lib/x86_64-linux-gnu/libpthread.so.0(+0x11390) [0x7f57b976b390]
  27. mono() [0x5f2297]
  28. mono() [0x5f3dd0]
  29. mono() [0x5f720b]
  30. mono() [0x5e91c5]
  31. mono() [0x5ea28e]
  32. mono() [0x5ea6cc]
  33. mono() [0x5ecb49]
  34. mono() [0x5ed138]
  35. mono(mono_domain_finalize+0x64) [0x5a60f4]
  36. mono() [0x4243bb]
  37. mono(mono_main+0x1024) [0x476814]
  38. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f57b93b0830]
  39. mono(_start+0x29) [0x422e79]
  40.  
  41. Debug info from gdb:
  42.  
  43.  
  44. =================================================================
  45. Got a SIGSEGV while executing native code. This usually indicates
  46. a fatal error in the mono runtime or one of the native libraries
  47. used by your application.
  48. =================================================================
  49.  
  50. ./start.sh: line 43: 13063 Aborted mono RocketLauncher.exe $INSTANCE_NAME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement