Skip to content
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

Failed to load master server certificate #18

Closed
ProfessorChill opened this issue Aug 10, 2019 · 3 comments
Closed

Failed to load master server certificate #18

ProfessorChill opened this issue Aug 10, 2019 · 3 comments

Comments

@ProfessorChill
Copy link

I've just followed the docker installation, the server is running fine, it connects to the game server and master server.
Now when I try to launch the game and join the server I just get the error Failed to load master server certificate however there is a certificate in both the master server and the client.
I'm a bit lost, thanks for any help!

@ProfessorChill
Copy link
Author

I edited nothing, played offline for a bit, re-launched the server (for the 10th time) and for no reason it worked.... Whelp, time to learn!

@amar-laksh
Copy link

I edited nothing, played offline for a bit, re-launched the server (for the 10th time) and for no reason it worked.... Whelp, time to learn!

Hey, I am suffering the same problem and it doesn't seem to work. I've killed the containers multiple times and it still is showing the same "Failed to load master server certificate".

@amar-laksh
Copy link

So, finally figured out this. Writing it down to prevent future hair loss of other people.

You don't wanna run the binary from any directory. It will not throw any errors if you cd to the directory and then run the binary.
Basically DO THIS:
cd ./client/PwnAdventure3_Data/PwnAdventure3/PwnAdventure3/Binaries/Linux/ && \ ./PwnAdventure3-Linux-Shipping
and NOT THIS:
./client/PwnAdventure3_Data/PwnAdventure3/PwnAdventure3/Binaries/Linux/PwnAdventure3-Linux-Shipping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants