wl_display#1: error 3: waypipe internal error
Hi,
i am getting wl_display#1: error 3: waypipe internal error
with waypipe version cbe43a62cda69d0d9e00c6993adcca3dbacc5635
.
The setup is a local private network, so, in order to avoid the ssh overhead i am using ncat.
The issue goes away with the --no-gpu
option.
client Alpine Linux on arm64
$ ncat -lk 12345 -e '/usr/bin/ncat -U /tmp/waypipe.sock' &
$ waypipe-c --socket /tmp/waypipe.sock -c zstd=1 client
# The following message appears when the error on the server occurs:
C6584: 44.086065 [shadow.c:1933] Transfer end overflow 13563136 > 13563088
Ncat: Connection reset by peer.
server Alpine Linux on x86_64
$ ncat -lkU /tmp/waypipe.sock -e '/usr/bin/ncat 192.168.1.3 12345' &
$ waypipe-c --display wayland-rmt --socket /tmp/waypipe.sock -c zstd=1 server -- sleep inf &
$ librepcb
# The following message appears when opening a project:
wl_display#1: error 3: waypipe internal error
The application run on the server is LibrePCB.
The main windows appears fine, but when opening a project it crashes.
Many other applications work fine, even firefox.
Another reason for not using ssh is that it doesn't work for me:
$ waypipe-c ssh 192.168.1.2 librepcb
ssh: Exited: Bad TCP forward '/tmp/waypipe-server-10fEqP3v.sock:/tmp/waypipe-client-10fEqP3v.sock'
Regards,
Vicente.