Quentin Quadrat

Results 251 comments of Quentin Quadrat

@BenitoEck You have made `sudo make install` ? I'm seeing issued with MyMakfile

Because you did not make `git submodule update` your issue is fixed now. Do not do `make install` yet I noticed demo/data is not installed (while the /user/local path is...

Same same error message, using branch or tag 4.4 or 4.5. get_godot_version2 is defined on master ;( ``` godot Godot Engine v4.4.1.stable.official.49a5bc7b6 - https://godotengine.org OpenGL API 3.3.0 NVIDIA 550.78 -...

@Neustradamus more important than CI access is that Sebastian shall accept my API breaking changes, my build system, my unit test framework. In addition some API design choices are problematic...

@lublak I'm no longer working on this project. Can you make a PR ?

Hi ! I'm not sure my current CEF c++ API/code is compatible. I'll give a try. I know the sub process launch management was changed in CEF ~98 and gave...

@Flash-Night I'm sorry, I'm not able to compile the Linux version: CEF does not compile on my Debian 13, modern compiler detects buggy code ``` gdcef/addons/gdcef/thirdparty/cef_binary/include/base/internal/cef_atomicops_x86_gcc.h:76:3: error: array subscript 42...

Oh sorry I did not read well with Chinese characters: errors are multiple (sorry in French): - C:\Users\qq\gdcef\addons\gdcef\gdcef\src\gdbrowser.hpp(309): error C3668: 'GDBrowserView::Impl::CanDownload' : la méthode comprenant le spécificateur de substitution 'override'...

@Flash-Night do you have some flash files ? Probably flash is functional in recent CEF versions https://www.magpcss.org/ceforum/viewtopic.php?f=17&t=15395 and https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=19668

I gave a try. I modified https://github.com/Lecrapouille/gdcef/blob/godot-4.x/addons/gdcef/build.py#L461-L490 I replaced cefsimple by cefclient (another example given in CEF sources that I do not compile by default). I run it. It's a...