nagalun / multiplayerpiano-server

Unofficial server for the http://multiplayerpiano.com client.
https://piano.ourworldofpixels.com
ISC License
12 stars 16 forks source link

Segmentation fault with unix sockets patch on Alpine Linux 3.12.0 #24

Open ghost opened 4 years ago

ghost commented 4 years ago
apk add alpine-sdk openssl-dev zlib-dev
git clone https://github.com/nagalun/multiplayerpiano-server --recurse-submodules
cd multiplayerpiano-server/lib/uWebSockets && patch -p1 < ../uWebSockets-unix-sockets.patch
cd ../..
make
./out house 0 FF7F00 unix:/run/mpp.sock
Set default room color to: ff7f00
Segmentation fault
ghost commented 4 years ago

image