-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.AccessViolationException in BeginPlot #23
Comments
Without code, it's hard to tell... Off the top of my head: https://github.com/aybe/DearImGui/blob/develop/SampleApplication.OpenTK/MyGameWindow.cs#L42 https://github.com/aybe/DearImGui/blob/develop/SampleApplication.OpenTK/MyGameWindow.cs#L44 These are a must to call else you typically get access denied. |
It's a direct copy/paste of the sample app. The fault occurs on this call:
|
Push your repo somewhere. |
I'm getting this also. It works fine if I clone this repository, build, then run the sample application. But when I replace the sample application's dependency on the DearImPlot project with a dependency on the DearImPlot NuGet package, I get the AccessViolationException. When I enable native code debugging and attach source for implot.cpp (from the commit depended on by DearImGui: 15e494b, I get the following error at implot.cpp line 2332:
|
I created a new project in vscode and added the NuGet packages, and copied the demo code over to test the setup. However, I get the following on startup:
I can see from Process Hacker that the x86-64
glfw3.dll
,imgui.dll
, andimplot.dll
binaries (v1.8 / v0.14) are being loaded fine. These are the exact ones from the NuGet package.The text was updated successfully, but these errors were encountered: