[Bug 33929] Winamp+AMIP on x86_64: fault on read access to 0x00000020 in 32-bit code

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 1 15:40:11 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33929

--- Comment #3 from Shumkar <shumkar at 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.



More information about the wine-bugs mailing list