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
While working with Evergine I ran into the following issue for a project that targets the Web. After adding ImGUI per the documentation I'm no longer able to run the project that targets the Web platform, because the cimgui.dll file can't be found by Blazor.
Unhandled Exception: System.Exception: Workaround exception to leverage the actual one, not the wrong Delegate-related one
---> System.DllNotFoundException: cimgui
at Evergine.UI.ImGuiManager.InitializeImGui()
at Evergine.UI.ImGuiManager.Start()
at Evergine.Framework.AttachableObject.BaseStart()
at Evergine.Framework.Managers.SceneManagers.StartManagers()
at Evergine.Framework.Scene.BaseStart()
at Evergine.Framework.Services.ScreenContextManager.InitializeASingleScene(Scene scene)
at Evergine.Framework.Services.ScreenContextManager.InitializeScreenContext(ScreenContext context)
at Evergine.Framework.Services.ScreenContextManager.ToExecute(ScreenContext nextContext, ScreenTransition transition, Boolean doDispose)
I've tried copying the DLL from the runtimes\win-x64\native folder in the .Windows project to the _framework folder, and manually adding an entry for it to the blazor.boot.json but that did not resolve the issue.
Any help on getting this resolved would be much appreciated!
The text was updated successfully, but these errors were encountered:
While working with Evergine I ran into the following issue for a project that targets the Web. After adding ImGUI per the documentation I'm no longer able to run the project that targets the Web platform, because the
cimgui.dll
file can't be found by Blazor.I've tried copying the DLL from the
runtimes\win-x64\native
folder in the.Windows
project to the_framework
folder, and manually adding an entry for it to theblazor.boot.json
but that did not resolve the issue.Any help on getting this resolved would be much appreciated!
The text was updated successfully, but these errors were encountered: