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
I tracked this down to being caused by passing the wrong length value for a wide os string here. The comment next to the code seems to indicate that passing the number of wide chars and not the number of bytes (minus the null char) is the right thing to do, but this leads to the error reported above. When doubling this value, the correct message is displayed in TraceView.
Running
shows up as
in TraceView. Notice that
server
comes out as "fo" instead of "foer".The text was updated successfully, but these errors were encountered: