[Bug 33929] New: Winamp+AMIP jn x86_64: fault on read access to 0x00000020 in 32-bit code
http://bugs.winehq.org/show_bug.cgi?id=33929 Bug #: 33929 Summary: Winamp+AMIP jn x86_64: fault on read access to 0x00000020 in 32-bit code Product: Wine Version: 1.4.1 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: shumkar(a)shumkar.ru Classification: Unclassified Winamp 5.6.3 crashes at launch after installing AMIP 2.67. Complains on "page fault on read access to 0x00000020 in 32-bit code (0x00000020)". This happens on x86_64 system only. On i686 system the same version of Winamp with the same versions of AMIP and Wine launches OK. Debugging output with backtrace attached. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33929 --- Comment #1 from Shumkar <shumkar(a)shumkar.ru> 2013-07-01 14:04:55 CDT --- Created attachment 45066 --> http://bugs.winehq.org/attachment.cgi?id=45066 backtrace -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33929 Shumkar <shumkar(a)shumkar.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Winamp+AMIP jn x86_64: |Winamp+AMIP on x86_64: |fault on read access to |fault on read access to |0x00000020 in 32-bit code |0x00000020 in 32-bit code -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33929 --- Comment #2 from Shumkar <shumkar(a)shumkar.ru> 2013-07-01 14:12:29 CDT --- Created attachment 45067 --> http://bugs.winehq.org/attachment.cgi?id=45067 debugging output before backtrace -- 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.
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.
http://bugs.winehq.org/show_bug.cgi?id=33929 --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-07-01 16:31:56 CDT --- What if you CD to the directory and use wine to run? cd "/home/<user>/.wine/drive_c/Program Files (x86)/Winamp" wine winamp.exe -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33929 --- Comment #5 from Shumkar <shumkar(a)shumkar.ru> 2013-07-02 11:11:07 CDT --- (In reply to comment #4)
What if you CD to the directory and use wine to run?
cd "/home/<user>/.wine/drive_c/Program Files (x86)/Winamp" wine winamp.exe
If so, I get a page fault. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33929 --- Comment #6 from Shumkar <shumkar(a)shumkar.ru> 2013-07-02 11:17:42 CDT --- Also, a page fault happens always when I launch "Preferences" window and click on any point within its area. All the other functions (playing, working with playlists) seem to work normally. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33929 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Winamp+AMIP on x86_64: |Winamp+AMIP on x86_64 |fault on read access to |crashes |0x00000020 in 32-bit code | --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33929 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |shumkar(a)shumkar.ru, | |winetest(a)luukku.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33929 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> --- Over 1.5. years since last retest request, resolving abandoned. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33929 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org