RFR: 8239589: JavaFX UI will not repaint after reconnecting via Remote Desktop [v2]
Oliver Schmidtmer
github.com+10960818+schmidor at openjdk.java.net
Tue Oct 27 12:12:29 UTC 2020
> When connecting via Remote Desktop to a Windows 10 machine ans starting a JavaFX application, the D3D pipeline is used successfully.
> After closing the the Remote Desktop session and reconnecting, the D3D requests fail with an D3DERR_DEVICEREMOVED HResult, and the application contents are not rendered anymore.
> Reinitializing the whole pipeline fixes that.
Oliver Schmidtmer has updated the pull request incrementally with two additional commits since the last revision:
- Ressource already freed from pool
- Recreate if adapterCount is zero
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/315/files
- new: https://git.openjdk.java.net/jfx/pull/315/files/501f5e28..651f960c
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=315&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=315&range=00-01
Stats: 12 lines in 2 files changed: 10 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jfx/pull/315.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/315/head:pull/315
PR: https://git.openjdk.java.net/jfx/pull/315
More information about the openjfx-dev
mailing list