[GH-ISSUE #537] "Fit to window" sets client size to host screen size then hides overlapsed with scrollbars. #2355

Closed
opened 2026-03-01 17:19:56 +03:00 by kerem · 24 comments
Owner

Originally created by @karnasw on GitHub (Oct 22, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/537

Originally assigned to: @VShawn on GitHub.

Describe the bug
"Fit to window" sets client size to host screen size then hides overlapsed with scrollbars.

To Reproduce
Steps to reproduce the behavior:

  1. Connect to client with "Fit to window" option
  2. Window opens with proper size but with scrollbars and hidden/half hidden client taskbar.

Expected behavior
Fit to window without scrollbars and fully visible resources on client desktop.

Screenshots
ynlZ31Upcc

Desktop (please complete the following information):

  • OS: Windows 11 Pro X64 22h2
  • 1Remote-1.0.0.0-beta.06-net6-x64-nightly-20231022-cbab80.

Additional context
I have to "refresh/reconnect" to client or drag window to maximize again. I have 3840x2160 resolutiuon.

Originally created by @karnasw on GitHub (Oct 22, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/537 Originally assigned to: @VShawn on GitHub. **Describe the bug** "Fit to window" sets client size to host screen size then hides overlapsed with scrollbars. **To Reproduce** Steps to reproduce the behavior: 1. Connect to client with "Fit to window" option 2. Window opens with proper size but with scrollbars and hidden/half hidden client taskbar. **Expected behavior** Fit to window without scrollbars and fully visible resources on client desktop. **Screenshots** ![ynlZ31Upcc](https://github.com/1Remote/1Remote/assets/627198/2f08fe49-1e9b-4b01-85f4-2a67c779396c) **Desktop (please complete the following information):** - OS: Windows 11 Pro X64 22h2 - 1Remote-1.0.0.0-beta.06-net6-x64-nightly-20231022-cbab80. **Additional context** I have to "refresh/reconnect" to client or drag window to maximize again. I have 3840x2160 resolutiuon.
kerem 2026-03-01 17:19:56 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@VShawn commented on GitHub (Oct 25, 2023):

image

Fit to window works great on me(win10 to win2016 with 4k 200% screen),

And occasionally, when the network connection is poor, there might be an issue with synchronizing the window size and RDP size (in such cases, manually adjusting the window size can resolve the issue).


So do you encounter the issue you described every time you connect?

And I noted it seems like your monitor resolution is high. Can you tell me the settings?

<!-- gh-comment-id:1779426625 --> @VShawn commented on GitHub (Oct 25, 2023): ![image](https://github.com/1Remote/1Remote/assets/10143738/c4e78313-dfd0-4d2d-9dd4-323c9681e247) `Fit to window` works great on me(win10 to win2016 with 4k 200% screen), And occasionally, when the network connection is poor, there might be an issue with synchronizing the window size and RDP size (in such cases, manually adjusting the window size can resolve the issue). --- So do you encounter the issue you described every time you connect? And I noted it seems like your monitor resolution is high. Can you tell me the settings?
Author
Owner

@karnasw commented on GitHub (Oct 25, 2023):

I have 3840x2160 on host and 125% scale.
Almost everytime. I have that on many clients, different connection types, (fiber, DSL). PC host with 4K resolution and notebook with 1080p resolution also.

<!-- gh-comment-id:1779901792 --> @karnasw commented on GitHub (Oct 25, 2023): I have 3840x2160 on host and 125% scale. Almost everytime. I have that on many clients, different connection types, (fiber, DSL). PC host with 4K resolution and notebook with 1080p resolution also.
Author
Owner

@karnasw commented on GitHub (Oct 25, 2023):

Something is wrong after last update. All my connections settings are empty, but connection works as always. So those settings are somewhere, but not visible in connection setup.

<!-- gh-comment-id:1779905647 --> @karnasw commented on GitHub (Oct 25, 2023): Something is wrong after last update. All my connections settings are empty, but connection works as always. So those settings are somewhere, but not visible in connection setup.
Author
Owner

@karnasw commented on GitHub (Oct 26, 2023):

https://github.com/1Remote/1Remote/assets/627198/abbfbad6-ae61-413b-a0b4-d6924cec3195

Video with that problem.

<!-- gh-comment-id:1780542758 --> @karnasw commented on GitHub (Oct 26, 2023): https://github.com/1Remote/1Remote/assets/627198/abbfbad6-ae61-413b-a0b4-d6924cec3195 Video with that problem.
Author
Owner

@majkinetor commented on GitHub (Oct 26, 2023):

I had this before but I tested this now with couple remotes and with Fit to window and can't confirm it. I can see it sarting with scrollbars for 1s but then it refits.

Running from W11 with 110% font size, connecting to W10 desktop and server,

<!-- gh-comment-id:1780732216 --> @majkinetor commented on GitHub (Oct 26, 2023): I had this before but I tested this now with couple remotes and with Fit to window and can't confirm it. I can see it sarting with scrollbars for 1s but then it refits. Running from W11 with 110% font size, connecting to W10 desktop and server,
Author
Owner

@majkinetor commented on GitHub (Nov 24, 2023):

It happened to me again too. Need to see how to reproduce it.

<!-- gh-comment-id:1825643861 --> @majkinetor commented on GitHub (Nov 24, 2023): It happened to me again too. Need to see how to reproduce it.
Author
Owner

@VShawn commented on GitHub (Nov 25, 2023):

I've come up with a possible explanation. When using a 150% scaling resolution, the initial resolution of RDP needs to be calculated by dividing the actual desktop resolution by 1.5. when dividing an even number by 1.5, it can lead to an incorrect resolution.

<!-- gh-comment-id:1826188767 --> @VShawn commented on GitHub (Nov 25, 2023): I've come up with a possible explanation. When using a 150% scaling resolution, the initial resolution of RDP needs to be calculated by dividing the actual desktop resolution by 1.5. when dividing an even number by 1.5, it can lead to an incorrect resolution.
Author
Owner

@VShawn commented on GitHub (Nov 26, 2023):

I've come up with a possible explanation. When using a 150% scaling resolution, the initial resolution of RDP needs to be calculated by dividing the actual desktop resolution by 1.5. when dividing an even number by 1.5, it can lead to an incorrect resolution.

hey guys, I try to fix this issue by following this above, you can upgrade to the latest nightly build to try it. plz let me know if any improve or it not works.

<!-- gh-comment-id:1826774180 --> @VShawn commented on GitHub (Nov 26, 2023): > I've come up with a possible explanation. When using a 150% scaling resolution, the initial resolution of RDP needs to be calculated by dividing the actual desktop resolution by 1.5. when dividing an even number by 1.5, it can lead to an incorrect resolution. hey guys, I try to fix this issue by following this above, you can upgrade to the latest nightly build to try it. plz let me know if any improve or it not works.
Author
Owner

@karnasw commented on GitHub (Nov 27, 2023):

Hi, window still doesn't fit on 20231126-458e48. Tried 3-4 times and it connects fast, but always with scrollbars and wrong client size.

<!-- gh-comment-id:1827347537 --> @karnasw commented on GitHub (Nov 27, 2023): Hi, window still doesn't fit on 20231126-458e48. Tried 3-4 times and it connects fast, but always with scrollbars and wrong client size.
Author
Owner

@VShawn commented on GitHub (Nov 27, 2023):

@karnasw

Okey, can you help collect error logs for analysis?

Here's what you can do:

  1. Change the log level to "Debug" in the settings.

    image

  2. Reproduce the issue.

  3. Open the log file and copy the resolution change logs for me.

    image

  4. Check the true resolution of the display area that TAb can show. For example, mine is 3836*2067.

    image

<!-- gh-comment-id:1827641727 --> @VShawn commented on GitHub (Nov 27, 2023): @karnasw Okey, can you help collect error logs for analysis? Here's what you can do: 1. Change the log level to "Debug" in the settings. ![image](https://github.com/1Remote/1Remote/assets/10143738/a8557381-dfd9-4829-92b5-cbdee93b6403) 2. Reproduce the issue. 3. Open the log file and copy the resolution change logs for me. ![image](https://github.com/1Remote/1Remote/assets/10143738/42883bde-070b-464c-8c10-9084e6a8bc00) 4. Check the true resolution of the display area that TAb can show. For example, mine is 3836*2067. ![image](https://github.com/1Remote/1Remote/assets/10143738/7ad5ced7-2377-4781-b690-1b77ac681ecf)
Author
Owner

@karnasw commented on GitHub (Nov 27, 2023):

Of course:


[T:001][12:30:08.216]	`Debug`		CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0

[T:010][12:30:08.321]	`Debug`		TcpHelper: Connected to 192.168.1.15:3389

[T:001][12:30:08.346]	`Debug`		Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665

[T:001][12:30:08.351]	`Debug`		AxMsRdpClient09Host: Status => Initializing

[T:001][12:30:08.352]	`Debug`		RDP Host: _rdpClient.Dispose()

[T:001][12:30:08.352]	`Debug`		RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx()

[T:001][12:30:08.353]	`Debug`		RDP Host: init CreateControl();

[T:001][12:30:08.362]	`Debug`		RDP Host: init Static

[T:001][12:30:08.362]	`Debug`		RDP Host: init conn bar

[T:001][12:30:08.363]	`Debug`		RDP Host: init Redirect

[T:001][12:30:08.363]	`Debug`		RDP Host: init Display with ScaleFactor = 150, W = 2548, H = 1357, isReconnecting = False

[T:001][12:30:08.363]	`Debug`		RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3821,  DesktopHeight = 1357 * 1,500 = 2034
RdpControl.Width = 288, RdpControl.Height = 288


[T:001][12:30:08.364]	`Debug`		RDP Host: Display init end: RDP.DesktopWidth = 3821, RDP.DesktopHeight = 2034,

[T:001][12:30:08.364]	`Debug`		RDP Host: init Performance

[T:001][12:30:08.364]	`Debug`		RdpInit: DisplayPerformance = Auto, flag = 0

[T:001][12:30:08.364]	`Debug`		RDP Host: init Gateway

[T:001][12:30:08.364]	`Debug`		AxMsRdpClient09Host: Status => Initialized

[T:001][12:30:08.367]	`Debug`		AxMsRdpClient09Host: Status => Connecting

[T:001][12:30:08.444]	`Debug`		AxMsRdpClient09Host: Status => Connected

[T:001][12:30:08.446]	`Debug`		Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665

[T:001][12:30:10.481]	`Debug`		RDP Host:  RdpOnOnConnected

[T:001][12:30:10.954]	`Debug`		RDP Host:  RdpOnOnLoginComplete

[T:001][12:30:11.456]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3823, H = 2033, ScaleFactor = 150

[T:001][12:30:11.457]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:884)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884

Resolution that tab can show:
3820x2034 (smaller because of coloured borders)

<!-- gh-comment-id:1827678477 --> @karnasw commented on GitHub (Nov 27, 2023): Of course: ``` [T:001][12:30:08.216] `Debug` CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0 [T:010][12:30:08.321] `Debug` TcpHelper: Connected to 192.168.1.15:3389 [T:001][12:30:08.346] `Debug` Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665 [T:001][12:30:08.351] `Debug` AxMsRdpClient09Host: Status => Initializing [T:001][12:30:08.352] `Debug` RDP Host: _rdpClient.Dispose() [T:001][12:30:08.352] `Debug` RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx() [T:001][12:30:08.353] `Debug` RDP Host: init CreateControl(); [T:001][12:30:08.362] `Debug` RDP Host: init Static [T:001][12:30:08.362] `Debug` RDP Host: init conn bar [T:001][12:30:08.363] `Debug` RDP Host: init Redirect [T:001][12:30:08.363] `Debug` RDP Host: init Display with ScaleFactor = 150, W = 2548, H = 1357, isReconnecting = False [T:001][12:30:08.363] `Debug` RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3821, DesktopHeight = 1357 * 1,500 = 2034 RdpControl.Width = 288, RdpControl.Height = 288 [T:001][12:30:08.364] `Debug` RDP Host: Display init end: RDP.DesktopWidth = 3821, RDP.DesktopHeight = 2034, [T:001][12:30:08.364] `Debug` RDP Host: init Performance [T:001][12:30:08.364] `Debug` RdpInit: DisplayPerformance = Auto, flag = 0 [T:001][12:30:08.364] `Debug` RDP Host: init Gateway [T:001][12:30:08.364] `Debug` AxMsRdpClient09Host: Status => Initialized [T:001][12:30:08.367] `Debug` AxMsRdpClient09Host: Status => Connecting [T:001][12:30:08.444] `Debug` AxMsRdpClient09Host: Status => Connected [T:001][12:30:08.446] `Debug` Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665 [T:001][12:30:10.481] `Debug` RDP Host: RdpOnOnConnected [T:001][12:30:10.954] `Debug` RDP Host: RdpOnOnLoginComplete [T:001][12:30:11.456] `Debug` RDP UpdateSessionDisplaySettings with: W = 3823, H = 2033, ScaleFactor = 150 [T:001][12:30:11.457] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:884)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884 ``` Resolution that tab can show: 3820x2034 (smaller because of coloured borders)
Author
Owner

@VShawn commented on GitHub (Nov 27, 2023):

@karnasw Thankyou! Then we find out why scrollbars came up on your desk

The tab size is

3820x2034 (smaller because of coloured borders)

And RDP init as :

[T:001][12:30:08.363] Debug RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3821, DesktopHeight = 1357 * 1,500 = 2034

The set width is exactly 1 pix larger than the actual width!


In github.com/1Remote/1Remote@458e486c3b, I did apply a 1-pix compensation for RDP. It worked fine on my desktop, but on your desktop, It requires a 2-pixel compensation. Maybe the "coloured borders" have increased the error by 1 pixel? Not sure, i need some test before next move.

<!-- gh-comment-id:1827905972 --> @VShawn commented on GitHub (Nov 27, 2023): @karnasw Thankyou! Then we find out why scrollbars came up on your desk The tab size is > 3820x2034 (smaller because of coloured borders) And RDP init as : > [T:001][12:30:08.363] Debug RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3821, DesktopHeight = 1357 * 1,500 = 2034 The set width is exactly 1 pix larger than the actual width! --- In https://github.com/1Remote/1Remote/commit/458e486c3b74ca1447dedbbef4693ef15042e1cb, I did apply a 1-pix compensation for RDP. It worked fine on my desktop, but on your desktop, It requires a 2-pixel compensation. Maybe the "coloured borders" have increased the error by 1 pixel? Not sure, i need some test before next move.
Author
Owner

@karnasw commented on GitHub (Nov 27, 2023):

I have to say that same problem exists also on my 1920x1080 notebook.

<!-- gh-comment-id:1827914493 --> @karnasw commented on GitHub (Nov 27, 2023): I have to say that same problem exists also on my 1920x1080 notebook.
Author
Owner

@karnasw commented on GitHub (Nov 28, 2023):

[T:010][10:10:59.853]	Debug		Local:NeedRead = 1701162629718 < 1700820132784 = False

[T:001][10:11:01.439]	Debug		CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0

[T:020][10:11:01.546]	Debug		TcpHelper: Connected to 192.168.1.15:3389

[T:001][10:11:01.572]	Debug		Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665

[T:001][10:11:01.577]	Debug		AxMsRdpClient09Host: Status => Initializing

[T:001][10:11:01.577]	Debug		RDP Host: _rdpClient.Dispose()

[T:001][10:11:01.578]	Debug		RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx()

[T:001][10:11:01.578]	Debug		RDP Host: init CreateControl();

[T:001][10:11:01.587]	Debug		RDP Host: init Static

[T:001][10:11:01.588]	Debug		RDP Host: init conn bar

[T:001][10:11:01.588]	Debug		RDP Host: init Redirect

[T:001][10:11:01.588]	Debug		RDP Host: init Display with ScaleFactor = 150, W = 2558, H = 1362, isReconnecting = False

[T:001][10:11:01.589]	Debug		RDP Host: init Display set DesktopWidth = 2558 * 1,500 = 3836,  DesktopHeight = 1362 * 1,500 = 2042
RdpControl.Width = 288, RdpControl.Height = 288


[T:001][10:11:01.589]	Debug		RDP Host: Display init end: RDP.DesktopWidth = 3836, RDP.DesktopHeight = 2042,

[T:001][10:11:01.589]	Debug		RDP Host: init Performance

[T:001][10:11:01.589]	Debug		RdpInit: DisplayPerformance = Auto, flag = 0

[T:001][10:11:01.589]	Debug		RDP Host: init Gateway

[T:001][10:11:01.590]	Debug		AxMsRdpClient09Host: Status => Initialized

[T:001][10:11:01.594]	Debug		AxMsRdpClient09Host: Status => Connecting

[T:001][10:11:01.666]	Debug		AxMsRdpClient09Host: Status => Connected

[T:001][10:11:01.668]	Debug		Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665

[T:001][10:11:03.570]	Debug		RDP Host:  RdpOnOnConnected

[T:001][10:11:04.090]	Debug		RDP Host:  RdpOnOnLoginComplete

[T:001][10:11:04.593]	Debug		RDP UpdateSessionDisplaySettings with: W = 3838, H = 2040, ScaleFactor = 150

[T:001][10:11:04.594]	Error		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:884)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884

I checked on turned off border.
Tab size (checked with ShareX): 3836x2042

<!-- gh-comment-id:1829400019 --> @karnasw commented on GitHub (Nov 28, 2023): ``` [T:010][10:10:59.853] Debug Local:NeedRead = 1701162629718 < 1700820132784 = False [T:001][10:11:01.439] Debug CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0 [T:020][10:11:01.546] Debug TcpHelper: Connected to 192.168.1.15:3389 [T:001][10:11:01.572] Debug Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665 [T:001][10:11:01.577] Debug AxMsRdpClient09Host: Status => Initializing [T:001][10:11:01.577] Debug RDP Host: _rdpClient.Dispose() [T:001][10:11:01.578] Debug RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx() [T:001][10:11:01.578] Debug RDP Host: init CreateControl(); [T:001][10:11:01.587] Debug RDP Host: init Static [T:001][10:11:01.588] Debug RDP Host: init conn bar [T:001][10:11:01.588] Debug RDP Host: init Redirect [T:001][10:11:01.588] Debug RDP Host: init Display with ScaleFactor = 150, W = 2558, H = 1362, isReconnecting = False [T:001][10:11:01.589] Debug RDP Host: init Display set DesktopWidth = 2558 * 1,500 = 3836, DesktopHeight = 1362 * 1,500 = 2042 RdpControl.Width = 288, RdpControl.Height = 288 [T:001][10:11:01.589] Debug RDP Host: Display init end: RDP.DesktopWidth = 3836, RDP.DesktopHeight = 2042, [T:001][10:11:01.589] Debug RDP Host: init Performance [T:001][10:11:01.589] Debug RdpInit: DisplayPerformance = Auto, flag = 0 [T:001][10:11:01.589] Debug RDP Host: init Gateway [T:001][10:11:01.590] Debug AxMsRdpClient09Host: Status => Initialized [T:001][10:11:01.594] Debug AxMsRdpClient09Host: Status => Connecting [T:001][10:11:01.666] Debug AxMsRdpClient09Host: Status => Connected [T:001][10:11:01.668] Debug Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665 [T:001][10:11:03.570] Debug RDP Host: RdpOnOnConnected [T:001][10:11:04.090] Debug RDP Host: RdpOnOnLoginComplete [T:001][10:11:04.593] Debug RDP UpdateSessionDisplaySettings with: W = 3838, H = 2040, ScaleFactor = 150 [T:001][10:11:04.594] Error [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:884)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass50_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 884 ``` I checked on turned off border. Tab size (checked with ShareX): 3836x2042
Author
Owner

@VShawn commented on GitHub (Nov 30, 2023):

The key to the problem lies in measuring the resolution that RDP needs to display before opening the window. I found that it required different resolution compensation values under different scaling rates, and I haven't been able to identify a pattern, and not sure if their the same on different PC.

then, I was unable to reproduce the issue on a 1080p monitor like @karnasw report. (It may be because my 1080p is using a 100% scaling rate.)

After testing it for several days without making progress, I have decided to use a workaround to address this problem temporarily. it causes a flicker during RDP connection.

<!-- gh-comment-id:1833754850 --> @VShawn commented on GitHub (Nov 30, 2023): The key to the problem lies in measuring the resolution that RDP needs to display before opening the window. I found that it required different resolution compensation values under different scaling rates, and I haven't been able to identify a pattern, and not sure if their the same on different PC. then, I was unable to reproduce the issue on a 1080p monitor like @karnasw report. (It may be because my 1080p is using a 100% scaling rate.) After testing it for several days without making progress, I have decided to use a workaround to address this problem temporarily. it causes a flicker during RDP connection.
Author
Owner

@karnasw commented on GitHub (Dec 3, 2023):

Now it flickers for almost 30 seconds.

<!-- gh-comment-id:1837628444 --> @karnasw commented on GitHub (Dec 3, 2023): Now it flickers for almost 30 seconds.
Author
Owner

@VShawn commented on GitHub (Dec 4, 2023):

@karnasw then it means RDP keep calling UpdateSessionDisplaySettings in 30s....

It is designed to call UpdateSessionDisplaySettings only once as long as the resolution does not change.
flickering for 30 seconds should not occur. please show me the log to check out why it flickers

<!-- gh-comment-id:1837748504 --> @VShawn commented on GitHub (Dec 4, 2023): @karnasw then it means RDP keep calling UpdateSessionDisplaySettings in 30s.... It is designed to call UpdateSessionDisplaySettings only once as long as the resolution does not change. flickering for 30 seconds should not occur. please show me the log to check out why it flickers
Author
Owner

@karnasw commented on GitHub (Dec 4, 2023):

logs
[T:001][09:02:27.965]	`Debug`		Main window resize to: w = 2149,333333333333, h = 1133,3333333333333

[T:001][09:02:28.126]	`Debug`		Add dummy server for `Local`

[T:001][09:02:30.823]	`Debug`		CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0

[T:020][09:02:30.954]	`Debug`		TcpHelper: Connected to 192.168.1.15:3389

[T:001][09:02:31.053]	`Debug`		Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665

[T:001][09:02:31.077]	`Debug`		AxMsRdpClient09Host: Status => Initializing

[T:001][09:02:31.078]	`Debug`		RDP Host: _rdpClient.Dispose()

[T:001][09:02:31.097]	`Debug`		RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx()

[T:001][09:02:31.099]	`Debug`		RDP Host: init CreateControl();

[T:001][09:02:31.165]	`Debug`		RDP Host: init Static

[T:001][09:02:31.168]	`Debug`		RDP Host: init conn bar

[T:001][09:02:31.169]	`Debug`		RDP Host: init Redirect

[T:001][09:02:31.173]	`Debug`		RDP Host: init Display with ScaleFactor = 150, W = 2548, H = 1357, isReconnecting = False

[T:001][09:02:31.174]	`Debug`		RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3820,  DesktopHeight = 1357 * 1,500 = 2033
RdpControl.Width = 288, RdpControl.Height = 288


[T:001][09:02:31.174]	`Debug`		RDP Host: Display init end: RDP.DesktopWidth = 3820, RDP.DesktopHeight = 2033,

[T:001][09:02:31.175]	`Debug`		RDP Host: init Performance

[T:001][09:02:31.176]	`Debug`		RdpInit: DisplayPerformance = Auto, flag = 0

[T:001][09:02:31.176]	`Debug`		RDP Host: init Gateway

[T:001][09:02:31.177]	`Debug`		AxMsRdpClient09Host: Status => Initialized

[T:001][09:02:31.189]	`Debug`		AxMsRdpClient09Host: Status => Connecting

[T:001][09:02:31.533]	`Debug`		AxMsRdpClient09Host: Status => Connected

[T:001][09:02:31.535]	`Debug`		Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665

[T:001][09:02:33.857]	`Debug`		RDP Host:  RdpOnOnConnected

[T:001][09:02:34.070]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.071]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.181]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.182]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.292]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.292]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.399]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.399]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.510]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.510]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.533]	`Debug`		RDP Host:  RdpOnOnLoginComplete

[T:001][09:02:34.618]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.618]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.728]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.728]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.836]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.837]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:34.947]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:34.948]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918


[T:001][09:02:35.047]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.054]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.162]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.269]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.380]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.489]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.604]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.714]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.820]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:35.928]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.040]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.148]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.259]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.365]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.477]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.583]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.695]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.804]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:36.910]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.020]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.134]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.246]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.350]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.464]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.572]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.678]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.788]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:37.895]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.006]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.119]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.223]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.333]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.442]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.556]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.662]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.777]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.882]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:38.991]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.098]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.209]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.320]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.428]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.539]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.646]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.760]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.865]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:39.978]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.088]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.198]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.303]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.414]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.522]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.636]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.745]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.853]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:40.960]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.068]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.177]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.289]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.400]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.510]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.617]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.725]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.836]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:41.943]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.056]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.167]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.273]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.381]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.493]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.603]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.711]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.819]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:42.929]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.038]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.148]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.257]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.368]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.475]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.588]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.697]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.803]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:43.914]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.020]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.137]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.242]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.354]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.463]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.572]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.685]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.785]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:44.901]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.005]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.119]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.224]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.337]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.446]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.557]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.666]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.772]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.881]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:45.992]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.098]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.214]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.319]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.429]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.536]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.647]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.757]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.865]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:46.978]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.084]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.193]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:011][09:02:47.289]	`Debug`		Local:NeedRead = 1701676947408 < 1701163250624 = False

[T:011][09:02:47.290]	`Debug`		check database update - no need reload by timer 23100467

[T:001][09:02:47.308]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.414]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.520]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.637]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.744]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.854]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:47.959]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.072]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.177]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.290]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.400]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.507]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.617]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.730]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.837]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:48.943]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.054]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.160]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.275]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.383]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.490]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.602]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.711]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.817]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:49.928]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.042]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.150]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.259]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.370]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.474]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.582]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.697]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.805]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:50.913]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.024]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.136]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.244]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.353]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.465]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.569]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.681]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.787]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:51.900]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.007]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.117]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.224]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.339]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.443]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.556]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.664]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.774]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.882]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:52.993]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.099]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.211]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.317]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.427]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.536]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.652]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.760]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.872]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:53.975]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.083]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.198]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.306]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.413]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.522]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.629]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.745]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.851]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:54.959]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.073]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.176]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.277]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.383]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.492]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.594]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.694]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.805]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:55.911]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.020]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.133]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.246]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.352]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.466]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.572]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.678]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.788]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:56.901]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.017]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.131]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.245]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.355]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.463]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.572]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.687]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.788]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:57.900]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.014]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.122]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.228]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.339]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.443]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.552]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.654]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.760]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.867]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:58.979]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.095]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.195]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.306]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.411]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.520]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.634]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.750]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.865]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:02:59.974]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.087]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.192]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.308]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.418]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.526]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.635]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.746]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.853]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:00.959]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.070]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.179]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.286]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.400]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.505]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.620]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.723]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.837]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:01.946]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.052]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.163]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.270]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.381]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.490]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.605]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.712]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.817]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:02.932]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.043]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.145]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.260]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.368]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.476]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.585]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.693]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.805]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:03.910]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.021]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.133]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.245]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.352]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.458]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.574]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.679]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.787]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:04.900]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.007]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.121]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.229]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.338]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.445]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.557]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.667]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.773]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.882]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:05.988]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.104]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.211]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.324]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.435]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.539]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:015][09:03:06.538]	`Debug`		Local:NeedRead = 1701676947408 < 1701163250624 = False

[T:015][09:03:06.539]	`Debug`		check database update - no need reload by timer 23100467

[T:001][09:03:06.651]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.758]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.868]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:06.978]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.088]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.196]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.311]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.413]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.528]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.635]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.742]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.850]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:07.963]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.070]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.182]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.286]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.399]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.506]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.620]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.728]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.836]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:08.949]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.059]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.162]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.277]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.380]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.494]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.604]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.714]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.821]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:09.928]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.042]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.151]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.260]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.370]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.479]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.586]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.699]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.806]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:10.914]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.025]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.136]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.239]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.353]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.464]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.571]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.681]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.786]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:11.898]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.004]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.120]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.224]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.338]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.442]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.556]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.663]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.772]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.884]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:12.994]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.101]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.213]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.319]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.427]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.538]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.645]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.760]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.869]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:13.977]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.084]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.197]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.306]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.414]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.526]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.631]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.740]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.850]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:14.964]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.072]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.177]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.286]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.397]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.510]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.617]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.725]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.835]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:15.948]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.055]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.162]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.270]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.386]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.492]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.603]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.712]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.819]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:16.934]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.044]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.150]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.256]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.370]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.479]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.589]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.692]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.805]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:17.912]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.025]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.132]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.245]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.353]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.459]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.572]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.679]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.792]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:18.900]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.007]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.122]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.228]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.338]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.445]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.557]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.664]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.772]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.885]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:19.989]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.103]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.211]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.322]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.430]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.539]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.651]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.755]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.865]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:20.973]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.086]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.192]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.304]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.412]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.525]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.633]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.741]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.848]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:21.962]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.072]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.180]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.291]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.397]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.510]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.617]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.728]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.834]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:22.948]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.054]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.162]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.276]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.386]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.493]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.601]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.714]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.822]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:23.934]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.043]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.150]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.255]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.366]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.474]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.587]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.697]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.804]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:24.917]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.023]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.133]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.240]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.355]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.461]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.573]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.680]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:25.786]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:015][09:03:25.803]	`Debug`		Local:NeedRead = 1701676947408 < 1701163250624 = False

[T:015][09:03:25.804]	`Debug`		check database update - no need reload by timer 23100467

[T:001][09:03:25.899]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.006]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.120]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.228]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.338]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.443]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.557]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.664]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.775]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.885]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:26.989]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.103]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.211]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.319]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.430]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.541]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.648]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.762]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.865]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:27.976]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.088]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.196]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.303]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.410]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.524]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.634]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.742]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.853]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:28.957]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.072]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.184]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.289]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.395]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.510]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.621]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.729]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.836]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:29.946]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.054]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.161]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.274]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.383]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.496]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.602]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.708]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.823]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:30.932]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.037]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.150]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.257]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.371]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.482]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.588]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.697]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.803]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:31.913]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.024]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.129]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.239]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.354]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.463]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.573]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.678]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.793]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:32.900]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.011]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.118]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.225]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.336]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.449]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.558]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.667]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.775]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150

[T:001][09:03:33.883]	`Debug`		RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150
<!-- gh-comment-id:1838026357 --> @karnasw commented on GitHub (Dec 4, 2023): <details> <summary>logs</summary> ``` [T:001][09:02:27.965] `Debug` Main window resize to: w = 2149,333333333333, h = 1133,3333333333333 [T:001][09:02:28.126] `Debug` Add dummy server for `Local` [T:001][09:02:30.823] `Debug` CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0 [T:020][09:02:30.954] `Debug` TcpHelper: Connected to 192.168.1.15:3389 [T:001][09:02:31.053] `Debug` Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665 [T:001][09:02:31.077] `Debug` AxMsRdpClient09Host: Status => Initializing [T:001][09:02:31.078] `Debug` RDP Host: _rdpClient.Dispose() [T:001][09:02:31.097] `Debug` RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx() [T:001][09:02:31.099] `Debug` RDP Host: init CreateControl(); [T:001][09:02:31.165] `Debug` RDP Host: init Static [T:001][09:02:31.168] `Debug` RDP Host: init conn bar [T:001][09:02:31.169] `Debug` RDP Host: init Redirect [T:001][09:02:31.173] `Debug` RDP Host: init Display with ScaleFactor = 150, W = 2548, H = 1357, isReconnecting = False [T:001][09:02:31.174] `Debug` RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3820, DesktopHeight = 1357 * 1,500 = 2033 RdpControl.Width = 288, RdpControl.Height = 288 [T:001][09:02:31.174] `Debug` RDP Host: Display init end: RDP.DesktopWidth = 3820, RDP.DesktopHeight = 2033, [T:001][09:02:31.175] `Debug` RDP Host: init Performance [T:001][09:02:31.176] `Debug` RdpInit: DisplayPerformance = Auto, flag = 0 [T:001][09:02:31.176] `Debug` RDP Host: init Gateway [T:001][09:02:31.177] `Debug` AxMsRdpClient09Host: Status => Initialized [T:001][09:02:31.189] `Debug` AxMsRdpClient09Host: Status => Connecting [T:001][09:02:31.533] `Debug` AxMsRdpClient09Host: Status => Connected [T:001][09:02:31.535] `Debug` Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665 [T:001][09:02:33.857] `Debug` RDP Host: RdpOnOnConnected [T:001][09:02:34.070] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.071] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.181] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.182] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.292] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.292] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.399] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.399] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.510] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.510] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.533] `Debug` RDP Host: RdpOnOnLoginComplete [T:001][09:02:34.618] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.618] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.728] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.728] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.836] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.837] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:34.947] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:34.948] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:918)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at AxMSTSCLib.AxMsRdpClient9NotSafeForScripting.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 918 [T:001][09:02:35.047] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.054] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.162] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.269] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.380] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.489] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.604] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.714] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.820] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:35.928] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.040] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.148] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.259] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.365] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.477] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.583] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.695] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.804] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:36.910] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.020] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.134] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.246] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.350] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.464] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.572] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.678] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.788] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:37.895] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.006] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.119] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.223] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.333] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.442] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.556] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.662] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.777] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.882] `Debug` RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:38.991] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.098] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.209] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.320] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.428] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.539] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.646] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.760] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.865] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:39.978] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.088] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.198] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.303] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.414] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.522] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.636] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.745] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.853] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:40.960] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.068] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.177] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.289] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.400] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.510] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.617] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.725] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.836] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:41.943] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.056] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.167] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.273] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.381] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.493] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.603] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.711] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.819] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:42.929] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.038] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.148] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.257] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.368] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.475] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.588] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.697] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.803] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:43.914] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.020] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.137] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.242] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.354] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.463] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.572] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.685] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.785] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:44.901] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.005] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.119] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.224] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.337] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.446] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.557] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.666] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.772] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.881] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:45.992] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.098] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.214] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.319] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.429] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.536] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.647] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.757] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.865] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:46.978] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.084] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.193] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:011][09:02:47.289] `Debug` Local:NeedRead = 1701676947408 < 1701163250624 = False [T:011][09:02:47.290] `Debug` check database update - no need reload by timer 23100467 [T:001][09:02:47.308] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.414] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.520] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.637] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.744] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.854] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:47.959] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.072] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.177] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.290] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.400] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.507] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.617] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.730] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.837] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:48.943] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.054] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.160] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.275] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.383] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.490] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.602] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.711] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.817] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:49.928] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.042] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.150] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.259] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.370] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.474] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.582] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.697] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.805] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:50.913] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.024] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.136] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.244] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.353] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.465] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.569] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.681] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.787] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:51.900] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.007] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.117] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.224] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.339] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.443] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.556] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.664] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.774] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.882] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:52.993] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.099] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.211] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.317] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.427] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.536] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.652] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.760] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.872] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:53.975] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.083] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.198] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.306] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.413] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.522] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.629] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.745] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.851] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:54.959] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.073] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.176] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.277] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.383] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.492] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.594] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.694] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.805] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:55.911] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.020] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.133] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.246] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.352] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.466] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.572] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.678] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.788] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:56.901] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.017] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.131] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.245] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.355] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.463] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.572] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.687] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.788] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:57.900] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.014] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.122] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.228] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.339] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.443] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.552] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.654] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.760] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.867] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:58.979] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.095] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.195] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.306] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.411] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.520] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.634] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.750] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.865] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:02:59.974] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.087] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.192] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.308] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.418] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.526] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.635] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.746] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.853] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:00.959] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.070] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.179] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.286] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.400] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.505] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.620] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.723] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.837] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:01.946] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.052] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.163] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.270] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.381] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.490] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.605] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.712] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.817] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:02.932] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.043] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.145] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.260] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.368] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.476] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.585] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.693] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.805] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:03.910] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.021] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.133] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.245] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.352] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.458] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.574] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.679] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.787] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:04.900] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.007] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.121] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.229] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.338] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.445] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.557] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.667] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.773] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.882] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:05.988] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.104] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.211] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.324] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.435] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.539] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:015][09:03:06.538] `Debug` Local:NeedRead = 1701676947408 < 1701163250624 = False [T:015][09:03:06.539] `Debug` check database update - no need reload by timer 23100467 [T:001][09:03:06.651] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.758] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.868] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:06.978] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.088] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.196] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.311] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.413] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.528] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.635] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.742] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.850] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:07.963] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.070] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.182] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.286] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.399] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.506] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.620] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.728] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.836] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:08.949] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.059] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.162] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.277] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.380] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.494] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.604] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.714] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.821] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:09.928] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.042] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.151] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.260] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.370] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.479] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.586] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.699] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.806] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:10.914] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.025] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.136] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.239] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.353] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.464] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.571] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.681] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.786] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:11.898] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.004] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.120] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.224] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.338] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.442] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.556] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.663] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.772] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.884] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:12.994] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.101] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.213] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.319] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.427] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.538] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.645] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.760] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.869] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:13.977] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.084] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.197] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.306] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.414] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.526] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.631] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.740] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.850] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:14.964] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.072] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.177] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.286] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.397] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.510] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.617] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.725] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.835] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:15.948] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.055] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.162] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.270] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.386] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.492] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.603] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.712] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.819] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:16.934] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.044] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.150] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.256] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.370] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.479] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.589] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.692] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.805] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:17.912] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.025] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.132] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.245] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.353] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.459] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.572] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.679] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.792] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:18.900] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.007] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.122] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.228] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.338] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.445] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.557] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.664] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.772] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.885] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:19.989] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.103] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.211] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.322] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.430] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.539] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.651] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.755] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.865] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:20.973] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.086] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.192] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.304] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.412] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.525] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.633] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.741] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.848] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:21.962] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.072] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.180] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.291] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.397] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.510] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.617] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.728] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.834] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:22.948] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.054] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.162] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.276] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.386] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.493] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.601] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.714] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.822] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:23.934] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.043] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.150] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.255] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.366] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.474] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.587] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.697] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.804] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:24.917] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.023] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.133] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.240] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.355] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.461] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.573] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.680] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:25.786] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:015][09:03:25.803] `Debug` Local:NeedRead = 1701676947408 < 1701163250624 = False [T:015][09:03:25.804] `Debug` check database update - no need reload by timer 23100467 [T:001][09:03:25.899] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.006] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.120] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.228] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.338] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.443] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.557] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.664] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.775] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.885] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:26.989] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.103] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.211] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.319] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.430] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.541] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.648] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.762] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.865] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:27.976] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.088] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.196] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.303] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.410] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.524] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.634] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.742] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.853] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:28.957] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.072] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.184] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.289] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.395] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.510] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.621] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.729] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.836] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:29.946] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.054] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.161] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.274] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.383] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.496] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.602] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.708] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.823] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:30.932] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.037] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.150] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.257] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.371] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.482] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.588] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.697] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.803] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:31.913] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.024] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.129] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.239] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.354] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.463] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.573] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.678] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.793] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:32.900] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.011] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.118] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.225] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.336] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.449] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.558] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.667] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.775] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 [T:001][09:03:33.883] `Debug` RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 ``` </details>
Author
Owner

@karnasw commented on GitHub (Dec 5, 2023):

On build 1Remote-1.0.0.0-beta.06-net6-x64-nightly-20231022-cbab80 from first post, scrollbar were overlapsing on few clients. Then after few fixes it was overlapsing on all clients. Now it flickers on all clients.

I rollbacked to 1Remote-1.0.0.0-beta.07-net6-x64-nightly-20231126-458e48, best so far.

<!-- gh-comment-id:1840426585 --> @karnasw commented on GitHub (Dec 5, 2023): On build 1Remote-1.0.0.0-beta.06-net6-x64-nightly-20231022-cbab80 from first post, scrollbar were overlapsing on few clients. Then after few fixes it was overlapsing on all clients. Now it flickers on all clients. I rollbacked to 1Remote-1.0.0.0-beta.07-net6-x64-nightly-20231126-458e48, best so far.
Author
Owner

@VShawn commented on GitHub (Dec 6, 2023):

@karnasw

apologize for late. I have been very busy lately, and haven't had time to maintain 1Remote. The UpdateSessionDisplaySettings function is only called when any of the W, H, ScaleFactor parameters are changed. I am surprised to see that UpdateSessionDisplaySettings has been called times with the same parameters in your case, and I am unsure why it is happening. I might also need to roll back the code to the previous version now...

<!-- gh-comment-id:1842518368 --> @VShawn commented on GitHub (Dec 6, 2023): @karnasw apologize for late. I have been very busy lately, and haven't had time to maintain 1Remote. The `UpdateSessionDisplaySettings` function is only called when any of the W, H, ScaleFactor parameters are changed. I am surprised to see that `UpdateSessionDisplaySettings` has been called times with the same parameters in your case, and I am unsure why it is happening. I might also need to roll back the code to the previous version now...
Author
Owner

@VShawn commented on GitHub (Dec 7, 2023):

@karnasw I think the latest commit will improve the flickers.

<!-- gh-comment-id:1845342680 --> @VShawn commented on GitHub (Dec 7, 2023): @karnasw I think the latest commit will improve the flickers.
Author
Owner

@karnasw commented on GitHub (Dec 7, 2023):

Still flickers:

logs
[T:020][14:38:54.347]	`Debug`		MarkProtocolHostToClose: marking to close: AxMsRdpClient09Host(id = 3_192.168.1.15:3389(erp), hash = 15579745)

[T:020][14:38:54.348]	`Debug`		MarkProtocolHostToClose: Current: Host = 0, Full = 0, Tab = 1, HostToBeDispose = 1, WindowToBeDispose = 0

[T:020][14:38:54.371]	`Debug`		CloseEmptyWindows: closing tab(18821337)

[T:020][14:38:54.371]	`Debug`		CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 1, WindowToBeDispose = 1

[T:020][14:38:54.372]	`Debug`		Closing: 1 Empty Host.

[T:020][14:38:54.372]	`Debug`		CloseMarkedProtocolHost: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 1

[T:020][14:38:54.372]	`Debug`		Disposing AxMsRdpClient09Host(15579745)

[T:020][14:38:54.456]	`Debug`		RDP Host: _rdpClient.Dispose()

[T:020][14:38:54.456]	`Debug`		Dispose done AxMsRdpClient09Host(15579745)

[T:020][14:38:56.161]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:020][14:38:56.166]	`Debug`		check database update - no need reload by timer 53764674

[T:001][14:38:56.746]	`Debug`		CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0

[T:025][14:38:56.862]	`Debug`		TcpHelper: Connected to 192.168.1.15:3389

[T:001][14:38:56.904]	`Debug`		Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665

[T:001][14:38:56.911]	`Debug`		AxMsRdpClient09Host: Status => Initializing

[T:001][14:38:56.912]	`Debug`		RDP Host: _rdpClient.Dispose()

[T:001][14:38:56.912]	`Debug`		RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx()

[T:001][14:38:56.913]	`Debug`		RDP Host: init CreateControl();

[T:001][14:38:56.923]	`Debug`		RDP Host: init Static

[T:001][14:38:56.924]	`Debug`		RDP Host: init conn bar

[T:001][14:38:56.924]	`Debug`		RDP Host: init Redirect

[T:001][14:38:56.925]	`Debug`		RDP Host: init Display with ScaleFactor = 150, W = 2548, H = 1357, isReconnecting = False

[T:001][14:38:56.925]	`Debug`		RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3820,  DesktopHeight = 1357 * 1,500 = 2033
RdpControl.Width = 288, RdpControl.Height = 288


[T:001][14:38:56.925]	`Debug`		RDP Host: Display init end: RDP.DesktopWidth = 3820, RDP.DesktopHeight = 2033,

[T:001][14:38:56.926]	`Debug`		RDP Host: init Performance

[T:001][14:38:56.926]	`Debug`		RdpInit: DisplayPerformance = Auto, flag = 0

[T:001][14:38:56.926]	`Debug`		RDP Host: init Gateway

[T:001][14:38:56.926]	`Debug`		AxMsRdpClient09Host: Status => Initialized

[T:001][14:38:56.930]	`Debug`		AxMsRdpClient09Host: Status => Connecting

[T:001][14:38:57.009]	`Debug`		AxMsRdpClient09Host: Status => Connected

[T:001][14:38:57.011]	`Debug`		Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665

[T:001][14:38:58.917]	`Debug`		RDP Host:  RdpOnOnConnected

[T:009][14:38:59.221]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:38:59.222]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 0 -> 150, focus = False

[T:001][14:38:59.222]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:944)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944


[T:009][14:38:59.534]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:38:59.536]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:001][14:38:59.536]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:944)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944


[T:001][14:38:59.752]	`Debug`		RDP Host:  RdpOnOnLoginComplete

[T:010][14:38:59.844]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:38:59.845]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:001][14:38:59.846]	`Error`		[AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:944)]	
> System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED))
   at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944

> StackTrace:    at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor)
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944


[T:020][14:39:00.158]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:00.160]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:00.266]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:00.267]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:020][14:39:00.470]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:00.471]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:010][14:39:00.785]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:00.787]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:016][14:39:01.094]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:01.095]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:010][14:39:01.407]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:01.408]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:016][14:39:01.723]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:01.725]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:016][14:39:02.032]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:02.033]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:02.345]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:02.347]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:02.661]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:02.664]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:02.971]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:02.973]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:03.284]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:03.285]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:008][14:39:03.595]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:03.596]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:008][14:39:03.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:03.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:04.220]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:04.221]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:04.533]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:04.535]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:04.849]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:04.851]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:05.158]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:05.159]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:05.469]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:05.471]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:05.782]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:05.783]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:06.097]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:06.098]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:06.408]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:06.410]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:06.721]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:06.724]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:07.035]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:07.037]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:07.348]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:07.349]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:07.657]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:07.659]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:07.973]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:07.975]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:08.287]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:08.289]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:08.595]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:08.596]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:08.907]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:08.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:09.220]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:09.223]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:09.532]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:09.533]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:09.845]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:09.848]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:10.158]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:10.159]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:10.472]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:10.472]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:10.782]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:10.784]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:11.095]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:11.096]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:11.410]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:11.412]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:11.722]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:11.726]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:12.033]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:12.036]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:12.346]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:12.348]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:12.660]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:12.663]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:12.969]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:12.971]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:13.282]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:13.285]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:13.595]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:13.597]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:13.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:13.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:14.219]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:14.220]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:14.531]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:14.532]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:14.846]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:14.847]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:15.157]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:15.158]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:15.424]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:021][14:39:15.425]	`Debug`		check database update - no need reload by timer 53764674

[T:009][14:39:15.470]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:15.471]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:15.782]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:15.783]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:16.095]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:16.097]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:16.407]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:16.408]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:16.721]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:16.722]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:17.032]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:17.033]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:17.347]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:17.348]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:17.659]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:17.660]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:17.970]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:17.971]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:18.282]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:18.283]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:18.596]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:18.597]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:18.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:18.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:19.220]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:19.222]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:19.535]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:19.536]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:19.844]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:19.847]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:20.157]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:20.158]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:20.470]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:20.471]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:20.783]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:20.785]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:21.094]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:21.095]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:21.409]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:21.412]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:21.718]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:21.720]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:22.034]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:22.036]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:22.346]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:22.348]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:22.660]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:22.663]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:22.969]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:22.970]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:23.286]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:23.289]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:23.595]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:23.597]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:23.909]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:23.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:24.219]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:24.220]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:24.531]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:24.532]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:24.846]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:24.847]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:25.156]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:25.157]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:25.470]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:25.471]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:25.784]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:25.785]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:26.096]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:26.097]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:26.408]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:26.409]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:26.719]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:26.720]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:27.034]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:27.036]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:27.345]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:27.346]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:27.660]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:27.662]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:27.969]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:27.971]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:28.282]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:28.283]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:28.595]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:28.597]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:28.909]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:28.910]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:29.220]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:29.221]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:29.532]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:29.534]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:29.845]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:29.847]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:30.159]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:30.160]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:30.471]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:30.472]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:30.784]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:30.787]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:31.094]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:31.095]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:31.408]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:31.410]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:31.721]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:31.723]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:32.034]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:32.035]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:32.346]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:32.348]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:32.657]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:32.658]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:32.969]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:32.971]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:33.283]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:33.285]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:33.594]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:33.595]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:33.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:33.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:34.221]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:34.222]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:34.531]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:34.532]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:34.751]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:021][14:39:34.752]	`Debug`		check database update - no need reload by timer 53764674

[T:009][14:39:34.846]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:34.849]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:35.158]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:35.159]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:35.472]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:35.474]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:35.783]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:35.786]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:36.097]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:36.098]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:36.409]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:36.412]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:36.722]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:36.723]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:37.037]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:37.038]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:37.346]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:37.349]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:37.660]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:37.663]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:37.971]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:37.973]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:38.282]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:38.283]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:38.598]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:38.602]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:38.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:38.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:39.219]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:39.220]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:39.533]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:39.534]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:39.845]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:39.846]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:40.160]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:40.161]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:40.470]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:40.472]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:40.785]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:40.786]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:41.096]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:41.097]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:41.407]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:41.408]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:41.719]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:41.722]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:42.031]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:42.032]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:42.344]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:42.345]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:42.657]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:42.658]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:42.972]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:42.973]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:43.283]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:43.284]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:43.596]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:43.598]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:43.909]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:43.910]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:44.219]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:44.220]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:44.533]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:44.534]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:44.846]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:44.847]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:45.158]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:45.159]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:45.471]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:45.473]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:45.783]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:45.785]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:46.098]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:46.099]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:46.408]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:46.409]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:46.720]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:46.723]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:47.035]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:47.036]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:47.347]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:47.348]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:47.656]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:47.657]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:47.970]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:47.971]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:48.283]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:48.284]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:48.595]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:48.597]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:48.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:48.910]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:49.220]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:49.221]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:49.535]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:49.536]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:49.848]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:49.850]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:014][14:39:50.157]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:50.158]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:50.472]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:50.474]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:50.782]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:50.783]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:51.094]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:51.096]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:51.406]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:51.407]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:51.719]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:51.720]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:52.034]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:52.036]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:52.346]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:52.347]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:52.657]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:52.658]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:009][14:39:52.970]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:52.972]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:53.284]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:53.287]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:53.597]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:53.599]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:53.906]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:53.907]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:54.004]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:021][14:39:54.005]	`Debug`		check database update - no need reload by timer 53764674

[T:009][14:39:54.220]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:54.222]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:54.532]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:54.534]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:54.850]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:54.852]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:55.156]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:55.157]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:55.469]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:55.470]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:003][14:39:55.783]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:55.784]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:56.096]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:56.097]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:003][14:39:56.406]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:56.407]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:56.720]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:56.722]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:57.031]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:57.032]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:003][14:39:57.347]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:57.348]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:012][14:39:57.657]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:57.658]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:012][14:39:57.972]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:57.974]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:58.285]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:58.286]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:58.597]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:58.599]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:39:58.908]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:58.909]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:021][14:39:59.219]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:39:59.220]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:012][14:40:13.345]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:012][14:40:13.345]	`Debug`		check database update - no need reload by timer 53764674

[T:021][14:40:32.675]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:021][14:40:32.676]	`Debug`		check database update - no need reload by timer 53764674

[T:001][14:40:42.776]	`Debug`		(Window state changed)Tab size change to:W = 800, H = 600

[T:021][14:40:43.539]	`Debug`		ReSizeRdpToControlSize start run...

[T:001][14:40:43.540]	`Debug`		SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False

[T:005][14:40:51.909]	`Debug`		Local:NeedRead = 1701956015344 < 1701686753059 = False

[T:005][14:40:51.910]	`Debug`		check database update - no need reload by timer 53764674
<!-- gh-comment-id:1845369680 --> @karnasw commented on GitHub (Dec 7, 2023): Still flickers: <details> <summary>logs</summary> ``` [T:020][14:38:54.347] `Debug` MarkProtocolHostToClose: marking to close: AxMsRdpClient09Host(id = 3_192.168.1.15:3389(erp), hash = 15579745) [T:020][14:38:54.348] `Debug` MarkProtocolHostToClose: Current: Host = 0, Full = 0, Tab = 1, HostToBeDispose = 1, WindowToBeDispose = 0 [T:020][14:38:54.371] `Debug` CloseEmptyWindows: closing tab(18821337) [T:020][14:38:54.371] `Debug` CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 1, WindowToBeDispose = 1 [T:020][14:38:54.372] `Debug` Closing: 1 Empty Host. [T:020][14:38:54.372] `Debug` CloseMarkedProtocolHost: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 1 [T:020][14:38:54.372] `Debug` Disposing AxMsRdpClient09Host(15579745) [T:020][14:38:54.456] `Debug` RDP Host: _rdpClient.Dispose() [T:020][14:38:54.456] `Debug` Dispose done AxMsRdpClient09Host(15579745) [T:020][14:38:56.161] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:020][14:38:56.166] `Debug` check database update - no need reload by timer 53764674 [T:001][14:38:56.746] `Debug` CloseEmptyWindows: Current: Host = 0, Full = 0, Tab = 0, HostToBeDispose = 0, WindowToBeDispose = 0 [T:025][14:38:56.862] `Debug` TcpHelper: Connected to 192.168.1.15:3389 [T:001][14:38:56.904] `Debug` Tab size change to:W = 2574,6666666666665, H = 1454,6666666666665 [T:001][14:38:56.911] `Debug` AxMsRdpClient09Host: Status => Initializing [T:001][14:38:56.912] `Debug` RDP Host: _rdpClient.Dispose() [T:001][14:38:56.912] `Debug` RDP Host: init new AxMsRdpClient9NotSafeForScriptingEx() [T:001][14:38:56.913] `Debug` RDP Host: init CreateControl(); [T:001][14:38:56.923] `Debug` RDP Host: init Static [T:001][14:38:56.924] `Debug` RDP Host: init conn bar [T:001][14:38:56.924] `Debug` RDP Host: init Redirect [T:001][14:38:56.925] `Debug` RDP Host: init Display with ScaleFactor = 150, W = 2548, H = 1357, isReconnecting = False [T:001][14:38:56.925] `Debug` RDP Host: init Display set DesktopWidth = 2548 * 1,500 = 3820, DesktopHeight = 1357 * 1,500 = 2033 RdpControl.Width = 288, RdpControl.Height = 288 [T:001][14:38:56.925] `Debug` RDP Host: Display init end: RDP.DesktopWidth = 3820, RDP.DesktopHeight = 2033, [T:001][14:38:56.926] `Debug` RDP Host: init Performance [T:001][14:38:56.926] `Debug` RdpInit: DisplayPerformance = Auto, flag = 0 [T:001][14:38:56.926] `Debug` RDP Host: init Gateway [T:001][14:38:56.926] `Debug` AxMsRdpClient09Host: Status => Initialized [T:001][14:38:56.930] `Debug` AxMsRdpClient09Host: Status => Connecting [T:001][14:38:57.009] `Debug` AxMsRdpClient09Host: Status => Connected [T:001][14:38:57.011] `Debug` Tab size change to:W = 2574,6666666666665, H = 1406,6666666666665 [T:001][14:38:58.917] `Debug` RDP Host: RdpOnOnConnected [T:009][14:38:59.221] `Debug` ReSizeRdpToControlSize start run... [T:001][14:38:59.222] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 0 -> 150, focus = False [T:001][14:38:59.222] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:944)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944 [T:009][14:38:59.534] `Debug` ReSizeRdpToControlSize start run... [T:001][14:38:59.536] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:001][14:38:59.536] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:944)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944 [T:001][14:38:59.752] `Debug` RDP Host: RdpOnOnLoginComplete [T:010][14:38:59.844] `Debug` ReSizeRdpToControlSize start run... [T:001][14:38:59.845] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:001][14:38:59.846] `Error` [AxMsRdpClient09Host.xaml.cs(<SetRdpResolution>b__0:944)] > System.Runtime.InteropServices.COMException (0x8000FFFF): Katastrofalny błąd. (0x8000FFFF (E_UNEXPECTED)) at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944 > StackTrace: at MSTSCLib.IMsRdpClient9.UpdateSessionDisplaySettings(UInt32 ulDesktopWidth, UInt32 ulDesktopHeight, UInt32 ulPhysicalWidth, UInt32 ulPhysicalHeight, UInt32 ulOrientation, UInt32 ulDesktopScaleFactor, UInt32 ulDeviceScaleFactor) at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.<>c__DisplayClass53_0.<SetRdpResolution>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.xaml.cs:line 944 [T:020][14:39:00.158] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:00.160] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:00.266] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:00.267] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:020][14:39:00.470] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:00.471] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:010][14:39:00.785] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:00.787] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:016][14:39:01.094] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:01.095] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:010][14:39:01.407] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:01.408] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:016][14:39:01.723] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:01.725] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:016][14:39:02.032] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:02.033] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:02.345] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:02.347] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3820 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:02.661] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:02.664] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:02.971] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:02.973] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:03.284] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:03.285] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:008][14:39:03.595] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:03.596] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:008][14:39:03.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:03.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:04.220] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:04.221] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:04.533] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:04.535] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:04.849] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:04.851] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:05.158] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:05.159] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:05.469] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:05.471] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:05.782] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:05.783] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:06.097] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:06.098] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:06.408] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:06.410] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:06.721] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:06.724] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:07.035] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:07.037] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:07.348] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:07.349] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:07.657] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:07.659] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:07.973] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:07.975] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:08.287] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:08.289] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:08.595] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:08.596] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:08.907] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:08.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:09.220] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:09.223] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:09.532] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:09.533] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:09.845] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:09.848] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:10.158] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:10.159] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:10.472] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:10.472] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:10.782] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:10.784] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:11.095] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:11.096] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:11.410] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:11.412] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:11.722] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:11.726] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:12.033] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:12.036] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:12.346] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:12.348] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:12.660] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:12.663] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:12.969] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:12.971] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:13.282] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:13.285] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:13.595] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:13.597] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:13.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:13.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:14.219] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:14.220] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:14.531] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:14.532] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:14.846] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:14.847] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:15.157] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:15.158] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:15.424] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:021][14:39:15.425] `Debug` check database update - no need reload by timer 53764674 [T:009][14:39:15.470] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:15.471] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:15.782] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:15.783] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:16.095] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:16.097] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:16.407] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:16.408] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:16.721] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:16.722] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:17.032] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:17.033] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:17.347] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:17.348] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:17.659] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:17.660] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:17.970] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:17.971] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:18.282] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:18.283] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:18.596] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:18.597] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:18.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:18.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:19.220] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:19.222] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:19.535] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:19.536] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:19.844] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:19.847] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:20.157] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:20.158] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:20.470] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:20.471] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:20.783] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:20.785] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:21.094] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:21.095] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:21.409] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:21.412] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:21.718] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:21.720] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:22.034] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:22.036] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:22.346] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:22.348] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:22.660] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:22.663] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:22.969] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:22.970] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:23.286] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:23.289] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:23.595] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:23.597] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:23.909] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:23.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:24.219] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:24.220] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:24.531] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:24.532] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:24.846] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:24.847] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:25.156] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:25.157] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:25.470] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:25.471] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:25.784] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:25.785] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:26.096] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:26.097] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:26.408] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:26.409] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:26.719] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:26.720] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:27.034] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:27.036] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:27.345] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:27.346] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:27.660] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:27.662] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:27.969] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:27.971] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:28.282] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:28.283] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:28.595] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:28.597] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:28.909] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:28.910] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:29.220] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:29.221] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:29.532] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:29.534] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:29.845] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:29.847] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:30.159] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:30.160] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:30.471] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:30.472] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:30.784] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:30.787] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:31.094] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:31.095] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:31.408] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:31.410] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:31.721] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:31.723] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:32.034] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:32.035] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:32.346] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:32.348] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:32.657] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:32.658] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:32.969] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:32.971] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:33.283] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:33.285] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:33.594] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:33.595] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:33.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:33.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:34.221] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:34.222] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:34.531] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:34.532] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:34.751] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:021][14:39:34.752] `Debug` check database update - no need reload by timer 53764674 [T:009][14:39:34.846] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:34.849] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:35.158] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:35.159] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:35.472] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:35.474] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:35.783] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:35.786] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:36.097] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:36.098] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:36.409] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:36.412] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:36.722] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:36.723] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:37.037] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:37.038] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:37.346] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:37.349] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:37.660] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:37.663] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:37.971] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:37.973] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:38.282] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:38.283] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:38.598] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:38.602] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:38.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:38.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:39.219] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:39.220] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:39.533] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:39.534] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:39.845] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:39.846] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:40.160] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:40.161] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:40.470] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:40.472] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:40.785] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:40.786] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:41.096] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:41.097] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:41.407] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:41.408] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:41.719] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:41.722] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:42.031] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:42.032] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:42.344] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:42.345] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:42.657] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:42.658] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:42.972] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:42.973] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:43.283] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:43.284] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:43.596] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:43.598] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:43.909] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:43.910] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:44.219] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:44.220] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:44.533] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:44.534] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:44.846] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:44.847] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:45.158] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:45.159] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:45.471] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:45.473] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:45.783] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:45.785] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:46.098] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:46.099] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:46.408] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:46.409] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:46.720] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:46.723] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:47.035] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:47.036] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:47.347] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:47.348] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:47.656] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:47.657] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:47.970] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:47.971] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:48.283] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:48.284] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:48.595] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:48.597] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:48.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:48.910] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:49.220] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:49.221] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:49.535] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:49.536] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:49.848] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:49.850] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:014][14:39:50.157] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:50.158] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:50.472] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:50.474] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:50.782] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:50.783] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:51.094] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:51.096] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:51.406] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:51.407] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:51.719] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:51.720] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:52.034] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:52.036] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:52.346] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:52.347] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:52.657] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:52.658] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:009][14:39:52.970] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:52.972] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:53.284] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:53.287] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:53.597] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:53.599] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:53.906] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:53.907] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:54.004] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:021][14:39:54.005] `Debug` check database update - no need reload by timer 53764674 [T:009][14:39:54.220] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:54.222] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:54.532] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:54.534] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:54.850] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:54.852] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:55.156] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:55.157] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:55.469] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:55.470] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:003][14:39:55.783] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:55.784] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:56.096] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:56.097] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:003][14:39:56.406] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:56.407] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:56.720] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:56.722] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:57.031] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:57.032] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:003][14:39:57.347] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:57.348] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:012][14:39:57.657] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:57.658] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:012][14:39:57.972] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:57.974] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:58.285] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:58.286] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:58.597] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:58.599] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:39:58.908] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:58.909] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:021][14:39:59.219] `Debug` ReSizeRdpToControlSize start run... [T:001][14:39:59.220] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:012][14:40:13.345] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:012][14:40:13.345] `Debug` check database update - no need reload by timer 53764674 [T:021][14:40:32.675] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:021][14:40:32.676] `Debug` check database update - no need reload by timer 53764674 [T:001][14:40:42.776] `Debug` (Window state changed)Tab size change to:W = 800, H = 600 [T:021][14:40:43.539] `Debug` ReSizeRdpToControlSize start run... [T:001][14:40:43.540] `Debug` SetRdpResolution: RDP UpdateSessionDisplaySettings with: W = 3822 -> 3823, H = 2033 -> 2033, ScaleFactor = 150 -> 150, focus = False [T:005][14:40:51.909] `Debug` Local:NeedRead = 1701956015344 < 1701686753059 = False [T:005][14:40:51.910] `Debug` check database update - no need reload by timer 53764674 ``` </details>
Author
Owner

@VShawn commented on GitHub (Dec 8, 2023):

Welll ... after reproducing it on one of my computers, the flickers on my computer were fixed with commit github.com/1Remote/1Remote@3e16e2292e. I didn't expect that there are still flickers on your side. I wiil continue testing this issue when I have time over the weekend. If it still cannot be resolved after next Sunday, I plan to roll back the code.

<!-- gh-comment-id:1846313972 --> @VShawn commented on GitHub (Dec 8, 2023): Welll ... after reproducing it on one of my computers, the flickers on my computer were fixed with commit https://github.com/1Remote/1Remote/commit/3e16e2292e1481aa38619ab5d353757cfc54665a. I didn't expect that there are still flickers on your side. I wiil continue testing this issue when I have time over the weekend. If it still cannot be resolved after next Sunday, I plan to roll back the code.
Author
Owner

@karnasw commented on GitHub (Dec 11, 2023):

Thanks, last changes works perfect :)

<!-- gh-comment-id:1849904543 --> @karnasw commented on GitHub (Dec 11, 2023): Thanks, last changes works perfect :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#2355
No description provided.