Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. Missing method System.Runtime.InteropServices.Marshal::PtrToStructure<[1]>(intptr) in assembly /usr/lib/mono/4.5/mscorlib.dll, referenced in assembly /home/orca/Downloads/kuriimu/Kontract.dll
  2.  
  3. Unhandled Exception:
  4. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'System.Runtime.InteropServices.Marshal.PtrToStructure'.
  5. at Kuriimu.IO.BinaryReaderX.ReadStruct[CFNT] () [0x00000] in <filename unknown>:0
  6. at Cetera.Font.BCFNT..ctor (System.IO.Stream input) [0x00000] in <filename unknown>:0
  7. at game_etrian_odyssey_v.Handler..ctor () [0x00000] in <filename unknown>:0
  8. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  9. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  10. --- End of inner exception stack trace ---
  11. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  12. at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
  13. at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
  14. at Kuriimu.Kontract.PluginLoader`1[Kuriimu.Kontract.IGameHandler].LoadPlugins (System.String pluginPath, System.String filter) [0x00000] in <filename unknown>:0
  15. at Kuriimu.Kontract.Tools.LoadGameHandlers (System.String pluginPath, System.Windows.Forms.ToolStripDropDownButton tsb, System.Drawing.Image noGameIcon, System.EventHandler selectedIndexChanged) [0x00000] in <filename unknown>:0
  16. at Kuriimu.Editor..ctor (System.String[] args) [0x00000] in <filename unknown>:0
  17. at (wrapper remoting-invoke-with-check) Kuriimu.Editor:.ctor (string[])
  18. at Kuriimu.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
  19. [ERROR] FATAL UNHANDLED EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'System.Runtime.InteropServices.Marshal.PtrToStructure'.
  20. at Kuriimu.IO.BinaryReaderX.ReadStruct[CFNT] () [0x00000] in <filename unknown>:0
  21. at Cetera.Font.BCFNT..ctor (System.IO.Stream input) [0x00000] in <filename unknown>:0
  22. at game_etrian_odyssey_v.Handler..ctor () [0x00000] in <filename unknown>:0
  23. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  24. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  25. --- End of inner exception stack trace ---
  26. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  27. at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
  28. at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
  29. at Kuriimu.Kontract.PluginLoader`1[Kuriimu.Kontract.IGameHandler].LoadPlugins (System.String pluginPath, System.String filter) [0x00000] in <filename unknown>:0
  30. at Kuriimu.Kontract.Tools.LoadGameHandlers (System.String pluginPath, System.Windows.Forms.ToolStripDropDownButton tsb, System.Drawing.Image noGameIcon, System.EventHandler selectedIndexChanged) [0x00000] in <filename unknown>:0
  31. at Kuriimu.Editor..ctor (System.String[] args) [0x00000] in <filename unknown>:0
  32. at (wrapper remoting-invoke-with-check) Kuriimu.Editor:.ctor (string[])
  33. at Kuriimu.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement