FreeRDP-WebConnect icon indicating copy to clipboard operation
FreeRDP-WebConnect copied to clipboard

Painting issue (corrupted)

Open Joseph1977 opened this issue 10 years ago • 4 comments

Hi, I always see a painting issue, in chrome browser in both Android and Windows. 2 issues:

  1. pain missing such as, around start button, and when run notepad for example
  2. there is a garbage painting in (0,0) of the image.

Any one see this?, see attached

Thanks joseph webconnecorupdate_issue

Joseph1977 avatar Jun 21 '14 18:06 Joseph1977

Hi Joseph,

I was not able to reproduce the issue.

What version of windows are you connecting to?

What browser version are you using?

Thanks,

Alessandro

alexpilotti avatar Jun 28 '14 21:06 alexpilotti

I can confirm massive problems with patining issues in FireFox 30, Nightly and IE11.

Looking similar to the problems with FreeRDP Glyph Cache I reported here: https://github.com/neutrinolabs/xrdp/issues/99 https://github.com/neutrinolabs/xrdp/pull/124

Screenshots of Webconnect hosted on Windows 2012, Destination is running 2008 R2:

Firefox 30 http://www.imgbox.de/users/public/images/YtIaXoEa24.png http://www.imgbox.de/users/public/images/nDJSnvjnJu.png

IE11 http://www.imgbox.de/users/public/images/66K3gJKj7J.png http://www.imgbox.de/users/public/images/1m6cWTXZTg.png

cocoon avatar Jul 17 '14 13:07 cocoon

Can you provide me a build with those settings set to false? (File: RDP.cpp Line: 741) https://github.com/FreeRDP/FreeRDP-WebConnect/blob/master/wsgate/RDP.cpp#L741

        m_rdpSettings->OrderSupport[NEG_GLYPH_INDEX_INDEX] = TRUE;
        m_rdpSettings->OrderSupport[NEG_FAST_INDEX_INDEX] = TRUE;
        m_rdpSettings->OrderSupport[NEG_FAST_GLYPH_INDEX] = TRUE;

cocoon avatar Jul 18 '14 13:07 cocoon

Sorry alexpilotti,

I missed your message, try in few ways:

  1. host the web side in separate machine that the win service and win service access localhoest
  2. then I thought maybe messages arrived in different order (incase websocket send async), so we host win service and web in same machine and we try access different machine

I do not remember if we tried to host all in same machine as use case 2 above and try access localhost.

Since I still have huge issues to compile I can't help yet.

BTW - I had an issue that packages arrive not in order so maybe this is the issue!!!

We connected to windows server 2008 R2!

Joseph1977 avatar Aug 20 '14 15:08 Joseph1977