lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

GPU process crashed when running the browser. #66

Closed umairzahid508 closed 2 years ago

umairzahid508 commented 2 years ago

I have added the CEFSwift and CEF framework in my project and written the same code as written in demo project but the project run fine but in my own project GPU crashed error occurred.

image

In this manner I have added all the files.

image

When this line run CEFProcessUtils.initializeMain(with: args, settings: settings, app: app) crashed happened.

image

That's how I give args the value same as given in demo still don't know why getting the error.

Please kindly give me response. Thanks.