-
Member
bug issue with last windows sdk update (might be)
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 by vinleprince; 24-11-22 at 06:43 AM.
-
-
Official documentation still states that it is a supported default conversion, so i just simply assume it is a bug.
Last edited by St34lth4ng3l; 27-11-22 at 09:17 AM.
-
Update: The "bug" was caused by a RCE fix from Microsoft.
https://msrc.microsoft.com/update-gu...CVE-2022-41047
Since the Ace servers are using an deprecated ODBC Driver i don't think it will be fixed from MS. Only thing you can do is upgrade to a newer ODBC Driver.
-
Member