corentin-soriano opened a new pull request, #563: URL: https://github.com/apache/guacamole-server/pull/563
With freerdp >= 3.8.0, we can't resize with "display-update": ``` guacd[609180]: DEBUG: Display update channel will be used for display size changes. guacd[609180]: DEBUG: {Microsoft::Windows::RDS::DisplayControl:16} OnOpen=(nil), OnClose=0x7f40b610b150 guacd[609180]: DEBUG: Server resized display to 768x583 GUAC_ASSERT in guac_rdp_gdi_end_paint() failed at gdi.c:102. guacd[609080]: INFO: Connection "$3ec11dae-60d9-4820-9028-01a10f4e95f4" removed. guacd[609080]: DEBUG: Unable to request termination of client process: No such process guacd[609080]: DEBUG: All child processes for connection "$3ec11dae-60d9-4820-9028-01a10f4e95f4" have been terminated. ``` Caused by this bugfix in freerdp: https://github.com/FreeRDP/FreeRDP/pull/10488 Freerdp triggers EndPaint first when resizing to ensure there are no unfinished BeginPaints. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org