Quentin Quadrat
Quentin Quadrat
I'm slow for writing texts in poor English sentences ^^
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
@TheSilentFog, in nominal cases, whatever the operating system you are using, if you see multiple cef processes, this is normal: CEF creates many forks of itself (Firefox also do the...
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
I know That GDCef instance is not destroyed. Maybe because Godot is still using it when inside the editor (ref counter). It is released when Godot ends. On Linux forks...
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
Yes this is a real issue @face-hh https://youtu.be/37ISfJ2NSXQ?feature=shared&t=446 noticed it :) @eliopark-nsuslab have you idea ? I think probably a conflict between Godot's RefCount and CEF's RefCount. On Linux I...
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
I tried on the new commit where I manage better the shutdown of browsers. I see nothing special. And yes CEF seems to spawn several processes, this is how it...
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
@eliopark-nsuslab Can you try my latest commit and tell me if this fix or not
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
https://github.com/cefsharp/CefSharp/issues/1075
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
I have the same thing on Linux but now I better close Godot nodes I guess.
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
@eliopark-nsuslab cannot you join the discord ?
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
I'm closing since I think I fixed it. Open a new issue if this is not the case