Advertisement
Guest User

raspberrypi

a guest
Jan 7th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. pi@raspberrypi ~ $ mono ArdupilotMegaPlanner10.exe
  2. If your error is about Microsoft.DirectX.DirectInput, please install the latest directx redist from here http://www.microsoft.com/en-us/download/details.aspx?id=35
  3.  
  4.  
  5. Could not set X locale modifiers
  6. Xlib: extension "RANDR" missing on display ":1.0".
  7. Stacktrace:
  8.  
  9. at System.Drawing.Font.CreateFont (string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte,bool) <0x00143>
  10. at System.Drawing.Font..ctor (string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte,bool) <0x0007f>
  11. at System.Drawing.Font..ctor (string,single,string) <0x00057>
  12. at (wrapper remoting-invoke-with-check) System.Drawing.Font..ctor (string,single,string) <0xffffffff>
  13. at System.Drawing.SystemFonts.get_DefaultFont () <0x00073>
  14. at System.Windows.Forms.Theme..ctor () <0x0002f>
  15. at System.Windows.Forms.ThemeWin32Classic..ctor () <0x00013>
  16. at System.Windows.Forms.ThemeVisualStyles..ctor () <0x00013>
  17. at System.Windows.Forms.ThemeEngine..cctor () <0x0007f>
  18. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  19. at System.Windows.Forms.X11DesktopColors..cctor () <0x000b7>
  20. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  21. at System.Windows.Forms.XplatUIX11..ctor () <0x001af>
  22. at System.Windows.Forms.XplatUIX11.GetInstance () <0x00057>
  23. at System.Windows.Forms.XplatUI..cctor () <0x00157>
  24. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  25. at System.Windows.Forms.Application.EnableVisualStyles () <0x00023>
  26. at ArdupilotMega.Program.Main () <0x0002b>
  27. at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  28.  
  29. Native stacktrace:
  30.  
  31.  
  32. Debug info from gdb:
  33.  
  34. Cannot access memory at address 0x0
  35. Cannot access memory at address 0x0
  36. [Thread debugging using libthread_db enabled]
  37. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  38. [New Thread 0x408ba460 (LWP 1734)]
  39. 0x40016f30 in read () from /lib/arm-linux-gnueabihf/libpthread.so.0
  40. Id Target Id Frame
  41. 2 Thread 0x408ba460 (LWP 1734) "mono" 0x40015d84 in sem_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  42. * 1 Thread 0x40004000 (LWP 1733) "mono" 0x40016f30 in read () from /lib/arm-linux-gnueabihf/libpthread.so.0
  43.  
  44. Thread 2 (Thread 0x408ba460 (LWP 1734)):
  45. #0 0x40015d84 in sem_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  46. #1 0x00195a40 in mono_sem_wait ()
  47. #2 0x000ea384 in ?? ()
  48. #3 0x000ea384 in ?? ()
  49. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  50.  
  51. Thread 1 (Thread 0x40004000 (LWP 1733)):
  52. #0 0x40016f30 in read () from /lib/arm-linux-gnueabihf/libpthread.so.0
  53. #1 0x40016770 in __pthread_enable_asynccancel () from /lib/arm-linux-gnueabihf/libpthread.so.0
  54. #2 0x00000000 in ?? ()
  55.  
  56. =================================================================
  57. Got a SIGSEGV while executing native code. This usually indicates
  58. a fatal error in the mono runtime or one of the native libraries
  59. used by your application.
  60. =================================================================
  61.  
  62. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement