lvsti / CEF.swift

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

Error when using windowless #70

Closed Joebayld closed 1 year ago

Joebayld commented 1 year ago

I'm looking to use this library as a windowless app and a CEFRenderHandler to manually process the rendered view. I enabled useWindowlessRendering in the CEFWindowInfo() and useWindowlessRendering in the CEFSettings, but I get this fatal error when running.

I just used the sample app with those two modifications and this happens. Any thoughts?

image