However, on Windows, I'm facing a runtime issue that starts to happen when we use the new Chrome Runtime.
CefGlue was previously using the Alloy bootstrap on ver M120. It was deprecated on M128.
I replicated this issue by using M126. Everything is fine when we have the Alloy Bootstrap. However, when I set the: "ChromeRuntime = true" in the CEFSettings I also have this issue.
- Code: Select all
[25008:19100:0421/171306.620:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
[25008:19100:0421/171307.459:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
[25008:19100:0421/171309.434:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
[25008:19100:0421/171310.320:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
[25008:19100:0421/171312.430:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
[25008:19100:0421/171313.258:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
Found a similar issue in this forum: https://magpcss.org/ceforum/viewtopic.php?f=6&t=19932
But the root cause seems completely different.
---------------------------------
Do you have any idea why the new Chrome Runtime bootstrap is triggering this issue, or do you have an idea on how to fix it?
Working on this PR: https://github.com/OutSystems/CefGlue/pull/208