[Bug 30683] New: wine 1.5.4 page fault in ntdll
http://bugs.winehq.org/show_bug.cgi?id=30683 Bug #: 30683 Summary: wine 1.5.4 page fault in ntdll Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jhw(a)ieee.org Classification: Unclassified Created attachment 40175 --> http://bugs.winehq.org/attachment.cgi?id=40175 backtrace wine 1.5.4 page faults in ntdll for application which works in 1.5.3 -- 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=30683 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-05-14 15:39:00 CDT --- Please run a regression test: http://wiki.winehq.org/RegressionTesting what application is this? Is it available for download? -- 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=30683 --- Comment #2 from jhw(a)ieee.org 2012-05-14 17:22:22 CDT --- i'm sorry: i cannot run a regression test according to the instructions. i use RPMs and do not build the sw. in this case, the RPMs which work are: wine-1.5.3-1-mdv2012.0.i586.rpm & wine32-1.5.3-1-mdv2012.0.i586.rpm; those which fail are the corresponding 1.5.4 versions, all from Mandriva cooker. the application is MITPlayer, from http://home.comcast.net/~a1penguin/, which is installed on a windows partition. the version i have is not what's on that website ( an older version ), but is one i got from the auther and havve been using ok on windows & wine for several years. -- 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=30683 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://home.comcast.net/~a1 | |penguin/ Version|unspecified |1.5.4 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-05-14 19:01:29 CDT --- Works fine here in wine-1.5.4-61-g8327e6f. Does it crash on start? Also, please run from a linux partition, running from a windows partition is unsupported. -- 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=30683 --- Comment #4 from jhw(a)ieee.org 2012-05-14 21:05:18 CDT --- it does not crash on start. it crashes when i select an item from the list of dances to be added to the playlist. perhaps i should have said "DOS partition" instead of "windows partition". in any case, i was wrong about that: i have a copy on linux, which is what my script actually calls. perhaps i should have filed a bug with Mandriva instead? i filed with wine because that's what the popup told me to do. -- 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=30683 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-14 21:20:55 CDT --- What file type are you trying to add? Is it mp3? -- 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=30683 --- Comment #6 from jhw(a)ieee.org 2012-05-15 08:07:01 CDT --- yes: all files my db are mp3s. -- 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=30683 --- Comment #7 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-15 10:11:44 CDT --- How did you install the visual basic runtime? Using winetricks? Have you retried in a clean prefix? I have an application error when trying to add mp3 files, but not a crash. -- 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=30683 --- Comment #8 from jhw(a)ieee.org 2012-05-15 15:21:49 CDT --- i have not used winetricks. i long ago installed directly vbrun60sp6.exe. i have not reinstalled anything except the wine RPMs from Mandriva. my wine setup goes back over 10 years: i dont want to mess with it, or try to duplicate it. -- 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=30683 --- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-15 15:27:30 CDT --- Try in a new prefix. mkdir /tmp/new WINEPREFIX=/tmp/new winecfg WINEPREFIX=/tmp/new winetricks vb6run WINEPREFIX=/tmp/new wine <program> This will not mess with your current prefix. -- 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=30683 --- Comment #10 from jhw(a)ieee.org 2012-05-17 20:10:10 CDT --- unfortunately, its not as easy as that. 1. i dont have winetricks; and its not available in RPMs from the distros i use. 2. my configuration is non-trivial, which is why i didnt want to try to duplicate it. 3. my system is not setup to handle multiple versions of wine ( or anything else ), since RPMs uninstall 1 version to install another, or overwrite the conflicting files if forced. basically, i am not setup to debug wine, and i dont have time for the hassle of installing a version which failed to test it in a different environment, and then reinstalling the version that works with my normal environment. therefore, you can ignore this report; & i'll wait to see if the next release works better. sorry to trouble you. -- 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=30683 --- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-18 00:07:15 CDT --- (In reply to comment #10)
unfortunately, its not as easy as that. 1. i dont have winetricks; and its not available in RPMs from the distros i use.
wget http://www.kegel.com/wine/winetricks
2. my configuration is non-trivial, which is why i didnt want to try to duplicate it.
No need to duplicate, using the commands from my last comment will simply create a new separated prefix for wine. http://wiki.winehq.org/FAQ#wineprefix
3. my system is not setup to handle multiple versions of wine ( or anything else ), since RPMs uninstall 1 version to install another, or overwrite the conflicting files if forced.
No need to install different versions of wine. Read more about prefixes in the link above.
basically, i am not setup to debug wine, and i dont have time for the hassle of installing a version which failed to test it in a different environment, and then reinstalling the version that works with my normal environment. therefore, you can ignore this report; & i'll wait to see if the next release works better. sorry to trouble you.
Feel free to resolve the bug as abandoned if you wish. -- 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=30683 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |adys.wh(a)gmail.com Resolution| |ABANDONED --- Comment #12 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-09-12 15:08:49 CDT --- abandoned by op -- 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=30683 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-09-13 08:25:36 CDT --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org