-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The program is not being assembled into an EXE file, an error occurred when build.bat | Программа не собирается в исполняемый файл, произошла ошибка при build.bat #39
Comments
Check if "amd64" subdirectory has been created - amneziawg.exe should be there. The "error" is not from the compiler/linker, its build.bat trying to delete/move some leftovers. |
The amd64 directory was not created |
Ooops, the build script says "Building program x86" (visible on your screenshot).... so check for "x86" subdir instead of "amd64". (I had the same problem but figured it out). |
Right ! Now open build.bat - scroll down to lines 43, 44, 45 Should be working. I guess you gotta need wintun.dll (from .deps\wintun\bin\amd64). |
|
В скрипте ошибка добавил PR #42 |
The text was updated successfully, but these errors were encountered: