-
### Description
1. Write a .NET 8 application that calls a native library using P/Invoke with a callback.
1. Run the app, then attach the dotnet debugger before the callback is called.
- Visual…
-
I updated CefGlue.Avalonia to version 120.6099.204
Now when ```browser = new AvaloniaCefBrowser();``` is called, an exception is thrown.
`System.IO.FileNotFoundException: 'Unable to find SubProc…
-
I want to send and receive binary messages using CefGlue like this:
```
use var message = CefProcessMessage.Create("MyBinaryMessage");
var value = CefBinaryValue.Create(new byte[] { 0, 0, 0, 1 })…
-
First of all I would like to thank you very much for your great work!
I am attempting to upgrade a project from 3.120.3 to 3.120.4 and I am encountering the following exception:
FileNotFoundEx…
-
After running my Avalonia application with OutSystems/WebView I tried to delete my published build folder. I am unable to delete it because "Xilium.CefGlue.BrowserProcess.exe" is still open. It seems …
-
Seems like embedded resources in subfolders under costura32/costura64 are not supported (they end up in the same directory as the DLL's when unpacked into temp directory).
I'm trying to embed CefGlue…
-
Running a debug build of CefGlue.Demo.WPF from a CEFGlue clone crashes with an access violation in libcef.dll in the CefUIThread.
It is using .NET8 on Windows 10
This may have something to do w…
-
```
What steps will reproduce the problem?
1. Download cef_binary_3.1453.1255_windows_build
2. Execute cefclient.exe
3. Browse the URL http://www.rbyers.net/eventTest.html for testing touch event
Wha…
-
I have used this program with no issues in the past, but now after reinstalling ACT and having to re-enable my overlay, I can not enable Rainbowmage. Here is a screenshot.
https://gyazo.com/951e63d1…
-
[0904/111310.208463:WARNING:resource_util.cc(94)] Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior.
Launch…