You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled exception. System.NotSupportedException: Can't find CEF in "/home/reimer/Downloads/CefGlue/CefGlue.Demo.Avalonia/bin/Debug/net8.0/"
---> System.DllNotFoundException: Unable to load shared library 'libcef' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/home/reimer/Downloads/CefGlue/CefGlue.Demo.Avalonia/bin/Debug/net8.0/runtimes/linux-x64/native/libcef.so: cannot open shared object file: No such file or directory
...
/home/reimer/Downloads/CefGlue/CefGlue.Demo.Avalonia/bin/Debug/net8.0/liblibcef: cannot open shared object file: No such file or directory
at Xilium.CefGlue.Interop.libcef.api_hash(Int32 entry)
at Xilium.CefGlue.CefRuntime.CheckVersionByApiHash() in /home/reimer/Downloads/CefGlue/CefGlue/CefRuntime.cs:line 131
--- End of inner exception stack trace ---
CefGlue.Demo.Avalonia/bin/Debug/net8.0/runtimes/linux-x64/native/ only contains:
libHarfBuzzSharp.so
libSkiaSharp.so
Expected Result
CefGlue.Demo.Avalonia demo should start without problems
note
The demo starts up fine if I add the current version of CefGlue.Avalonia nuget package (dotnet add package CefGlue.Avalonia --version 120.6099.209), and remove the following project references:
I have the same issue when I use Rider, but when I run it using dotnet myapp.dll, it works.
dotnet 8.0.108
Avalonia 11.2.0
CefGlue.Avalonia 120.6099.207
OS 6.11.5-2-cachyos
Steps to reproduce
769662f9aec9f8e36848dd3f5bfc314dfeda236b
)Result
CefGlue.Demo.Avalonia demo crashes at start
CefGlue.Demo.Avalonia/bin/Debug/net8.0/runtimes/linux-x64/native/
only contains:libHarfBuzzSharp.so
libSkiaSharp.so
Expected Result
CefGlue.Demo.Avalonia demo should start without problems
note
The demo starts up fine if I add the current version of CefGlue.Avalonia nuget package (
dotnet add package CefGlue.Avalonia --version 120.6099.209
), and remove the following project references:dotnet --info
The text was updated successfully, but these errors were encountered: