1 Jul
2013
1 Jul
'13
8:40 p.m.
http://bugs.winehq.org/show_bug.cgi?id=33929 --- Comment #3 from Shumkar <shumkar(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.