Facilitator ERROR Failed to start RakPeer! (148924)

Hello!
I’m trying to host MasterServer on a dedicated running machine. I had to go through a lot of trouble while compiling Master server and Facilitator but now I finally managed to compile them but now I’m stuck… I’m able to start MasterServer but I can’t start Facilitator. I tried executing

./Facilitator 

BUT didn’t work. I get this error:

I :~/infiniteskills/facilitator# ./Facilitator
18-09-2015 10:58:18     INFO    Writing PID to Facilitator.pid
IP address: 127.0.0.1
IP address: 127.0.0.1
18-09-2015 10:58:18     ERROR   Failed to start RakPeer!

I tried my best to google but couldn’t find anything. Any idea how to fix this?
Any help is appreciated.

One more thing to check for: it is not possible for a 2D collision object to collide with a 3D collision object. If you've mixed up 3D colliders and rigidbodies with 2D colliders and rigid bodies, that might be the source of your problem. You need to have either all 3D colliders or all 2D colliders. 3D colliders are called things like "BoxCollider" while 2D colliders are specifically marked "BoxCollider2D." Same with Rigidbody and Rigidbody2D.

1 Answer

1

Reboot your machine . if does not work and if you are on a windows machine do ifconfig release all and restart.