ClickableTransparentOverlay icon indicating copy to clipboard operation
ClickableTransparentOverlay copied to clipboard

System.NotImplementedException'

Open promoreira opened this issue 10 months ago • 4 comments

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

promoreira avatar Mar 15 '25 14:03 promoreira

Can you reproduce it in examples provided in this repository and share code?

zaafar avatar Mar 15 '25 16:03 zaafar

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

promoreira avatar Mar 15 '25 18:03 promoreira

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

promoreira avatar Mar 15 '25 18:03 promoreira

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" />.

larkliy avatar Jun 21 '25 14:06 larkliy