[BIG BUG, Need Help !]

The server can’t start, and not showing errors.

1 Like

The same thing happens to me

It’s not a 3rd Party Program, see: Announcing the Cfx.re Development Kit Beta: Live code editing, server management/export, and *more* soon

did you select in configuration what type of server artifact to use downloaded it?
you can find that option in image and then image
it should then download the artifact and build the internal server to be run, i suggest using recommended option

I tred all, i close all my programs and don’t work. The server don’t start

Same is happening to me, it appears to be an issue with the SDK-game resource. If you manually try to start a server using the exact same command line commands as the program it gives this error:

The line above causing the error is located in sdk-server.js, with the below lines causing the error.

const pipe = '\\\\.\\pipe\\fxdk_fxserver_sdk_game';
const ipc = net.createConnection(pipe);
const send = (type, data) => {
  ipc.write(JSON.stringify([type, data]) + '\n');
}

Hopefully this is helpful, this is all I have been able to gather so far and whats causing the server not to launch.

Sigh, anything specific you have on your pc or why are named pipes unavailable?

Actually, you probably had a fxserver running in background.

Getting the error, immediately after reboot. Don’t think it has to do with server in background. Will look around and see if anything is blocking named pipes.