Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. spanner_@ubuntu:~/LMPServer_clean/LMPServer$ LC_ALL=C mono Server.exe
  2. Can't find custom attr constructor image: /home/spanner_/LMPServer_clean/LMPServer/LunaCommon.dll mtoken: 0x0a000001 due to: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. assembly:System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 type:<unknown type> member:<none>
  3. ÿþÿþCan't find custom attr constructor image: /home/spanner_/LMPServer_clean/LMPServer/System.Threading.dll mtoken: 0x0a000001 due to: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. assembly:System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 type:<unknown type> member:<none>
  4.  
  5. Unhandled Exception:
  6. System.TypeInitializationException: The type initializer for 'Server.Settings.GeneralSettings' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Server.Context.ServerContext' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
  7. at Server.Context.ServerContext..cctor () [0x0005f] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  8. --- End of inner exception stack trace ---
  9. at Server.Settings.SettingsBase..ctor () [0x00006] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  10. at Server.Settings.GeneralSettings..ctor () [0x00000] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  11. at Server.Settings.GeneralSettings..cctor () [0x00000] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  12. --- End of inner exception stack trace ---
  13. at Server.Log.LunaLog.WriteLog (Server.Log.LogLevels level, System.String message, System.Boolean sendToConsole) [0x00000] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  14. at Server.Log.LunaLog.Fatal (System.String message) [0x00007] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  15. at Server.MainServer.Main () [0x002f7] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  16. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'Server.Settings.GeneralSettings' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Server.Context.ServerContext' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
  17. at Server.Context.ServerContext..cctor () [0x0005f] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  18. --- End of inner exception stack trace ---
  19. at Server.Settings.SettingsBase..ctor () [0x00006] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  20. at Server.Settings.GeneralSettings..ctor () [0x00000] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  21. at Server.Settings.GeneralSettings..cctor () [0x00000] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  22. --- End of inner exception stack trace ---
  23. at Server.Log.LunaLog.WriteLog (Server.Log.LogLevels level, System.String message, System.Boolean sendToConsole) [0x00000] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  24. at Server.Log.LunaLog.Fatal (System.String message) [0x00007] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
  25. at Server.MainServer.Main () [0x002f7] in <4a1f4f653f0046cfb8c5d94afeb47273>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement