1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Fixed issue #527 : Demo ExternalPumpBrowser Helper (GPU) crash on MacOs 14 Sonoma - Lazarus x86_64-darwin

This commit is contained in:
Salvador Díaz Fau
2024-09-09 13:16:03 +02:00
parent e2815ed2f4
commit a42f3dfd5f
8 changed files with 32 additions and 11 deletions

View File

@@ -79,5 +79,8 @@
</Win32>
</Options>
</Linking>
<Other>
<CustomOptions Value="-WM11.0"/>
</Other>
</CompilerOptions>
</CONFIG>

View File

@@ -27,6 +27,11 @@ begin
GlobalCEFApp.InitLibLocationFromArgs;
{$ENDIF}
GlobalCEFApp.UseMockKeyChain := True;
//GlobalCEFApp.EnableGPU := False;
//GlobalCEFApp.LogFile := 'debug.log';
//GlobalCEFApp.LogSeverity := LOGSEVERITY_VERBOSE;
GlobalCEFApp.StartSubProcess;
GlobalCEFApp.Free;
GlobalCEFApp := nil;