http://bugs.winehq.org/show_bug.cgi?id=33929
--- Comment #3 from Shumkar shumkar@shumkar.ru 2013-07-01 15:40:11 CDT --- Found a way to launch Winamp, through cmd. It works in 2 ways:
-interactively: `wine cmd`, then type `C:`, `cd <path_to_Winamp>`, `winamp.exe`
-by shell script: #!/bin/bash export WINEPREFIX=/home/<user>/.wine/ cd "/home/<user>/.wine/drive_c/Program Files (x86)/Winamp" wine cmd.exe /C C:\winamp.exe
And no segfaults.