Advertisement
Guest User

hydrus 383 over 382 "export QT_DEBUG_PLUGINS=1" message

a guest
Mar 30th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. /client
  2. 2020/03/30 18:49:25: hydrus client started
  3. QFactoryLoader::QFactoryLoader() checking directory path "/home/anon/hydrus-test-383/PySide2/plugins/platforms" ...
  4. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqeglfs.so"
  5. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqeglfs.so, metadata=
  6. {
  7. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  8. "MetaData": {
  9. "Keys": [
  10. "eglfs"
  11. ]
  12. },
  13. "archreq": 0,
  14. "className": "QEglFSIntegrationPlugin",
  15. "debug": false,
  16. "version": 331008
  17. }
  18.  
  19.  
  20. Got keys from plugin meta data ("eglfs")
  21. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqlinuxfb.so"
  22. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqlinuxfb.so, metadata=
  23. {
  24. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  25. "MetaData": {
  26. "Keys": [
  27. "linuxfb"
  28. ]
  29. },
  30. "archreq": 0,
  31. "className": "QLinuxFbIntegrationPlugin",
  32. "debug": false,
  33. "version": 331008
  34. }
  35.  
  36.  
  37. Got keys from plugin meta data ("linuxfb")
  38. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqminimal.so"
  39. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqminimal.so, metadata=
  40. {
  41. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  42. "MetaData": {
  43. "Keys": [
  44. "minimal"
  45. ]
  46. },
  47. "archreq": 0,
  48. "className": "QMinimalIntegrationPlugin",
  49. "debug": false,
  50. "version": 331008
  51. }
  52.  
  53.  
  54. Got keys from plugin meta data ("minimal")
  55. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqminimalegl.so"
  56. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqminimalegl.so, metadata=
  57. {
  58. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  59. "MetaData": {
  60. "Keys": [
  61. "minimalegl"
  62. ]
  63. },
  64. "archreq": 0,
  65. "className": "QMinimalEglIntegrationPlugin",
  66. "debug": false,
  67. "version": 331008
  68. }
  69.  
  70.  
  71. Got keys from plugin meta data ("minimalegl")
  72. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqoffscreen.so"
  73. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqoffscreen.so, metadata=
  74. {
  75. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  76. "MetaData": {
  77. "Keys": [
  78. "offscreen"
  79. ]
  80. },
  81. "archreq": 0,
  82. "className": "QOffscreenIntegrationPlugin",
  83. "debug": false,
  84. "version": 331008
  85. }
  86.  
  87.  
  88. Got keys from plugin meta data ("offscreen")
  89. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqvnc.so"
  90. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqvnc.so, metadata=
  91. {
  92. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  93. "MetaData": {
  94. "Keys": [
  95. "vnc"
  96. ]
  97. },
  98. "archreq": 0,
  99. "className": "QVncIntegrationPlugin",
  100. "debug": false,
  101. "version": 331008
  102. }
  103.  
  104.  
  105. Got keys from plugin meta data ("vnc")
  106. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-egl.so"
  107. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-egl.so, metadata=
  108. {
  109. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  110. "MetaData": {
  111. "Keys": [
  112. "wayland-egl"
  113. ]
  114. },
  115. "archreq": 0,
  116. "className": "QWaylandEglPlatformIntegrationPlugin",
  117. "debug": false,
  118. "version": 331008
  119. }
  120.  
  121.  
  122. Got keys from plugin meta data ("wayland-egl")
  123. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-generic.so"
  124. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-generic.so, metadata=
  125. {
  126. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  127. "MetaData": {
  128. "Keys": [
  129. "wayland"
  130. ]
  131. },
  132. "archreq": 0,
  133. "className": "QWaylandIntegrationPlugin",
  134. "debug": false,
  135. "version": 331008
  136. }
  137.  
  138.  
  139. Got keys from plugin meta data ("wayland")
  140. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-xcomposite-egl.so"
  141. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-xcomposite-egl.so, metadata=
  142. {
  143. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  144. "MetaData": {
  145. "Keys": [
  146. "wayland-xcomposite-egl"
  147. ]
  148. },
  149. "archreq": 0,
  150. "className": "QWaylandXCompositeEglPlatformIntegrationPlugin",
  151. "debug": false,
  152. "version": 331008
  153. }
  154.  
  155.  
  156. Got keys from plugin meta data ("wayland-xcomposite-egl")
  157. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-xcomposite-glx.so"
  158. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwayland-xcomposite-glx.so, metadata=
  159. {
  160. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  161. "MetaData": {
  162. "Keys": [
  163. "wayland-xcomposite-glx"
  164. ]
  165. },
  166. "archreq": 0,
  167. "className": "QWaylandXCompositeGlxPlatformIntegrationPlugin",
  168. "debug": false,
  169. "version": 331008
  170. }
  171.  
  172.  
  173. Got keys from plugin meta data ("wayland-xcomposite-glx")
  174. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwebgl.so"
  175. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqwebgl.so, metadata=
  176. {
  177. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  178. "MetaData": {
  179. "Keys": [
  180. "webgl"
  181. ]
  182. },
  183. "archreq": 0,
  184. "className": "QWebGLIntegrationPlugin",
  185. "debug": false,
  186. "version": 331008
  187. }
  188.  
  189.  
  190. Got keys from plugin meta data ("webgl")
  191. QFactoryLoader::QFactoryLoader() looking at "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqxcb.so"
  192. Found metadata in lib /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqxcb.so, metadata=
  193. {
  194. "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  195. "MetaData": {
  196. "Keys": [
  197. "xcb"
  198. ]
  199. },
  200. "archreq": 0,
  201. "className": "QXcbIntegrationPlugin",
  202. "debug": false,
  203. "version": 331008
  204. }
  205.  
  206.  
  207. Got keys from plugin meta data ("xcb")
  208. QFactoryLoader::QFactoryLoader() checking directory path "/home/anon/hydrus-test-383/platforms" ...
  209. Cannot load library /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqxcb.so: (/home/anon/hydrus-test-383/libgcrypt.so.20: symbol gpgrt_get_syscall_clamp version GPG_ERROR_1.0 not defined in file libgpg-error.so.0 with link time reference)
  210. QLibraryPrivate::loadPlugin failed on "/home/anon/hydrus-test-383/PySide2/plugins/platforms/libqxcb.so" : "Cannot load library /home/anon/hydrus-test-383/PySide2/plugins/platforms/libqxcb.so: (/home/anon/hydrus-test-383/libgcrypt.so.20: symbol gpgrt_get_syscall_clamp version GPG_ERROR_1.0 not defined in file libgpg-error.so.0 with link time reference)"
  211. qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
  212. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
  213.  
  214. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
  215.  
  216. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement