http://bugs.winehq.org/show_bug.cgi?id=18216
Summary: replay media catcher crashes in wine update 1.1.20 Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: robertwintle@hotmail.co.uk
replay media catcher demo worked 100% in Wine 1.1.19 i386 but crashes in Wine 1.1.20 i386
link to demo: http://applian.com/replay-media-catcher/demo.php
http://bugs.winehq.org/show_bug.cgi?id=18216
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://applian.com/replay- | |media-catcher/demo.php Severity|enhancement |normal Component|winedbg |-unknown Keywords| |download, regression Version|unspecified |1.1.20
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-04-25 20:35:08 --- Please post the results of your regression test http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18216
--- Comment #2 from rob wintle robertwintle@hotmail.co.uk 2009-04-26 08:41:54 --- (In reply to comment #1)
Please post the results of your regression test http://wiki.winehq.org/RegressionTesting
i was unable to test as libstdc++6-dev is not availiable for install
http://bugs.winehq.org/show_bug.cgi?id=18216
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Austin English austinenglish@gmail.com 2009-04-26 14:33:09 --- (In reply to comment #0)
replay media catcher demo worked 100% in Wine 1.1.19 i386 but crashes in Wine 1.1.20 i386
link to demo: http://applian.com/replay-media-catcher/demo.php
Is the problem the launch of those 100 or so program error dialogs?
I tested it, looks like when it starts recording you get a page fault. Before, it continued on happily. Now, with the graphical error message, it keeps trying to launch the debugger (hundreds of times). If you let it run for a couple minutes, eventually X will kill those windows (too many clients), and you can run the program as before.
1e256e426df84b6ba00a4c360f355b3809a72b9f is first bad commit commit 1e256e426df84b6ba00a4c360f355b3809a72b9f Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Sun Dec 21 22:28:32 2008 +0100
winedbg: Add a crash dialog for --auto mode.
:040000 040000 5646e62bab476dc8977d0e80a81d49390ee458a8 d87b7a157c5115a6f63ae0b0234c24aeb888658e M dlls :040000 040000 3be453c7f9f3a6e947e439b2ae7c80d6da9ebaba a34a33ccde902e56b6948a73b4b261c5304f3389 M programs
http://bugs.winehq.org/show_bug.cgi?id=18216
--- Comment #4 from rob wintle robertwintle@hotmail.co.uk 2009-04-26 18:40:54 --- (In reply to comment #3)
(In reply to comment #0)
replay media catcher demo worked 100% in Wine 1.1.19 i386 but crashes in Wine 1.1.20 i386
link to demo: http://applian.com/replay-media-catcher/demo.php
Is the problem the launch of those 100 or so program error dialogs?
I tested it, looks like when it starts recording you get a page fault. Before, it continued on happily. Now, with the graphical error message, it keeps trying to launch the debugger (hundreds of times). If you let it run for a couple minutes, eventually X will kill those windows (too many clients), and you can run the program as before.
1e256e426df84b6ba00a4c360f355b3809a72b9f is first bad commit commit 1e256e426df84b6ba00a4c360f355b3809a72b9f Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Sun Dec 21 22:28:32 2008 +0100
winedbg: Add a crash dialog for --auto mode.
:040000 040000 5646e62bab476dc8977d0e80a81d49390ee458a8 d87b7a157c5115a6f63ae0b0234c24aeb888658e M dlls :040000 040000 3be453c7f9f3a6e947e439b2ae7c80d6da9ebaba a34a33ccde902e56b6948a73b4b261c5304f3389 M programs
yes that is the error i am getting.is there a way to stop the debugger launching that many times or is it best to stay with version 1.1.19 of wine?
http://bugs.winehq.org/show_bug.cgi?id=18216
--- Comment #5 from Austin English austinenglish@gmail.com 2009-04-26 20:05:08 --- (In reply to comment #4)
yes that is the error i am getting.is there a way to stop the debugger launching that many times or is it best to stay with version 1.1.19 of wine?
Stick to 1.1.19 for now.
http://bugs.winehq.org/show_bug.cgi?id=18216
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|replay media catcher crashes|replay media catcher crashes |in wine update 1.1.20 |
http://bugs.winehq.org/show_bug.cgi?id=18216
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net 2009-04-27 06:04:39 --- Hello,
that app uses a bugged global windows hook module (ahook.dll). When the crash handler is invoked for the first time, the hook module gets loaded into the new process (winedbg), which crashes the crash handler itself, forcing another crash handler invocation <insert nice denial of service here>...
This was previously hidden, because winedbg did not create any hookable windows hence the faulty global hook was not loaded into crash handler.
Either protect winedbg itself with unhandled exception filter or disable global hooks/procs for winedbg which can potentially wreck anything by using Wine-internal mechanism.
Regards
http://bugs.winehq.org/show_bug.cgi?id=18216
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winedbg
http://bugs.winehq.org/show_bug.cgi?id=18216
Fernando Martins fernando@cmartins.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando@cmartins.nl
--- Comment #7 from Fernando Martins fernando@cmartins.nl 2011-06-28 15:41:31 CDT --- There are plenty of versions of this program for download. I tried 3.11 (in AppDB, with a date in the year of the bug) against wine 1.3.23 and I got a dialog box with the message:
"The ordinal 6877 could not be located in the DLL".
No message multiplication. No debugger. Does this mean the bug is gone? Should I test another specific version?
(The AppDB link above does not point to any version of the app).
http://bugs.winehq.org/show_bug.cgi?id=18216
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |1e256e426df84b6ba00a4c360f3 | |55b3809a72b9f
http://bugs.winehq.org/show_bug.cgi?id=18216
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #8 from Jerome Leclanche adys.wh@gmail.com 2011-11-08 10:36:13 CST --- (In reply to comment #7) Yeah, getting: Runtime Error! R6030 - CRT not initialized
http://bugs.winehq.org/show_bug.cgi?id=18216
--- Comment #9 from Austin English austinenglish@gmail.com 2013-08-07 18:39:39 CDT --- The current version is 5.0.1.1, which installs a driver and crashes because of that. If you remove its driver, it then fails somewhere in mono. Installing dotnet20 lets it start, without a crash.
@Rob, can you please retest with your original version? The program has changed quite a bit. If you no longer have access to it, let's mark this bug as abandoned.
https://bugs.winehq.org/show_bug.cgi?id=18216
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download, regression | Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #9)
The current version is 5.0.1.1, which installs a driver and crashes because of that. If you remove its driver, it then fails somewhere in mono. Installing dotnet20 lets it start, without a crash.
@Rob, can you please retest with your original version? The program has changed quite a bit. If you no longer have access to it, let's mark this bug as abandoned.
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=18216
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Austin English austinenglish@gmail.com --- Closing.