[Bug 13152] New: QIP Infium: incorrect fonts displaying
http://bugs.winehq.org/show_bug.cgi?id=13152 Summary: QIP Infium: incorrect fonts displaying Product: Wine Version: 1.0-rc1 Platform: PC URL: http://www.qip.ru OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: fonts AssignedTo: wine-bugs(a)winehq.org ReportedBy: ivan(a)dpts.i-jetcity.ru CC: ivan(a)dpts.i-jetcity.ru Created an attachment (id=12955) --> (http://bugs.winehq.org/attachment.cgi?id=12955) Screenshot of the bug Strange fonts behavior in any version of QIP Infium. System is openSUSE 10.3, ms fonts are 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=13152 Ivan M. <ivan(a)dpts.i-jetcity.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|ivan(a)dpts.i-jetcity.ru | -- 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=13152 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-14 00:53:07 --- I've downloaded qip8060.exe, it installs but doesn't start up for me. Is there anything I miss to be able to reproduce the problem? -- 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=13152 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-15 02:47:46 --- I can't reproduce this with qip8000. Looking at the screenshot it seems you have broken (or no at all) Wine built-in fonts installed. (In order to be able run QIP one needs to install IE) -- 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=13152 --- Comment #3 from Ivan M. <ivan(a)dpts.i-jetcity.ru> 2008-05-15 07:25:45 --- QIP Infium (9xxx series) is different with QIP 8xxx series and earlier. Infium has been rewritten from scratch. Here is the installer - http://rapidshare.de/files/39414332/qipinfium9006.exe.html PS Sorry for rapidshare, official mirror had became closed PPS Wine is default form openSUSE Build Service (version 10.3); all MS Windows Fonts are installed. I had troubles only with program build-in texts; messages and contact list are displayed perfectly PPPS Sorry for my bad english -- 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=13152 --- Comment #4 from Ivan M. <ivan(a)dpts.i-jetcity.ru> 2008-05-15 07:28:09 --- I don't have troubles with fonts in other applications including QIP 8xxx series (In addition to comment #3). OFFTOP: QIP 8xxx don't need IE if runned with /oldgif option -- 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=13152 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|UNCONFIRMED |NEW Component|fonts |ole Ever Confirmed|0 |1 --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-15 08:04:58 --- This is a bug in oleaut32, most likely in SysAllocStringLen and friends. Native oleaut32.dll makes the bug disappear. -- 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=13152 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-15 08:44:44 --- The problem is caused by the application bug. It does: str1 = SysAllocStringLen("Reply", 5); SysFreeString(str1); str2 = SysAllocStringLen(str1, 5); i.e. it passes a just freed memory block as a string pointer to copy data from. Wine allocates new memory block in the place of just freed one, and simultaneously changes some internal data structures which happen to be inside of a previously freed memory block, and that corrupts the passed in data. According to a snoop trace native oleaut32 doesn't do memory allocations on each SysAllocStringLen call, and probably uses some internal cache. I'd say this bug is a WONTFIX, please report the problem to the application developers. -- 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=13152 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Component|ole |-unknown -- 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=13152 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-02 07:13:08 --- Given the lack of response closing as wontfix. -- 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=13152 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-02 07:13:19 --- Closing. -- 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