Justin Head

Results 42 comments of Justin Head

Hey @Kvaone, do you have any other anti-virus / security software running? Could you try the latest version of phantom?

Thanks for the idea! I'll leave this issue open and see if I can get it working with the fallback method suggested 😄

@teeman33 sorry about the delay! I noticed that your log shows port `191132` which isn't a valid port number. The default is usually port `19132`. Please make sure that port...

@franco-ibanez late reply but what OS are/were you running phantom on here? > wsasend: An invalid argument was supplied. This line seems to imply that raw sockets aren't supported on...

Hey @BRadHoc! Could you give me some info about the server that you're trying to connect to with phantom?

Hey @BRadHoc, can you try the latest phantom version v0.4.0 for me? https://github.com/jhead/phantom/releases

Hey all, have you checked the "Visible to LAN players" setting on your server yet? #80

Hey @DivineStag, sorry for the delay! I confirmed this is an incompatibility with Powershell. You can work around the issue with quotes: ```powershell phantom-windows.exe "-6" -server some.thing:19132 ``` However, I'll...

Hey @apirie98! Could you provide some info about what type of server software this is?

**An example** POST `/api/servers/myServer` ```json { "name": "Test Server", "prefs": { "bindAddress": "0.0.0.0", "bindPort": 0, "remoteServer": "lax.mcbr.cubed.host:19132", "idleTimeout": 0, "ipv6": false } } ``` ^ would create a new server...