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

NativeCore.dll ?

Open XanJen97 opened this issue 7 years ago • 6 comments

I'm not sure what's going on but upon attempting to open the app this shows up

capture

XanJen97 avatar Apr 03 '18 17:04 XanJen97

is the nativecore.dll in the same folder as reclass.net? Can you press the third button to the right on the left hand side of the dialog, and take a screenshot of the whole message as well as the stack trace?

Timboy67678 avatar Apr 03 '18 19:04 Timboy67678

Same, just downloaded and started the tool and this error happen : https://i.imgur.com/VHWjs8q.png

Faaw avatar Apr 05 '18 20:04 Faaw

I can't reproduce this.

What I did:

  1. Freshly downloaded ("Clone or download" > "Download ZIP")
  2. Extracted archive
  3. Opened ReClass.NET.sln
  4. Removed the "NativeCore.Unix" project since I can't build this and it isn't needed for the windows build
  5. Retarget solution since I have a different Windows SDK version installed
  6. Bulid Debug/Release
  7. Tried debug and release build, I could start both, no errors. I was starting/testing the "ReClass.NET_Launcher.exe" and "x64\ReClass.NET.exe". No errors.

So there is a error on your side.

Mik4sa avatar Apr 05 '18 21:04 Mik4sa

which .net framework we need to have installed ? maybe its related

Faaw avatar Apr 05 '18 21:04 Faaw

Lol.. the problem got fixed by himself I installed VisualStudio (cuz im going to do some tool) and now its working. no more NativeCore.dll error.. so weird xD

Faaw avatar Apr 05 '18 22:04 Faaw

Sounds like you didn't have the visual studio c++ runtime installed, and installing visual studio itself installs both the runtime and the debug runtime

On Fri, 6 Apr. 2018, 8:24 am Faaw, [email protected] wrote:

Lol.. the problem got fixed by himself I installed VisualStudio (cuz im going to do some tool) and now its working. no more NativeCore.dll error.. so weird xD

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ReClassNET/ReClass.NET/issues/60#issuecomment-379094813, or mute the thread https://github.com/notifications/unsubscribe-auth/AA8s5tgX3eoHPxVfr1-JbsrzmziThzrmks5tlpmJgaJpZM4TFgSU .

Timboy67678 avatar Apr 05 '18 22:04 Timboy67678