Fabian Wosar
Fabian Wosar
On Windows, any attempt to use the library will ultimately end up with a permission error. I tracked it down to the way you handle the certificate checks in case...
### Before You Begin - [X] I confirm that I have downloaded the latest version of the addon. - [X] I am not playing on a private server. - [X]...
### Before You Begin - [X] I confirm that I have downloaded the latest version of the addon. - [X] I am not playing on a private server. - [X]...
The fix is to explicitly pass in std::ios::binary when opening the file stream. On Windows using a clang toolchain and libc++, trying to upload a binary file without the flag...