ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

Latest builds always cause access violations [1.72b]

Open Hi-ImKyle opened this issue 4 years ago • 6 comments

Straight from github, correct cimgui, not edited or changed any code and the XNA sample always throws the error System.AccessViolationException on line 76 of ImFontAtlas.gen.cs

Test it yourself. If the exception does not occur then there is clearly something wrong as is a fresh cloned repo.

Hi-ImKyle avatar Sep 24 '19 16:09 Hi-ImKyle

#133 #125 - Referencing these issues as they may be the same.

Hi-ImKyle avatar Sep 24 '19 17:09 Hi-ImKyle

Just tested 1.71, and it runs as expected. Issue isolated to 1.72b

Hi-ImKyle avatar Sep 24 '19 17:09 Hi-ImKyle

I'm not seeing any issue with a fresh clone, or with the NuGet package when referenced from a downstream project. That kind of error indicates that something is mismatched between the native DLL and the generated code, but I'm not sure how you could have gotten into that state just from a fresh clone. Does your git repository indicate any local changes?

mellinoe avatar Sep 25 '19 02:09 mellinoe

No changes.

Hi-ImKyle avatar Sep 25 '19 13:09 Hi-ImKyle

Got the same from nuget package. A workaround from the referenced issue helps, but feels weird and took quite some time to figure

gp-alex avatar Oct 30 '19 09:10 gp-alex

I do not get this issue from the nuget package, just tested today.

NinthDesertDude avatar Nov 30 '19 05:11 NinthDesertDude