Pastew
Pastew
@cheetah747 - I think @khaledkhj was not thinking about size of result page, but about database size in MBs (how much space it takes on the device). @khaledkhj , am...
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
Hello, I encountered the same problem on Windows 10 and v0.10.0-godot4  Reproduce steps are easy: 1. Hit Play in Godot, wait until browser loads website. 2. Hit Stop. 3....
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
1. I noticed it doesn't happen every time. But when it happens, after I hit `Play` button in Godot I see many `gdcefSubProcess`es under Godot process:  And after I...
godot-4 branch: Stopping debug mode in editor often does not close gdcefSubProcess.exe on Windows 11
@Lecrapouille are there artifacts available to download? I can't find it in github actions
@Lecrapouille Hello, I have the same problem. Browser runs fine in Godot Editor. But it doesn't work when I export it to Windows. Build files: ``` $ ls -lr ....
Sure, I will test it when a new tag appears (but not earlier than June 22nd). For now - I just moved cef_artifacts content to .exe's directory and it works.
Hello, I downloaded 0.14.1. I can confirm now Windows build runs. However browser doesn't open, I have this error msg: ``` USER ERROR: Cannot get class 'GDCef'. at: _instantiate_internal (core/object/class_db.cpp:515)...
* In Godot Editor it worked fine before and after 0.14.1. * In exported exe it didn't work before 0.14.1 and it works ein 0.14.1. * I only use builds...
Thank you @Lecrapouille ! - I downloaded [v0.15.0-godot4](https://github.com/Lecrapouille/gdcef/releases/tag/v0.15.0-godot4) for Windows. - (It still works fine in Godot Editor) - I exported .exe. Exported directory looks like this, note there is...
@eliopark-nsuslab Thank you for your reply! Performance is better with `v0.10.0`. When I use `v0.11.0` browser sometimes is extremally laggy (and sometimes it works fine). I'm not sure CEF_USE_CPU_PARALLELISM is...