gabrielbrunop / haxball-server

A small server utility for Haxball
19 stars 2 forks source link

remote debugging not working #7

Open tanercanbilgin opened 2 years ago

tanercanbilgin commented 2 years ago

can you contact me from discord bT-iwnl#7015

rocosttaa commented 2 years ago

I had the same problem, changed the node version and it worked.

TheLOL1 commented 1 year ago

@rocosttaa you changed for what version to work?

iwishiknewcoding commented 1 year ago

I had the same problem, changed the node version and it worked.

@rocosttaa Client side or server side?

I'm having the same issue, when I try to run haxball-server connect ... I'm getting this:

Establishing remote connection...
Listening to client tunnel
dyld[81484]: missing symbol called
[1]    81484 abort      haxball-server connect --host "123.456.789.000" --user "root" --privateKey

If I upgrade server-side Node version, then I'm getting:

Segmentation fault (core dumped)

So, couldn't make it to work yet.