AgarOSS icon indicating copy to clipboard operation
AgarOSS copied to clipboard

Compiler errors out every time I run it.

Open VSS-Vintorez opened this issue 6 years ago • 12 comments

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

VSS-Vintorez avatar Dec 09 '19 23:12 VSS-Vintorez

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

m-byte918 avatar Dec 10 '19 02:12 m-byte918

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

VSS-Vintorez avatar Dec 10 '19 02:12 VSS-Vintorez

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

m-byte918 avatar Dec 10 '19 05:12 m-byte918

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

VSS-Vintorez avatar Dec 10 '19 23:12 VSS-Vintorez

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

m-byte918 avatar Dec 11 '19 19:12 m-byte918

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

VSS-Vintorez avatar Dec 12 '19 00:12 VSS-Vintorez

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)?

m-byte918 avatar Dec 12 '19 21:12 m-byte918

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

VSS-Vintorez avatar Feb 08 '20 19:02 VSS-Vintorez

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.

m-byte918 avatar May 07 '20 01:05 m-byte918

Any updates on this?

ar065 avatar May 23 '21 02:05 ar065

Dead project?

ar065 avatar Jul 01 '21 10:07 ar065

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

VSS-Vintorez avatar Apr 28 '23 01:04 VSS-Vintorez