[Bug 13148] New: Guitar Pro 5 Crashes (maybe audio problem)
http://bugs.winehq.org/show_bug.cgi?id=13148 Summary: Guitar Pro 5 Crashes (maybe audio problem) Product: Wine Version: 1.0-rc1 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: thegnomefiddler(a)gmail.com Only seconds after Guitar Pro 5 is open, it crashes without any Error message. With 0.9.61, it worked very well, but since upgrade, it crashes. Maybe it's an audio problem : Winecfg crashes when I tested the sound in the Audio Tag. -- 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=13148 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-05-12 16:16:50 --- Please run a regression test between 0.9.61 and 1.0-rc1 http://wiki.winehq.org/RegressionTesting Severity is not major. -- 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=13148 --- Comment #2 from Maxime H <thegnomefiddler(a)gmail.com> 2008-05-14 16:15:22 --- Created an attachment (id=13062) --> (http://bugs.winehq.org/attachment.cgi?id=13062) Result of Regression test After doing a regression test between wine 0.9.61 (good) and 1.0-rc1 (bad), this is the result. -- 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=13148 Maxime H <thegnomefiddler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shdocvw -- 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=13148 --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-05-14 16:20:23 --- Does the demo have the same problem? http://www.guitar-pro.com/en/index.php?pg=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=13148 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-05-14 16:25:13 --- No need to attach that, just paste it in here: d4a3e9c01621d454f1373d12a450b9cc569c5603 is first bad commit commit d4a3e9c01621d454f1373d12a450b9cc569c5603 Author: Aric Stewart <aric(a)codeweavers.com> Date: Thu May 8 11:26:47 2008 -0500 shdocvw: Do not do our iexplore.exe registration if native Internet Explorer is detected to be present. :040000 040000 ebe80f8438f474d5187117d24a0f645092ba8ac4 f34f76e35d76f4a14b5d3c874d32bddd48bf807f M dlls Are you sure this commit did it? Have you tried reverting it in 1.0-rc1 to see if it works then? -- 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=13148 --- Comment #5 from Maxime H <thegnomefiddler(a)gmail.com> 2008-05-14 16:25:52 --- Yes, the demo has the same problem -- 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=13148 --- Comment #6 from Maxime H <thegnomefiddler(a)gmail.com> 2008-05-14 16:28:11 --- How can I revert the commit in 1.0-rc1 ? Could you please show me how ? I'm a beginner with git bisect. -- 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=13148 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-05-14 16:39:41 --- (In reply to comment #6)
How can I revert the commit in 1.0-rc1 ? Could you please show me how ? I'm a beginner with git bisect.
$ git show d4a3e9c01621d454f1373d12a450b9cc569c5603 | patch -p1 -R -- 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=13148 --- Comment #8 from Maxime H <thegnomefiddler(a)gmail.com> 2008-05-14 16:54:51 --- (In reply to comment #7)
(In reply to comment #6)
How can I revert the commit in 1.0-rc1 ? Could you please show me how ? I'm a beginner with git bisect.
$ git show d4a3e9c01621d454f1373d12a450b9cc569c5603 | patch -p1 -R
Well, it doesn't work... tenebraefiddler(a)tenebraefiddler-laptop:~/wine-git$ $ git show d4a3e9c01621d454f1373d12a450b9cc569c5603 | patch -p1 -R bash: $ : commande introuvable tenebraefiddler(a)tenebraefiddler-laptop:~/wine-git$ I've even tried after a git bisect start, but it doesn't work more. -- 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=13148 --- Comment #9 from James Hawkins <truiken(a)gmail.com> 2008-05-14 16:56:10 --- You're not supposed to copy the dollar sign ($) in the command. -- 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=13148 --- Comment #10 from Maxime H <thegnomefiddler(a)gmail.com> 2008-05-14 17:00:41 --- (In reply to comment #9)
You're not supposed to copy the dollar sign ($) in the command.
And now ? tenebraefiddler(a)tenebraefiddler-laptop:~/wine-git$ git show d4a3e9c01621d454f1373d12a450b9cc569c5603 | patch -p1 -R patching file dlls/shdocvw/Makefile.in patching file dlls/shdocvw/factory.c Hunk #2 FAILED at 287. 1 out of 2 hunks FAILED -- saving rejects to file dlls/shdocvw/factory.c.rej -- 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=13148 Maxime H <thegnomefiddler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=13148 Maxime H <thegnomefiddler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #11 from Maxime H <thegnomefiddler(a)gmail.com> 2008-05-25 09:42:13 --- The bug has been fixed with wine 1.0-rc2 -- 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=13148 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-31 04:19:14 --- Closing bugs fixed in 1.0-rc3. -- 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=13148 Maxime H <thegnomefiddler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|FIXED | --- Comment #13 from Maxime H <thegnomefiddler(a)gmail.com> 2008-11-19 20:14:28 --- The bug was effectively fixed with 1.0 rc2 and the software worked correctly until 1.0, but I have exactly the same bug with 1.1.7 and 1.1.8. If we check bugs 15147 et 14577, the problem seems to restart with 1.1.1 or 1.1.4. Personnally, when I saw that the bug was fixed with rc2, I went in the shortlog of that version and I saw that a memory leak bug had been fixed by Michael Stefaniuc in "shdocvw" (http://www.winehq.org/?announce=1.0-rc2). When I did a regression test, shdocvw was where the bug was. In that order or idea, I think that it may be an other memory leak in shdocvw that cause the bug. -- 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=13148 Maxime H <thegnomefiddler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.0-rc1 |1.1.8 -- 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=13148 Maxime H <thegnomefiddler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Guitar Pro 5 Crashes (maybe |Guitar Pro 5 Crashes after a |audio problem) |few seconds -- 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=13148 --- Comment #14 from Jeff Zaroyko <jeffz(a)jeffz.name> 2008-11-19 20:41:08 --- (In reply to comment #13)
The bug was effectively fixed with 1.0 In that order or idea, I think that it may be an other memory leak in shdocvw that cause the bug.
If this is a new bug and the old one was fixed, you should open a new bug report. -- 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=13148 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.8 |1.0-rc1 --- Comment #15 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-11-19 22:53:10 --- Please don't change an originally reported version. -- 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=13148 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2008-11-20 01:21:28 --- File a new bug please. This one was fixed. A new regression test would help. -- 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=13148 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Austin English <austinenglish(a)gmail.com> 2008-11-20 01:21:44 --- 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