Advertisement
Guest User

Untitled

a guest
Jul 16th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. [user@localhost Debug]$ mono --config CommandersUnite.exe.config CommandersUnite.exe
  2.  
  3. Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for com.badlogic.gdx.utils.SharedLibraryLoader ---> System.TypeInitializationException: An exception was thrown by the type initializer for java.lang.Props ---> System.TypeInitializationException: An exception was thrown by the type initializer for ikvm.internal.Util ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: msvcrt
  4. at (wrapper managed-to-native) Mono.Unix.Native.Stdlib:free (intptr)
  5. at Mono.Unix.Native.Syscall.CopyUtsname (Mono.Unix.Native.Utsname& to, Mono.Unix.Native._Utsname& from) [0x00000] in <filename unknown>:0
  6. at Mono.Unix.Native.Syscall.uname (Mono.Unix.Native.Utsname& buf) [0x00000] in <filename unknown>:0
  7. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  8. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  9. --- End of inner exception stack trace ---
  10. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  11. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  12. at ikvm.internal.MonoUtils.unameProperty (System.String ) [0x00000] in <filename unknown>:0
  13. at ikvm.internal.Util..cctor () [0x00000] in <filename unknown>:0
  14. --- End of inner exception stack trace ---
  15. at java.lang.VMSystemProperties.getLibraryPath () [0x00000] in <filename unknown>:0
  16. at java.lang.VMSystemProperties.initCommonProperties (java.util.Properties ) [0x00000] in <filename unknown>:0
  17. at java.lang.VMSystemProperties.initProperties (java.util.Properties ) [0x00000] in <filename unknown>:0
  18. at java.lang.Props..cctor () [0x00000] in <filename unknown>:0
  19. --- End of inner exception stack trace ---
  20. at java.lang.System.getProperty (System.String key) [0x00000] in <filename unknown>:0
  21. at com.badlogic.gdx.utils.SharedLibraryLoader..cctor () [0x00000] in <filename unknown>:0
  22. --- End of inner exception stack trace ---
  23. at CU.Launcher.Main (System.String[] args) [0x00000] in <filename unknown>:0
  24. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for com.badlogic.gdx.utils.SharedLibraryLoader ---> System.TypeInitializationException: An exception was thrown by the type initializer for java.lang.Props ---> System.TypeInitializationException: An exception was thrown by the type initializer for ikvm.internal.Util ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: msvcrt
  25. at (wrapper managed-to-native) Mono.Unix.Native.Stdlib:free (intptr)
  26. at Mono.Unix.Native.Syscall.CopyUtsname (Mono.Unix.Native.Utsname& to, Mono.Unix.Native._Utsname& from) [0x00000] in <filename unknown>:0
  27. at Mono.Unix.Native.Syscall.uname (Mono.Unix.Native.Utsname& buf) [0x00000] in <filename unknown>:0
  28. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  29. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  30. --- End of inner exception stack trace ---
  31. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  32. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  33. at ikvm.internal.MonoUtils.unameProperty (System.String ) [0x00000] in <filename unknown>:0
  34. at ikvm.internal.Util..cctor () [0x00000] in <filename unknown>:0
  35. --- End of inner exception stack trace ---
  36. at java.lang.VMSystemProperties.getLibraryPath () [0x00000] in <filename unknown>:0
  37. at java.lang.VMSystemProperties.initCommonProperties (java.util.Properties ) [0x00000] in <filename unknown>:0
  38. at java.lang.VMSystemProperties.initProperties (java.util.Properties ) [0x00000] in <filename unknown>:0
  39. at java.lang.Props..cctor () [0x00000] in <filename unknown>:0
  40. --- End of inner exception stack trace ---
  41. at java.lang.System.getProperty (System.String key) [0x00000] in <filename unknown>:0
  42. at com.badlogic.gdx.utils.SharedLibraryLoader..cctor () [0x00000] in <filename unknown>:0
  43. --- End of inner exception stack trace ---
  44. at CU.Launcher.Main (System.String[] args) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement