Advertisement
Guest User

Windows 8.1

a guest
Nov 27th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. ./rdpy-rdpscreenshot -o /tmp/rdpout5.jpg 192.168.63.134
  2. INFO : connected IPv4Address(TCP, '192.168.63.134', 3389)
  3. Unhandled Error
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
  6. return callWithContext({"system": lp}, func, *args, **kw)
  7. File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
  8. return context.call({ILogContext: newCtx}, func, *args, **kw)
  9. File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
  10. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  11. File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
  12. return func(*args,**kw)
  13. --- <exception caught here> ---
  14. File "/usr/local/lib/python2.7/dist-packages/qtreactor/qt4base.py", line 100, in _read
  15. data = w.doRead()
  16. File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 199, in doRead
  17. rval = self.protocol.dataReceived(data)
  18. File "/usr/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 413, in dataReceived
  19. self._flushReceiveBIO()
  20. File "/usr/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 383, in _flushReceiveBIO
  21. ProtocolWrapper.dataReceived(self, bytes)
  22. File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 118, in dataReceived
  23. self.wrappedProtocol.dataReceived(data)
  24. File "/usr/local/lib/python2.7/dist-packages/rdpy/network/layer.py", line 207, in dataReceived
  25. self.recv(expectedData)
  26. File "/usr/local/lib/python2.7/dist-packages/rdpy/protocol/rdp/tpkt.py", line 151, in readFastPath
  27. self._fastPathListener.recvFastPath(data)
  28. File "/usr/local/lib/python2.7/dist-packages/rdpy/protocol/rdp/pdu/layer.py", line 311, in recvFastPath
  29. self._listener.onUpdate(fastPathPDU.updateData.rectangles._array)
  30. File "/usr/local/lib/python2.7/dist-packages/rdpy/protocol/rdp/rdp.py", line 139, in onUpdate
  31. observer.onUpdate(rectangle.destLeft.value, rectangle.destTop.value, rectangle.destRight.value, rectangle.destBottom.value, rectangle.width.value, rectangle.height.value, rectangle.bitsPerPixel.value, rectangle.flags.value & pdu.data.BitmapFlag.BITMAP_COMPRESSION, rectangle.bitmapDataStream.value)
  32. File "./rdpy-rdpscreenshot", line 105, in onUpdate
  33. image = RDPBitmapToQtImage(destLeft, width, height, bitsPerPixel, isCompress, data);
  34. File "/usr/local/lib/python2.7/dist-packages/rdpy/ui/qt4.py", line 215, in RDPBitmapToQtImage
  35. image = QtGui.QImage(buf, width, height, QtGui.QImage.Format_RGB24)
  36. exceptions.AttributeError: type object 'QImage' has no attribute 'Format_RGB24'
  37. INFO : save screenshot into /tmp/rdpout5.jpg
  38. INFO : connection lost : [Failure instance: Traceback (failure with no frames): <type 'exceptions.AttributeError'>: type object 'QImage' has no attribute 'Format_RGB24'
  39. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement