System.NotImplementedException'
Hi I am facing this error during execution "System.NotImplementedException" em System.Private.CoreLib.dll user callbacks not implemented
Anyone can help me fix it, please?
Thanks in advance
Can you reproduce it in examples provided in this repository and share code?
I can share my code if you want, Its a very small solution, here is the link to download
https://www.mediafire.com/file/v7kn10utgjs1av7/MyModMenu.7z/file
I was able to manage the problem by switching from x86 to Any CPU on Platform Target in project properties, the only problem is my solution must be x86 cause the target game is x86. Do you have another solution I can use? Also the library Swed32 is x86 so, any help to fix will be much appreciate
The solution has been found. You need to temporarily switch to the version
<PackageReference Include="ImGui.NET" Version="1.91.0.1" />
instead of
<PackageReference Include="ImGui.NET" Version="1.91.6.1" />.