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@winehq.org ReportedBy: sarulezzz@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.
http://bugs.winehq.org/show_bug.cgi?id=10820
Austin English austinenglish@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@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?
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #2 from Alexander Ovcharenko sarulezzz@inbox.ru 2007-12-19 17:21:13 --- The smallest file on which this crash occurs frequently is 8Mb size.
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #3 from Austin English austinenglish@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.
http://bugs.winehq.org/show_bug.cgi?id=10820
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9686|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #4 from Lei Zhang thestig@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.
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #5 from Alexander Ovcharenko sarulezzz@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.
http://bugs.winehq.org/show_bug.cgi?id=10820
Alexander Ovcharenko sarulezzz@inbox.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.51. |0.9.52.
http://bugs.winehq.org/show_bug.cgi?id=10820
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #6 from Dan Kegel dank@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@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?
http://bugs.winehq.org/show_bug.cgi?id=10820
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.52. |0.9.51.
--- Comment #7 from Austin English austinenglish@gmail.com 2008-01-01 18:20:21 --- Don't change original reported version.
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #8 from Alexander Ovcharenko sarulezzz@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
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #9 from Dan Kegel dank@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"
http://bugs.winehq.org/show_bug.cgi?id=10820
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_multimedia |-unknown
--- Comment #10 from James Hawkins truiken@gmail.com 2008-01-07 19:14:28 --- Another winealsa bug.
http://bugs.winehq.org/show_bug.cgi?id=10820
hyperquantum@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hyperquantum@gmail.com
--- Comment #11 from hyperquantum@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.
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #12 from hyperquantum@gmail.com 2008-03-02 09:00:59 --- Forgot to mention my version of wine: 0.9.56 (gentoo)
http://bugs.winehq.org/show_bug.cgi?id=10820
Dan Kegel dank@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@kegel.com 2008-03-02 09:04:46 --- Can you attach a log, please?
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #14 from hyperquantum@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
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #15 from Austin English austinenglish@gmail.com 2008-11-29 02:42:02 --- Please retest in 1.1.9.
http://bugs.winehq.org/show_bug.cgi?id=10820
Alexandre amaciel81@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16530
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #16 from Alexander Ovcharenko sarulezzz@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.
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #17 from Alexander Ovcharenko sarulezzz@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
http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #18 from Alexander Ovcharenko sarulezzz@inbox.ru 2008-12-16 19:17:00 --- In wine-1.1.10 sounds in presentations are not cut.
http://bugs.winehq.org/show_bug.cgi?id=10820
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #19 from Austin English austinenglish@gmail.com 2008-12-17 10:03:31 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=10820
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard julliard@winehq.org 2008-12-20 09:03:30 --- Closing bugs fixed in 1.1.11.
http://bugs.winehq.org/show_bug.cgi?id=10820
Julian Rüger jr98@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98@gmx.net
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
https://bugs.winehq.org/show_bug.cgi?id=10820
Anastasius Focht focht@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@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 |