• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

bug issue with last windows sdk update (might be)

Newbie Spellweaver
Joined
Feb 2, 2015
Messages
77
Reaction score
54
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
481
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
54
add more solution for people who want fix it.

 
Back
Top