Search code examples
c++chromium-embedded

CEF spams a lot of the same type of errors errors in c++ implementation in the game


I implemented cef into the game so that the browser could be displayed in it. But all the files were in the folder with the game, after I removed all the files and dll from the game and set up new paths, my cef started giving the following errors to the console

[0719/191202.173:WARNING:gpu_process_host.cc(1277)] The GPU process has crashed 1 time(s)
[0719/191202.243:ERROR:gpu_process_host.cc(975)] GPU process exited unexpectedly: exit_code=-1073741515
[0719/191202.243:WARNING:gpu_process_host.cc(1277)] The GPU process has crashed 2 time(s)
[0719/191202.420:ERROR:gpu_process_host.cc(975)] GPU process exited unexpectedly: exit_code=-1073741515
[0719/191202.420:WARNING:gpu_process_host.cc(1277)] The GPU process has crashed 3 time(s)
[0719/191202.493:ERROR:gpu_process_host.cc(975)] GPU process exited unexpectedly: exit_code=-1073741515
[0719/191202.493:WARNING:gpu_process_host.cc(1277)] The GPU process has crashed 4 time(s)
[0719/191202.636:ERROR:gpu_process_host.cc(975)] GPU process exited unexpectedly: exit_code=-1073741515
[0719/191202.636:WARNING:gpu_process_host.cc(1277)] The GPU process has crashed 5 time(s)
[0719/191202.700:ERROR:gpu_process_host.cc(975)] GPU process exited unexpectedly: exit_code=-1073741515
[0719/191202.700:WARNING:gpu_process_host.cc(1277)] The GPU process has crashed 6 time(s)

and so it outputs these errors indefinitely. i use cef with c++ implementation.

I definitely didn't change anything in the files associated with the cef, I tried to configure the paths to the subprocess, etc., everything is configured correctly, but errors still occur. What are your versions, what could be the problem?


Solution

  • The problem was that the subprocess needed one dll, which was in another folder and loaded into the game, but the subprocess did not see it