yesImGuiNET.ImGui.GetIO().Fonts.Build(); all fonts are goneImGuiNET.ImGui.GetIO().Fonts.Build();New Thread 0x7fff740506c0 (LWP 27671)]
Thread 1 "test" received signal SIGSEGV, Segmentation fault.
0x00007fff41923d19 in ImGui::SetCurrentFont(ImFont*) () from /home/rik/test/bin/Debug/net6.0/runtimes/linux-x64/native/libcimgui.soOnLoad():
_fontAwesome = ImGuiNET.ImGui.GetIO().Fonts.AddFontFromFileTTF(Path.Combine(assemblyPath, @"fa-solid-900.ttf"), 16);
.
.
.
OnRender():
ImGuiNET.ImGui.PushFont(_fontAwesome); // <- crashes
ImGuiNET.ImGui.Text("\uf007 User");Silk.NET.OpenGL.Extensions.ImGui.ImGuiFontConfig fontConfDefault = new(Path.Combine(assemblyPath, @"Inter-Font.ttf"), 14);
_Controller = new ImGuiController(
_Gl = _Window.CreateOpenGL(),
_Window,
_InputContext = _Window.CreateInput(),
fontConfDefault
);