Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

bug issue with last windows sdk update (might be)

Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
for some reason after i did last windows update. my local test server got buggy.
(but on real server still run fine with same build & db)
after debug i found issue came from wrong type variable bind from sql server.

before update this c++ can handle float (field in SQL server) with SQL_C_DOUBLE (C++ bind)

this will make server read Experience field with NULL vaule.
(example generate omi.tex will broken Pet data because it have exp field using float)
and load character will broken as well.

if you dont know how to fix just uninstall last security update (KB5019959)
 
Last edited:
Joined
Apr 12, 2013
Messages
897
Reaction score
480
Official documentation still states that it is a supported default conversion, so i just simply assume it is a bug.

vinleprince - bug issue with last windows sdk update (might be) - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
53
add more solution for people who want fix it.

 
Back
Top