R Studio IDE crashing after x11() call

My RStudio 2022.07.2 Build 576 / R 4.2.2 on Win 11 crashes, when opening new device window using x11() or windows(). When performed on clean system, working well, till some libraries are loaded. Then fatal error leading to session abort appears.
Error message below points towards ucrtbase.dll - part of Visual C runtime library. Re-installing library with shows no improvement. Running the same on R console causes no issue.
can you provide any hints to problem root cause?

Faulting application name: rsession-utf8.exe, version: 2022.7.2.0, time stamp: 0x63176c3d
Faulting module name: ucrtbase.dll, version: 10.0.19041.789, time stamp: 0x2bd748bf
Exception code: 0xc0000409
Fault offset: 0x0000000000071208
Faulting process id: 0x3774
Faulting application start time: 0x01d9450956aaa11a
Faulting application path: C:\RStudio\bin\rsession-utf8.exe
Faulting module path: C:\WINDOWS\System32\ucrtbase.dll

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.