Closed dimaklekchyan closed 8 months ago
I was just experiencing this same issue. What worked for me was setting the JBR package to the previous release in the KCEF configuration builder.
release("jbr-release-17.0.10b1087.23")
@nsullivan251 Thank you! It works @DatL4g Sorry i missed the topic
OS: Mac M1 13.6.4 (22G513) JDK: correto-17.0.10
When i try to create KCEFClient after successful initialization of KCEF an error occurs
It happens due to creating of CefMessageRouter in KCEFClient init block
but CefClient creating without CefMessageRouter finishes successful
How to solve the problem?