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
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
If I call this method on some systems, I get this error message (more data available).
Regarding this error I found this german post: https://www.overclockers.at/include_coding_stuff/win32api_experten-frage_122340?postid=1597458
The quintessence seems to be, that the buffer lengths given were not sufficient. In AlphaFS pre 1.5 there was a capacity of "NativeMethods.MAX_PATH + 1" now it is "NativeMethods.MaxPath/32". Can this cause the error?
The text was updated successfully, but these errors were encountered:
@Yomodo Wasn't this fixed in 2.0.1 (on the master branch)? If so, the changelog should be updated to reflect this. (Also the changelog on the develop branch indicates that it was fixed in 2.1 while it should be 2.0.1.
If I call this method on some systems, I get this error message (more data available).
Regarding this error I found this german post:
https://www.overclockers.at/include_coding_stuff/win32api_experten-frage_122340?postid=1597458
The quintessence seems to be, that the buffer lengths given were not sufficient. In AlphaFS pre 1.5 there was a capacity of "NativeMethods.MAX_PATH + 1" now it is "NativeMethods.MaxPath/32". Can this cause the error?
The text was updated successfully, but these errors were encountered: