k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Copy and Paste Selection results in random pixels being copied over the working sprite #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a simple pixel with (lets say) 3 colors;
2. Select an area with the rectangle selection tool;
3. Copy and Paste the Selection;
4. Position the copy and press enter to finish pasting.

What is the expected output? What do you see instead?
I was expecting for a simple copy of the selection, but instead got an bizzare 
copy of the selection.

What version of the product are you using? On what operating system?
0.8.2 on Linux Ubuntu (10.10), compiled with g++ 4.4.5. During the "make", g++ 
accused some errors, where trying to convert a void * to an int resulted in 
lost of precision, so I changed the return type of those functions to a size_t.

Follows attached some images simulating the problem.

Original issue reported on code.google.com by Osama.Ca...@gmail.com on 6 Apr 2011 at 3:43

Attachments:

GoogleCodeExporter commented 8 years ago
Hi! it sounds like you've compiled aseprite for x64 architecture, do you? (e.g. 
do you have a 64-bits Ubuntu distro?).

Could you please send me a patch with your changes? For example:

  ~/diff -Nu3 ~/aseprite-original ~/aseprite-modified > aseprite.patch

Also, could you try to reproduce this bug with the last repository version?
Download link: https://github.com/dacap/aseprite/tarball/master

Original comment by davidcapello on 6 Apr 2011 at 10:50

GoogleCodeExporter commented 8 years ago
Sorry, the diff command should be executed with -r param as:

  diff -r -Nu3 aseprite-original aseprite-modified > aseprite.patch

Original comment by davidcapello on 6 Apr 2011 at 10:51

GoogleCodeExporter commented 8 years ago
Sorry it took so long to answer.

Yes indeed, my Linux is an Ubuntu 10.10 x64.

I never used diff (although I've heard of it), but i compared an original 
unziped sources folder with the one that i edited, as you pointed in the 
command you passed me. The results are attached to this comment.

Original comment by Osama.Ca...@gmail.com on 8 Apr 2011 at 10:02

Attachments:

GoogleCodeExporter commented 8 years ago
Could you confirm if this problem continue with the current repository version?
(you can checkout it from https://github.com/dacap/aseprite.git)

Original comment by davidcapello on 10 Jul 2012 at 9:33

GoogleCodeExporter commented 8 years ago
No more information about this issue in 6 months.

Original comment by davidcapello on 2 Jan 2013 at 12:08