You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with default compiled cefviewcore and cefviewwing, which I suppose must be an example application using cefviewcore.
The CefViewAppBase::GetProcessType(command_line); function returns unknown type, if I pass --type=renderer in launch arguments it crashes with some weird exit code and --type=zygote returns 1 as well.
What are the steps to launch the example app? Is there any documentation on how to use cefviewcore?
I am using Rider ide, with vs2022 toolchain
The text was updated successfully, but these errors were encountered:
I have a problem with default compiled cefviewcore and cefviewwing, which I suppose must be an example application using cefviewcore.
The CefViewAppBase::GetProcessType(command_line); function returns unknown type, if I pass --type=renderer in launch arguments it crashes with some weird exit code and --type=zygote returns 1 as well.
What are the steps to launch the example app? Is there any documentation on how to use cefviewcore?
I am using Rider ide, with vs2022 toolchain
The text was updated successfully, but these errors were encountered: