Open bennytrt opened 1 year ago
I'm also getting this error (.NET 8). This other issue here might be related.
.NET 8, MacBook Pro M2 Max
using ImGuiNET;
ImGui.CreateContext();
ImGui.StyleColorsDark();
ImGui.NewFrame();
crashed on ImGui.NewFrame()
.
Hello, I'm Experiencing an Access Violation error at ImGui.Begin
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
My Code : `using System; using ImGuiNET; using Veldrid; using Vortice; using Vortice.Direct3D9;
class Program {
}`