[Bug 19171] New: Powerpoint viewer's shows weird characters (appinstall)
http://bugs.winehq.org/show_bug.cgi?id=19171 Summary: Powerpoint viewer's shows weird characters (appinstall) Product: Wine Version: 1.1.25 Platform: PC URL: http://download.microsoft.com/download/a/1/a/a1adc39b- 9827-4c7a-890b-91396aed2b86/ppviewer.exe OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=22157) --> (http://bugs.winehq.org/attachment.cgi?id=22157) powerpoint Compare screenshots. I'll attach the powerpoint as well. -- 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=19171 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-07-03 17:41:59 --- Created an attachment (id=22158) --> (http://bugs.winehq.org/attachment.cgi?id=22158) windows screenshot -- 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=19171 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-07-03 17:42:40 --- Created an attachment (id=22159) --> (http://bugs.winehq.org/attachment.cgi?id=22159) wine screenshot -- 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=19171 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-07-03 18:37:14 --- Targeting for 1.2.0 since it affects a supported application. -- 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=19171 Robert Euhus <emmi3(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi3(a)gmx.de --- Comment #4 from Robert Euhus <emmi3(a)gmx.de> 2010-01-29 08:15:03 --- This bug affects also the 2007-version of the PowerPoint viewer. But I don't know how to attatch this bug to that version. :-( Tested with wine-1.1.31 on Ubuntu Karmic. -- 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=19171 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |http://download.microsoft.c |om/download/a/1/a/a1adc39b- |om/download/f/5/a/f5a3df76- |9827-4c7a-890b-91396aed2b86 |d856-4a61-a6bd-722f52a5be26 |/ppviewer.exe |/PowerPointViewer.exe --- Comment #5 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-01 13:15:29 --- Updating url to PowerPoint Viewer 2007, since 2003 is no longer available. -- 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=19171 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdi32 --- Comment #6 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-01 13:47:42 --- I don't know what PowerPoint expects, but it's creating an instance of "DejaVu Sans" with a charset of SYMBOL_CHARSET and then trying to draw a space with that. This gets translated by ExtTextOutA to unicode \f020 because apparently that is how SYMBOL_CHARSET works. -- 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=19171 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-03 02:33:02 --- (In reply to comment #6)
I don't know what PowerPoint expects, but it's creating an instance of "DejaVu Sans" with a charset of SYMBOL_CHARSET
That's probably the source of the problem. Is "DejaVu Sans" the intended font or gdi32 chooses it as a replacement for a missing font? -- 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=19171 --- Comment #8 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-03 13:02:44 --- DejaVu Sans is the font name specified in the LOGFONT structure. -- 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=19171 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-03 23:43:54 --- (In reply to comment #8)
DejaVu Sans is the font name specified in the LOGFONT structure.
Do you know how the app did find it? Obviously that's not a hardcoded value since that font doesn't exist in a default Windows installation. -- 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=19171 --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-03 23:45:01 --- Also, just in case, is the core fonts package installed? -- 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=19171 --- Comment #11 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-03 23:54:30 --- I have no idea where PowerPoint got that value, and "winetricks corefonts" made no difference. -- 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=19171 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #12 from André H. <nerv(a)dawncrow.de> 2011-07-28 14:18:28 CDT --- works here, but i might have some windows fonts installed... -- 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=19171 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2011-08-02 11:43:39 CDT --- (In reply to comment #12)
works here, but i might have some windows fonts installed...
Here on my gentoo machine, but I get the same with 1.2 and have corefonts installed natively. Will retest on another machine when time permits. -- 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=19171 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz Summary|Powerpoint viewer's shows |Powerpoint viewer 2003 & |weird characters |2007 show weird characters |(appinstall) |(appinstall) -- 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=19171 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #14 from super_man(a)post.com --- I installed the viewer, opened the file and I don't see the boxes like #comment 2 shows. wine 1.7.53, clean prefix. -- 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=19171 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #15 from Austin English <austinenglish(a)gmail.com> --- I don't see this on debian with wine-1.9.4-111-g458283b, without corefonts installed. -- 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=19171 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.7. -- 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=19171 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |https://web.archive.org/web |om/download/f/5/a/f5a3df76- |/20061208145834/http://down |d856-4a61-a6bd-722f52a5be26 |load.microsoft.com/download |/PowerPointViewer.exe |/f/5/a/f5a3df76-d856-4a61-a | |6bd-722f52a5be26/PowerPoint | |Viewer.exe CC| |focht(a)gmx.net -- 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