http://bugs.winehq.org/show_bug.cgi?id=12210
Summary: Copy/paste corruption in The Elder Scrolls Construction Set Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: epimetreus@fastmail.fm
Created an attachment (id=11632) --> (http://bugs.winehq.org/attachment.cgi?id=11632) Wine output of bug in action
Pasting text -- to be exact, copying a pre-written script from a text editor, and pasting it over an existing script with Ctrl+A, Ctrl+V -- from a Linux app into the script editor in The Elder Scrolls Construction Set v1.6.1820 (Morrowind: Bloodmoon) causes random corruption at the end of the text buffer; the final line of any script will read:
End Script_Foo
But when corruption occurs, the final line will read something like:
End Script_Foor
or
End Script_Foo< au
3
When this occurs, if the extra characters do not span a new line, it appears you can simply delete them without too much trouble, and save the script. (Note, saving the script commits the compiled script to the editor memory, this is different from saving the plugin being modified to disk)
However, if the characters span to a new line, deleting the newline will cause the last line of the script to jump down, accompanied by various render artifacts in the script edit window. I have not tried to save a script after this occurs.
If you reload the script (answering "no" to the save prompt), it may or may not be possible to re-paste the text. If it is possible, the same or different character data may appear appended to the pasted text -- if it reverts to no appended characters, or appended characters not spanning a new line, it appears one can save the script normally.
Occasionally (about 1/5 of the time), however, (usually after previously pasted text included spurious newlines) the edit window will stop responding to Ctrl+A/C/X commands, or pressing Ctrl+A will appear to partially highlight some of the text in the window. In either case, the editor will usually crash in short order.
If I highlight a segment of text in the middle of the script edit window with the mouse or Shift+Arrows, and then copy/paste it in place, the editor crashes immediately.
http://bugs.winehq.org/show_bug.cgi?id=12210
--- Comment #1 from Austin English austinenglish@gmail.com 2008-03-25 05:16:29 --- Could be a dupe of bug 5061.
http://bugs.winehq.org/show_bug.cgi?id=12210
--- Comment #2 from Lei Zhang thestig@google.com 2008-03-26 12:23:34 --- Is there a download link for the app?
http://bugs.winehq.org/show_bug.cgi?id=12210
--- Comment #3 from Austin English austinenglish@gmail.com 2008-03-26 13:57:36 --- (In reply to comment #1)
Could be a dupe of bug 5061.
Make that bug 11884 (which is fixed in git). Can you retest this in git?
http://bugs.winehq.org/show_bug.cgi?id=12210
--- Comment #4 from Kai Moonbourn epimetreus@fastmail.fm 2008-04-02 07:36:59 --- (In reply to comment #3)
(In reply to comment #1)
Could be a dupe of bug 5061.
Make that bug 11884 (which is fixed in git). Can you retest this in git?
The pasting of text no longer includes extraneous characters, but the aberrations in select-all and crashing after a certain number of attempted edits remain.
http://bugs.winehq.org/show_bug.cgi?id=12210
earther@eartherdesigns.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |earther@eartherdesigns.com
--- Comment #5 from earther@eartherdesigns.com 2008-05-02 23:21:04 --- I have noticed a similar copy and paste corruption in two applications that I use - PS 7 (file names) and NoteTab (from gedit or HTML page etc.). Other NoteTab users have also experienced this.
The bug adds random extraneous characters and letters to the end of a copied section.
I am still using wine-0.9.58 because of other bugs but this particular corruption bug appeared a few versions ago. Earlier versions did not have it.
I am also running the Hardy kernel on Feisty to fix hibernation problems on new hardware if that makes a difference.
http://bugs.winehq.org/show_bug.cgi?id=12210
--- Comment #6 from Austin English austinenglish@gmail.com 2008-07-14 06:04:08 --- (In reply to comment #5)
I have noticed a similar copy and paste corruption in two applications that I use - PS 7 (file names) and NoteTab (from gedit or HTML page etc.). Other NoteTab users have also experienced this. The bug adds random extraneous characters and letters to the end of a copied section. I am still using wine-0.9.58 because of other bugs but this particular corruption bug appeared a few versions ago. Earlier versions did not have it. I am also running the Hardy kernel on Feisty to fix hibernation problems on new hardware if that makes a difference.
Is this still an issue in current (1.1.1 or newer) wine? Can you run a regression test (http://wiki.winehq.org/RegressionTesting) or at least specify the last working and first broken versions.
http://bugs.winehq.org/show_bug.cgi?id=12210
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12210
--- Comment #7 from earther@eartherdesigns.com 2008-07-14 09:17:03 --- Since I upgraded to wine-1.0 I have not experienced this problem. I used NoteTab extensively updating a site last week and there was not one copy and paste error.
The little quirks in Photoshop have also disappeared.
Wine 1.1.1 has not yet appeared in the repos.
Do to dialup limitations, I won't be doing any regression testing. Sorry.
For reference I am still on Gutsy but using the Hardy 2.6.24-16-generic kernel. However, I have a test install of Gutsy running in Virtual Box and wine-1.0 seems to be working well there too.
Hope that helps.
http://bugs.winehq.org/show_bug.cgi?id=12210
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from Austin English austinenglish@gmail.com 2008-07-15 06:22:46 --- (In reply to comment #7)
Since I upgraded to wine-1.0 I have not experienced this problem. I used NoteTab extensively updating a site last week and there was not one copy and paste error. The little quirks in Photoshop have also disappeared.
I'll mark it fixed then, thanks!
Wine 1.1.1 has not yet appeared in the repos.
No need. Unless the bug reappears, but in that case, just file a new bug.
Do to dialup limitations, I won't be doing any regression testing. Sorry.
No need. If it's fixed, don't worry about it. If it were still broken, we'd need that info.
For reference I am still on Gutsy but using the Hardy 2.6.24-16-generic kernel. However, I have a test install of Gutsy running in Virtual Box and wine-1.0 seems to be working well there too. Hope that helps.
Good to know. Thanks again!
http://bugs.winehq.org/show_bug.cgi?id=12210
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2008-07-25 13:01:30 --- Closing bugs fixed in 1.1.2.
http://bugs.winehq.org/show_bug.cgi?id=12210
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified