After a long debug session I managed to find the culprit of LAN TCP/IP not working with this port (by LAN I mean internal network with no NAT, thus no forwarding or port opening is usually necessary): the unionfs trick blocks network connectivity.
The ugly temporary fix:
chown -R user:usergroup /opt/gog/heroes-of-might-and-magic-3-complete-edition
And then
cd /opt/gog/heroes-of-might-and-magic-3-complete-edition && wine Heroes3.exe
I do not know yet how to fix the unionfs bug. I tried mounting everything RW
but that does no do the trick.
Pinned Comments
bwrsandman commented on 2019-03-02 17:50 (UTC)
Make sure to set 'user_allow_other' in /etc/fuse.conf