-
Notifications
You must be signed in to change notification settings - Fork 20
Build Instructions #13
Comments
LPVPN uses cmake for building. https://github.com/gyf304/lpvpn/blob/main/.github/workflows/ci.yml |
Yeh, I'm able to produce executable. But it crashes on launch. It crashes when loading one of the embedded DLL's. |
One thing to make sure of is that you are building for the architecture that your PC is using. Loading an x86 Wintun DLL on x86_64 may cause that. Additionally, try building with |
And just to make sure - running one of the precompiled exes work? |
@seppeon met with the issue now, perhaps you might have missed the answers, reminding the issue after a while :D |
Hey, I encountered a similar issue. The reason was that |
Revisited this I've managed to get this thing building. msvc amd64 is what was required for my build. |
I've pulled the code and have made some optimisations for performance. Builds fine, but crashes I believe when it attempts to load DLL's.
What are the build instructions for this project?
The text was updated successfully, but these errors were encountered: