Advertisement
Guest User

DDRescue-GUI on Windows with Cygwin err

a guest
Aug 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.00 KB | None | 0 0
  1.  
  2. Admin@PC ~
  3. $ cd /usr/share/ddrescue-gui
  4.  
  5. Admin@PC /usr/share/ddrescue-gui
  6. $ startxwin &
  7. [1] 2368
  8.  
  9. Admin@PC /usr/share/ddrescue-gui
  10. $
  11.  
  12. waiting for X server to begin accepting connections .
  13. ..
  14. ..
  15. ..
  16. ..
  17. ..
  18. ..
  19. ..
  20. ..Welcome to the XWin X Server
  21. Vendor: The Cygwin/X Project
  22. Release: 1.20.4.0
  23. OS: CYGWIN_NT-10.0-17134 PC 3.0.7-338.x86_64 2019-04-30 18:08 UTC x86_64
  24. OS: Windows 10  [Windows NT 10.0 build 17134] (Win64)
  25. Package: version 1.20.4-1 built 2019-03-15
  26.  
  27. XWin was started with the following command line:
  28.  
  29. /usr/bin/XWin :0 -multiwindow -auth /home/Admin/.serverauth.2368
  30.  
  31.  
  32. ..
  33. ..
  34. ..
  35. ..
  36. ..
  37. ..
  38. ..
  39. ..
  40. ..
  41. ..
  42. ..
  43. ..
  44. ..
  45. ..
  46. ..
  47. ..
  48. ..
  49. ..
  50. ..
  51. ..
  52. ..
  53. ..
  54. ..
  55. ..
  56. ..
  57. ..(II) xorg.conf is not supported
  58. (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
  59. LoadPreferences: /home/Admin/.XWinrc not found
  60. LoadPreferences: Loading /etc/X11/system.XWinrc
  61. LoadPreferences: Done parsing the configuration file...
  62. winDetectSupportedEngines - RemoteSession: no
  63. winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
  64. winDetectSupportedEngines - Returning, supported engines 00000005
  65. winSetEngine - Multi Window or Rootless => ShadowGDI
  66. winScreenInit - Using Windows display depth of 32 bits per pixel
  67. winAllocateFBShadowGDI - Creating DIB with width: 1024 height: 768 depth: 32
  68. winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
  69. winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
  70. MIT-SHM extension disabled due to lack of kernel support
  71. XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
  72. glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
  73. (II) AIGLX: Testing pixelFormatIndex 1
  74. GL_VERSION:     3.3.11672 Compatibility Profile Context
  75. GL_VENDOR:      ATI Technologies Inc.
  76. GL_RENDERER:    ATI Radeon HD 4600 Series
  77. (II) GLX: enabled GLX_SGI_make_current_read
  78. (II) GLX: enabled GLX_SGI_swap_control
  79. (II) GLX: enabled GLX_MESA_swap_control
  80. (II) GLX: enabled GLX_SGIX_pbuffer
  81. (II) GLX: enabled GLX_ARB_multisample
  82. (II) GLX: enabled GLX_SGIS_multisample
  83. (II) GLX: enabled GLX_ARB_fbconfig_float
  84. (II) GLX: enabled GLX_EXT_fbconfig_packed_float
  85. (II) GLX: enabled GLX_ARB_create_context
  86. (II) GLX: enabled GLX_ARB_create_context_profile
  87. (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
  88. (II) 107 pixel formats reported by wglGetPixelFormatAttribivARB
  89. (II) 72 fbConfigs
  90. (II) ignored pixel formats: 0 not OpenGL, 0 unknown pixel type, 35 unaccelerated
  91. (II) GLX: Initialized Win32 native WGL GL provider for screen 0
  92.  
  93. winPointerWarpCursor - Discarding first warp: 512 384
  94. (--) 16 mouse buttons found
  95. (--) Setting autorepeat to delay=500, rate=31
  96. (--) Windows keyboard layout: "00000409" (00000409) "US", type 4
  97. (--) Found matching XKB configuration "English (USA)"
  98. (--) Model = "pc105" Layout = "us" Variant = "none" Options = "none"
  99. Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none"
  100. winMultiWindowXMsgProc - DISPLAY=:0.0
  101. winInitMultiWindowWM - DISPLAY=:0.0
  102. winInitMultiWindowWM - xcb_connect () returned and successfully opened the display.
  103. winProcEstablishConnection - winInitClipboard returned.
  104. winClipboardThreadProc - DISPLAY=:0.0
  105. winMultiWindowXMsgProc - xcb_connect() returned and successfully opened the display.
  106. Using Composite redirection
  107. OS maintains clipboard viewer chain: yes
  108. winClipboardProc - XOpenDisplay () returned and successfully opened the display.
  109.  
  110.  
  111. Admin@PC /usr/share/ddrescue-gui
  112. $ DISPLAY=:0 python2 ./DDrescue_GUI.py
  113.  
  114. ** (DDrescue_GUI.py:2411): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
  115. SetupSysMenu: GetSystemMenu() failed for HWND 0xe049c
  116. DDRescue-GUI Version 2.0.2 Starting up...
  117. Traceback (most recent call last):
  118.   File "./DDrescue_GUI.py", line 290, in on_exit
  119.     APP.SetTopWindow(main_frame)
  120. NameError: global name 'APP' is not defined
  121. SetupSysMenu: GetSystemMenu() failed for HWND 0xf049c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement