Microsoft Visual C++ Runtime Library

03/15/2021 02:12 Hikari Kuina#1
Do anyone encounter this kind of problem? When executing the WorldServer.exe and Neuz.exe an error pop out.
Help me. Thank you



Image 1

Image 2

Image 3

My .NET Framework is up to date.
03/15/2021 03:23 xTwiLightx#2
For "Image 1", the information is quite useless without the stack trace.
Image 2 just shows a warning, nothing big.
Image 3 looks like you're running Neuz in Debug build with /WAll and possibly /WX set - the message itself is self-explanatory.

For 1 and 3, running a Debug session will probably help out much.
03/15/2021 21:51 Wanetrain#3
Quote:
Originally Posted by xTwiLightx View Post
For "Image 1", the information is quite useless without the stack trace.
Image 2 just shows a warning, nothing big.
Image 3 looks like you're running Neuz in Debug build with /WAll and possibly /WX set - the message itself is self-explanatory.

For 1 and 3, running a Debug session will probably help out much.
This.

For image 3 just take a look in "CResFile" in Neuz. I am sure you can do this.

And, .net Framework is not needed to run this. This is Native C++ and not managed like C# (.Net)