[Bug 15011] New: ooVoo: Crashes on startup.
http://bugs.winehq.org/show_bug.cgi?id=15011 Summary: ooVoo: Crashes on startup. Product: Wine Version: 1.1.3 Platform: PC-x86-64 URL: http://www.oovoo.com/download/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: flossl(a)live.com Created an attachment (id=15645) --> (http://bugs.winehq.org/attachment.cgi?id=15645) Terminal log. ooVoo crashes when i open it in wine. -- 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=15011 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15645|application/octet-stream |text/plain mime type| | -- 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=15011 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-09-07 12:14:01 --- Does "winetricks gdiplus" 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=15011 flossl(a)live.com 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=15011 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ksbalaji11(a)rediff.com --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-01-04 04:06:33 --- *** Bug 16693 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=15011 --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-02-25 18:17:30 --- While ooVoo starts up with today's Git (wine-1.1.15-391-gb86552f), the login window is not properly rendered. This can be worked around with native gdiplus. -- 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=15011 nsandschn(a)gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn(a)gmx.de --- Comment #4 from nsandschn(a)gmx.de 2009-07-26 06:40:04 --- Still the same behaviour as in comment #3 with wine 1.1.26. Maybe the title of the bug should be changed accordingly. -- 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=15011 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |gdiplus Summary|ooVoo: Crashes on startup. |ooVoo: Interface isn't | |drawn correctly, is | |unusable. Ever Confirmed|0 |1 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-07-27 01:32:05 --- Confirming with wine-1.1.26-232-g39876f4. Native gdiplus is a workaround. -- 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=15011 --- Comment #6 from Vincent Povirk <madewokherd(a)gmail.com> 2009-12-13 20:18:54 --- I guess gdiplus needs support for multi-frame gif files. This is implemented in windowscodecs. According to MSDN (I'm choosing to believe MSDN for now, but I'll have to test this), switching to a new frame discards the current image data rather than saving it anywhere, meaning that we can read image data directly from the file. I think that we could implement this by saving an open WIC decoder object and attaching it to the Image object. (I'm mostly commenting so I don't forget and have to look this up again.) -- 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=15011 --- Comment #7 from Vincent Povirk <madewokherd(a)gmail.com> 2010-08-16 18:06:11 --- Apparently I was able to reproduce this at some point in the past and thought it related to multi-frame images. So I've sent a patch for that: http://www.winehq.org/pipermail/wine-patches/2010-August/092074.html But I no longer remember why I thought that or how to test 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=15011 --- Comment #8 from Vincent Povirk <madewokherd(a)gmail.com> 2010-08-16 18:09:55 --- I don't notice any difference with or without the patch, but the parts of the interface I can see look fine. -- 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=15011 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-08-18 00:49:55 --- My old ooVoo Wine prefix from February 2009 shows correct rendering when I set gdiplus to builtin, so I think this is 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=15011 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-20 12:38:29 --- Closing bugs fixed in 1.3.1. -- 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