[Bug 10820] New: Unhandled division by zero in ALSA_AddRingMessage
http://bugs.winehq.org/show_bug.cgi?id=10820 Summary: Unhandled division by zero in ALSA_AddRingMessage Product: Wine Version: 0.9.51. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-multimedia AssignedTo: wine-bugs(a)winehq.org ReportedBy: sarulezzz(a)inbox.ru Created an attachment (id=9686) --> (http://bugs.winehq.org/attachment.cgi?id=9686) dump Microsoft Office PowerPoint Viewer 2007 randomly crashed with dump (in attachment). If I set OSS as audio driver in winecfg PowerPoint Viewer works fine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.microsoft.com/dow | |nloads/info.aspx?na=90&p=&Sr | |cDisplayLang=en&SrcCategoryI | |d=&SrcFamilyId=048dc840- | |14e1-467d-8dca- | |19d2a8fd7485&u=http%3a%2f%2f | |download.microsoft.com%2fdow | |nload%2ff%2f5%2fa%2ff5a3df76 | |-d856-4a61-a6bd- URL| |722f52a5be26%2fPowerPointVie | |wer.exe Keywords| |download --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2007-12-18 16:52:55 --- It's not crashing for me in wine 0.9.51. Can you attach a small ppt file that it crashes on? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 --- Comment #2 from Alexander Ovcharenko <sarulezzz(a)inbox.ru> 2007-12-19 17:21:13 --- The smallest file on which this crash occurs frequently is 8Mb size. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2007-12-19 21:45:24 --- You can try compressing it or use a service like http://www.yousendit.com/ to upload the file. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9686|application/octet-stream |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 --- Comment #4 from Lei Zhang <thestig(a)google.com> 2007-12-20 13:23:20 --- the crash backtrace would be more useful if you ran it with a copy of wine that has debugging symbols. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 --- Comment #5 from Alexander Ovcharenko <sarulezzz(a)inbox.ru> 2007-12-24 19:13:11 --- Created an attachment (id=9791) --> (http://bugs.winehq.org/attachment.cgi?id=9791) WINEDEBUG=+wave,+winmm Here is output of command WINEDEBUG=+wave,+winmm wine "c:/Program Files/Microsoft Office/Office12/PPTVIEW.EXE" Wine has been compiled from source. But I can't take dump with line numbers. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 Alexander Ovcharenko <sarulezzz(a)inbox.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.51. |0.9.52. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-01 18:01:23 --- Please compress the file that causes the crash and either attach it here or email it to dank(a)kegel.com. Your log would have line numbers if you ran the copy of wine you built; the fact that it doesn't indicates you probably are still running the system wine. What was the *exact* commandline you used to start the app? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.52. |0.9.51. --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-01-01 18:20:21 --- Don't change original reported version. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 --- Comment #8 from Alexander Ovcharenko <sarulezzz(a)inbox.ru> 2008-01-02 12:14:23 --- I don't have system wine. I have only wine which I had built myself. I opened ppt-file with this file: #!/bin/sh QUICKPARLOCATION="C:\\Program Files\\Microsoft Office\\Office12\\PPTVIEW.EXE" PARAM=`winepath -w "$*"` wine "$QUICKPARLOCATION" "$PARAM" exit 0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-01-02 12:18:53 --- Try using the wine in your source tree instead of the installed wine, e.g. ~/wine-git/wine "$QUICKPARLOCATION" "$PARAM" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_multimedia |-unknown --- Comment #10 from James Hawkins <truiken(a)gmail.com> 2008-01-07 19:14:28 --- Another winealsa bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820 hyperquantum(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hyperquantum(a)gmail.com --- Comment #11 from hyperquantum(a)gmail.com 2008-03-02 08:57:59 --- I experience the same problem with Warcraft 2 BNE. The menu that is displayed in a window (before you start the game or start the installer) plays a sound when hovering over a menu option. If you move over an option repeatedly (so the sound is played very often), the program crashes. wine: Unhandled division by zero at address 0x7d69e750 (thread 0011), starting debugger... Unhandled exception: divide by zero in 32-bit code (0x7d69e750). If you need more info, just ask. -- 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=10820 --- Comment #12 from hyperquantum(a)gmail.com 2008-03-02 09:00:59 --- Forgot to mention my version of wine: 0.9.56 (gentoo) -- 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=10820 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled division by zero |Unhandled division by zero |in ALSA_AddRingMessage |in ALSA_AddRingMessage in | |PowerPoint Viewer 2008 --- Comment #13 from Dan Kegel <dank(a)kegel.com> 2008-03-02 09:04:46 --- Can you attach a log, please? -- 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=10820 --- Comment #14 from hyperquantum(a)gmail.com 2008-03-02 11:26:48 --- Created an attachment (id=11080) --> (http://bugs.winehq.org/attachment.cgi?id=11080) log for Warcraft 2 BNE menu 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=10820 --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2008-11-29 02:42:02 --- Please retest in 1.1.9. -- 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=10820 Alexandre <amaciel81(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16530 -- 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=10820 --- Comment #16 from Alexander Ovcharenko <sarulezzz(a)inbox.ru> 2008-12-16 17:31:31 --- I tested with 1.1.9 and I was unable to reproduce this crash. But now most of the sounds in presentations are cut. I'm going to attach the file with output to console. -- 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=10820 --- Comment #17 from Alexander Ovcharenko <sarulezzz(a)inbox.ru> 2008-12-16 17:33:43 --- Created an attachment (id=17994) --> (http://bugs.winehq.org/attachment.cgi?id=17994) output to console with wine-1.1.9 -- 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=10820 --- Comment #18 from Alexander Ovcharenko <sarulezzz(a)inbox.ru> 2008-12-16 19:17:00 --- In wine-1.1.10 sounds in presentations are not cut. -- 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=10820 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #19 from Austin English <austinenglish(a)gmail.com> 2008-12-17 10:03:31 --- Reported fixed. -- 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=10820 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> 2008-12-20 09:03:30 --- Closing bugs fixed in 1.1.11. -- 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=10820 Julian Rüger <jr98(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98(a)gmx.net -- 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=10820 Bug 10820 depends on bug 16530, which changed state. Bug 16530 Summary: Power Point Viewer 2007 stops working http://bugs.winehq.org/show_bug.cgi?id=16530 What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Status|NEW |RESOLVED Resolution| |INVALID -- 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=10820 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled division by zero |PowerPoint Viewer 2007 |in ALSA_AddRingMessage in |crashes with division by |PowerPoint Viewer 2008 |zero in ALSA_AddRingMessage CC| |focht(a)gmx.net URL|http://www.microsoft.com/do |https://web.archive.org/web |wnloads/info.aspx?na=90&p=& |/20071214114558/http://down |SrcDisplayLang=en&SrcCatego |load.microsoft.com/download |ryId=&SrcFamilyId=048dc840- |/f/5/a/f5a3df76-d856-4a61-a |14e1-467d-8dca-19d2a8fd7485 |6bd-722f52a5be26/PowerPoint |&u=http%3a%2f%2fdownload.mi |Viewer.exe |crosoft.com%2fdownload%2ff% | |2f5%2fa%2ff5a3df76-d856-4a6 | |1-a6bd-722f52a5be26%2fPower | |PointViewer.exe | -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla