Page 1 of 1

Window SANDBOX GPU error on 4430 - Failed to launch process.

PostPosted: Tue Mar 23, 2021 3:16 pm
by leeroy
When using the option CEF_USE_SANDBOX (automatically set) on windows, branch 4430 compilation is fine, however upon rendering we receive the following error and presented with a white screen:
Code: Select all
[0323/201031.301:ERROR:sandbox_win.cc(1134)] Failed to launch process. Error: 57
[0323/201031.301:WARNING:gpu_process_host.cc(1296)] The GPU process has crashed 1 time(s)


Removing CEF_USE_SANDBOX option there is no longer any issues. This also works without issue on the latest 4389 branch.

Re: Window SANDBOX GPU error on 4430 - Failed to launch proc

PostPosted: Tue Mar 23, 2021 3:18 pm
by fddima
use_thin_lto=false in GN defines? Already described in build instructions.

Re: Window SANDBOX GPU error on 4430 - Failed to launch proc

PostPosted: Tue Mar 23, 2021 3:22 pm
by leeroy
:oops: arg, don't know how I missed that. Thank you! will report back shortly.

Re: Window SANDBOX GPU error on 4430 - Failed to launch proc

PostPosted: Tue Mar 23, 2021 10:42 pm
by leeroy
Yep, setting Thin LTO false fixed this, thanks again @fddima!