Advertisement
Guest User

Untitled

a guest
Jun 19th, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. [lithium@desktop ~]$ openbve
  2. Stacktrace:
  3.  
  4. at (wrapper managed-to-native) System.Drawing.GDIPlus.GdipLoadImageFromFile (string,intptr&) <0xffffffff>
  5. at System.Drawing.Image.FromFile (string,bool) <0x0005b>
  6. at System.Drawing.Image.FromFile (string) <0x0000f>
  7. at OpenBve.formMain.LoadImage (string,string) <0x00037>
  8. at OpenBve.formMain.formMain_Load (object,System.EventArgs) <0x00e67>
  9. at System.Windows.Forms.Form.OnLoad (System.EventArgs) <0x00075>
  10. at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs) <0x0007f>
  11. at System.Windows.Forms.Form.OnCreateControl () <0x00053>
  12. at System.Windows.Forms.Control.CreateControl () <0x00127>
  13. at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) <0x00193>
  14. at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x002c7>
  15. at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013>
  16. at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b>
  17. at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) <0x0024f>
  18. at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024>
  19. at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036>
  20. at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002f0>
  21. at System.Windows.Forms.XplatUIX11.SendMessage (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00313>
  22. at System.Windows.Forms.XplatUIX11.MapWindow (System.Windows.Forms.Hwnd,System.Windows.Forms.WindowType) <0x001fb>
  23. at System.Windows.Forms.XplatUIX11.CreateWindow (System.Windows.Forms.CreateParams) <0x00d53>
  24. at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams) <0x00024>
  25. at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams) <0x0003f>
  26. at System.Windows.Forms.Control.CreateHandle () <0x00069>
  27. at System.Windows.Forms.Form.CreateHandle () <0x0001b>
  28. at System.Windows.Forms.Control.CreateControl () <0x00087>
  29. at System.Windows.Forms.Control.SetVisibleCore (bool) <0x0009f>
  30. at System.Windows.Forms.Form.SetVisibleCore (bool) <0x002ef>
  31. at System.Windows.Forms.Control.set_Visible (bool) <0x00032>
  32. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) <0xffffffff>
  33. at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x002b3>
  34. at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x0079f>
  35. at System.Windows.Forms.Form.ShowDialog () <0x0000f>
  36. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog () <0xffffffff>
  37. at OpenBve.formMain.ShowMainDialog (OpenBve.formMain/MainDialogResult) <0x00133>
  38. at OpenBve.Program.Main (string[]) <0x009ff>
  39. at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
  40.  
  41. Native stacktrace:
  42.  
  43. mono() [0x491dda]
  44. mono() [0x4e147f]
  45. mono() [0x41c397]
  46. /lib/libpthread.so.0(+0xf140) [0x7f216dc5d140]
  47. /usr/lib/libgdiplus.so(+0x4345c) [0x7f216a53245c]
  48. /usr/lib/libgdiplus.so(GdipLoadImageFromFile+0x1fe) [0x7f216a514ede]
  49. [0x41b862ee]
  50.  
  51. Debug info from gdb:
  52.  
  53.  
  54. =================================================================
  55. Got a SIGSEGV while executing native code. This usually indicates
  56. a fatal error in the mono runtime or one of the native libraries
  57. used by your application.
  58. =================================================================
  59.  
  60. /usr/bin/openbve: line 2: 14395 Abortado mono /usr/lib/openbve/OpenBve.exe /fhs "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement