You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the Kx**.dll missing error is caused by a small bug in KexDll→dllpath.c→KexpAddKex3264ToDllPath. The func should not return when Shrink failed. Because when PATH variable is too short, Shrink will always be failed, and Kex3264 Directory won't be added to PATH, then the program cannot find Kx**.dll in Kex3264 Directory and errors will occur. So we should let this func continue writing PATH, ignore the Shrink error.
The text was updated successfully, but these errors were encountered:
Actually, the Kx**.dll missing error is caused by a small bug in KexDll→dllpath.c→KexpAddKex3264ToDllPath. The func should not return when Shrink failed. Because when PATH variable is too short, Shrink will always be failed, and Kex3264 Directory won't be added to PATH, then the program cannot find Kx**.dll in Kex3264 Directory and errors will occur. So we should let this func continue writing PATH, ignore the Shrink error.
The text was updated successfully, but these errors were encountered: