https://bugs.winehq.org/show_bug.cgi?id=43692
--- Comment #8 from ImperatorS79 fevrier.simon@gmail.com --- (In reply to Ivan Gorbunov from comment #6)
Created attachment 59187 [details] TerminalOut3
Wine terminal out without CSMT
For the libudev problem, you should try something like that :
sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0
It generally happens when you have libudev1 installed, but not 0.
Then it seems you are missing libncurse.so.5, so you should try something like that :
sudo apt install libncurses5:i386 sudo apt install libncurses5
The retry to launch HotS ;)