http://bugs.winehq.org/show_bug.cgi?id=12650
Summary: Flash 8: Fonts rendering very slow and no input buffer Product: Wine Version: 0.9.59. Platform: PC OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: buzzilo@gmail.com
When trying to insert text with many symbols it round turn into hurt cause i have to wait ~3 sec after input every symbol. Another problem when i typing a alot of symbols then appear only first. It seems to be there is no input buffer like in windoze.
In windoze this is also resource eager (100% busy at the same situation), but more comfortable and responsible.
To solve this we need to use device fonts for static text or turn on outline preview mode.
http://bugs.winehq.org/show_bug.cgi?id=12650
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2008-04-19 08:12:16 --- Can you give exact steps to reproduce? Does it happen if one just creates a text area and types 'abc'?
http://bugs.winehq.org/show_bug.cgi?id=12650
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Dan Kegel dank@kegel.com 2008-04-19 19:56:56 --- Ah, I tried it, and it's pretty obvious. To reproduce:
Start Flash. Create a new Flash document. Create a wide text area (it will grow vertically as needed). Type lines like Typing is fun and educational. This works great on the first and second lines, but by the third line, it starts dropping keystrokes, and by the fifth line, it's quite unusable. On a nice, fast Athlon 64, I tried typing that ten times, and got:
Typing is fun and educational.
Typing is fun and educational.
Typing is fun and educatioal.
Typin s un an eductoa.
Typigi unaneducatinl.
Typigifn n edctoal.
Typnifn adedctol.
Ty isfnneutol
Tyig na daoa.
Tyi naeutiol
http://bugs.winehq.org/show_bug.cgi?id=12650
Evgeny buzzilo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|other |Linux Summary|Flash 8: Fonts rendering |Flash 8: Fonts rendering |very slow and no input |very slow and no typing |buffer |buffer
http://bugs.winehq.org/show_bug.cgi?id=12650
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Flash 8: Fonts rendering |Flash 8, MX 2004: Fonts |very slow and no typing |rendering very slow and no |buffer |typing buffer
--- Comment #3 from Dan Kegel dank@kegel.com 2008-04-21 06:05:35 --- Also affects Flash MX 2004 trial (basic). Typing "Mine is the last voice you shall ever hear" into a blank text input window twice yielded Minit ltvc yosalvry. Miei ea ieuhlvra. That's pretty unusable.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-07-29 22:09:32 --- This one looks very much like a DIB engine performance bottleneck. Flash creates huge DIB section to draw a huge font (-2048) to simulate anti-aliasing, and then draws the characters pixel by pixel. X11 spends a lot of time copying DIB bits back and forth, and that somehow leads to losing key presses.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #5 from Austin English austinenglish@gmail.com 2009-01-27 13:50:53 --- Could you try the DIB engine patch in bug 421?
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #6 from Evgeny buzzilo@gmail.com 2009-01-28 04:43:45 --- Created an attachment (id=19045) --> (http://bugs.winehq.org/attachment.cgi?id=19045) screen 1
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #7 from Evgeny buzzilo@gmail.com 2009-01-28 04:44:46 --- Yes, new DIB works faster, but don`t solve main problem. In all it`s "Tyi naeutiol" instead of "Typing is fun and educational" maybe after 150th string.
Also there are some new bugs: * icons and some fonts are hidden (see attached screen) * when i try paste long text, flash crashed (output attached)
http://bugs.winehq.org/show_bug.cgi?id=12650
Evgeny buzzilo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19045|screen 1 |dib2 screen 1 description| |
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #8 from Evgeny buzzilo@gmail.com 2009-01-28 04:46:53 --- Created an attachment (id=19046) --> (http://bugs.winehq.org/attachment.cgi?id=19046) dib2 screen 2
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #9 from Evgeny buzzilo@gmail.com 2009-01-28 04:48:06 --- Created an attachment (id=19047) --> (http://bugs.winehq.org/attachment.cgi?id=19047) dib2 output
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #10 from joaopa jeremielapuree@yahoo.fr 2009-01-28 05:15:28 --- Evgeny, please change the mime type of your last attachment from octet/stream to plain/text please
http://bugs.winehq.org/show_bug.cgi?id=12650
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19047|application/octet-stream |text/plain mime type| | Attachment #19047|fl-dib2-out2.log |fl-dib2-out2.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #11 from Austin English austinenglish@gmail.com 2009-01-28 09:39:55 --- (In reply to comment #7)
Yes, new DIB works faster, but don`t solve main problem. In all it`s "Tyi naeutiol" instead of "Typing is fun and educational" maybe after 150th string.
Also there are some new bugs:
- icons and some fonts are hidden (see attached screen)
- when i try paste long text, flash crashed (output attached)
Please file new bugs for each issue.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2009-01-28 23:57:01 --- (In reply to comment #11)
(In reply to comment #7)
Yes, new DIB works faster, but don`t solve main problem. In all it`s "Tyi naeutiol" instead of "Typing is fun and educational" maybe after 150th string.
Also there are some new bugs:
- icons and some fonts are hidden (see attached screen)
- when i try paste long text, flash crashed (output attached)
Please file new bugs for each issue.
No, please don't. That's for the work-in-progress DIB engine.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #13 from Austin English austinenglish@gmail.com 2009-01-29 09:59:08 --- (In reply to comment #12)
(In reply to comment #11)
(In reply to comment #7)
Yes, new DIB works faster, but don`t solve main problem. In all it`s "Tyi naeutiol" instead of "Typing is fun and educational" maybe after 150th string.
Also there are some new bugs:
- icons and some fonts are hidden (see attached screen)
- when i try paste long text, flash crashed (output attached)
Please file new bugs for each issue.
No, please don't. That's for the work-in-progress DIB engine.
Whoops, sorry. Missed the part that that was WITH the DIB engine.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #14 from Austin English austinenglish@gmail.com 2009-07-30 12:03:08 --- Is this still an issue in current (1.1.26 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=12650
Brian tehstealth@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tehstealth@yahoo.com
--- Comment #15 from Brian tehstealth@yahoo.com 2009-07-30 22:26:35 --- Yes, it is.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #16 from Evgeny buzzilo@gmail.com 2009-08-02 02:49:52 --- yes, it still here.. And even worse IMO :) Only with Max's patches it works very close to word 'perfect'..
http://bugs.winehq.org/show_bug.cgi?id=12650
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |421
http://bugs.winehq.org/show_bug.cgi?id=12650
Bug 12650 depends on bug 421, which changed state.
Bug 421 Summary: Implement a DIB engine http://bugs.winehq.org/show_bug.cgi?id=421
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #17 from Austin English austinenglish@gmail.com 2012-03-19 13:48:42 CDT --- (In reply to comment #16)
yes, it still here.. And even worse IMO :) Only with Max's patches it works very close to word 'perfect'..
Please retest in 1.4, the DIB engine has been implemented, along with other improvements for font rendering.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #18 from butraxz@gmail.com 2013-04-22 15:12:06 CDT --- No answer for a year.
Is this still an issue in current (1.5.28) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you.
http://bugs.winehq.org/show_bug.cgi?id=12650
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #19 from Bruno Jesus 00cpxxx@gmail.com 2013-06-08 18:19:09 CDT --- No answer to last 2 messages, no download. Resolving abandoned, if anyone is still able to reproduce feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=12650
--- Comment #20 from Dan Kegel dank@kegel.com 2013-06-08 18:50:08 CDT --- I couldn't find my copy, but on the intertubes I found one that at least passes clamscan:
f4e229b5f4e89c86b968b8c59f32aa7a26c8d2d9 flashmx2004_trial_en_win.zip
http://bugs.winehq.org/show_bug.cgi?id=12650
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-13 01:41:56 CDT --- Closing ABANDONED bugs.