Open jrmuizel opened 4 years ago
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.
Thanks, I'll get this fixed.
Running
shows up as
in TraceView. Notice that
server
comes out as "fo" instead of "foer".