m-byte918 / AgarOSS

An Agar.io open source server implementation written in C++
31 stars 6 forks source link

Compiler errors out every time I run it. #15

Open VSS-Vintorez opened 4 years ago

VSS-Vintorez commented 4 years ago

Here's the screenshot: Screenshot_21 It looks like uWebSockets didn't install. Nothing compiled.

m-byte918 commented 4 years ago

What was the result of trying to install uWebSockets? Were there any errors?

VSS-Vintorez commented 4 years ago

Looks like it didn't download. Nothing in the uSockets and uWebSockets folders.

m-byte918 commented 4 years ago

Could you paste here the output in your console after trying to install them?

VSS-Vintorez commented 4 years ago

I installed them in their respective folders in the patches folder. Same error.

m-byte918 commented 4 years ago

Can you post the error here? It might give me a better clue on how to fix it.

VSS-Vintorez commented 4 years ago

In my last post, I meant same error as in the screenshot.

m-byte918 commented 4 years ago

That error is a result of uWebSockets not being installed correctly. What was the error when you were installing uWebSockets (the first time you ran compile.bat after downloading the repository)?

VSS-Vintorez commented 4 years ago

Sorry for taking so long to reply. Got busy. This is the output from a fresh download of AgarOSS. Output.txt

m-byte918 commented 4 years ago

It appears to be an issue with the latest version of vcpkg and the uWebSockets patches, I will look for a better solution than using patches in the upcoming rewrite.

ar065 commented 3 years ago

Any updates on this?

ar065 commented 3 years ago

Dead project?

VSS-Vintorez commented 1 year ago

I found the real problem, you need to go to vcpkg/ports/uwebsockets and rename the vcpkg.json file. Do the same for uSockets.