[Bug 15311] New: The TV viewer MeuhmeuhTV crashes in a Wine internal library
http://bugs.winehq.org/show_bug.cgi?id=15311 Summary: The TV viewer MeuhmeuhTV crashes in a Wine internal library Product: Wine Version: 1.1.4 Platform: PC URL: http://www.bellevache.com/site/index.php?page=telecharge ments OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jeremielapuree(a)yahoo.fr Created an attachment (id=16142) --> (http://bugs.winehq.org/attachment.cgi?id=16142) console output MeuhMeuhTV crashes when configuring the sound. It looks like that the crash occurs in an internal Wine library. Joaopa -- 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=15311 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |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=15311 --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2008-09-17 19:36:39 --- It looks as though the app is calling CharLowerBuffA with a static string: wine: Unhandled page fault on write access to 0x7e66a856 at address 0xb7e9122d (thread 0009), starting debugger... and from the backtrace: 3 0x7ea2defe CharLowerBuffA+0x1be(str="Primary Sound Driver", len=20) [/home/david/wine/dlls/user32/lstr.c:319] in user32 (0x0032ee4c) I'm guessing CharLowerBuffA/W need an exception handler to deal with such buggy apps? A test on Windows is probably needed to confirm. -- 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=15311 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 -- 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=15311 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodeo_fly(a)yahoo.fr --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-28 10:57:07 --- *** Bug 16652 has been marked as a duplicate of this 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=15311 --- Comment #3 from tobé florian <rodeo_fly(a)yahoo.fr> 2008-12-29 13:21:29 --- If u unchek everything in the wine sound settings then u can go through the configuration process but then wine crashes again when trying to set the wdm driver...Is it another bug ? May I add a log file ? -- 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=15311 --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> 2008-12-30 02:51:24 --- It is another bug.Please fill a other bug report fot this one. -- 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=15311 --- Comment #5 from joaopa <jeremielapuree(a)yahoo.fr> 2008-12-30 02:53:28 --- The status of this bug should be marked as NEW. -- 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=15311 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000(a)yahoo.co.uk Ever Confirmed|0 |1 --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-11-20 07:18:19 --- (In reply to comment #5)
The status of this bug should be marked as NEW.
done -- 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=15311 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-11-20 07:32:27 --- (In reply to comment #1)
It looks as though the app is calling CharLowerBuffA with a static string: wine: Unhandled page fault on write access to 0x7e66a856 at address 0xb7e9122d (thread 0009), starting debugger... and from the backtrace: 3 0x7ea2defe CharLowerBuffA+0x1be(str="Primary Sound Driver", len=20) [/home/david/wine/dlls/user32/lstr.c:319] in user32 (0x0032ee4c)
I'm guessing CharLowerBuffA/W need an exception handler to deal with such buggy apps? A test on Windows is probably needed to confirm.
Why passing static to this call is buggy? -- 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=15311 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-11-20 08:23:25 ---
Why passing static to this call is buggy? I think he meant constant char not static.
-- 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=15311 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The TV viewer MeuhmeuhTV |The TV viewer MeuhmeuhTV |crashes in a Wine internal |crashes |library | -- 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=15311 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |-unknown --- Comment #9 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-01-19 04:37:43 CST --- The "Primary Sound Driver" string that the app tried to lower case came from built-in dsound.dll, I can't find that string anymore, please retest. If the app still crashes that's probably a dsound fault to return a const string to the caller. -- 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=15311 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #10 from joaopa <jeremielapuree(a)yahoo.fr> 2012-01-19 04:54:44 CST --- I do not own a tv card anymore. So I can not test again. Marking this bug as ABANDONED. -- 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=15311 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-01-19 05:07:39 CST --- Closing abandoned. -- 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