http://bugs.winehq.org/show_bug.cgi?id=18014
--- Comment #22 from Andréas Livet andreas.livet@gmail.com 2012-09-02 08:48:52 CDT --- Thanks it solve the problem ;).
So tried to play the game, the problem describe by GyB on comment #15 is still present, but as explained there is no Segfault so I think the bug can be closed.
I tried to redirect udp and tcp port 666 to 6666 using this command : sudo iptables -t nat -A PREROUTING -i eth0 -p udp --dport 666 -j REDIRECT --to-port 6666 sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 666 -j REDIRECT --to-port 6666
But it didn't work, tought I don't know anything about iptables...
Andréas