Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0007790 |
[Squeak] Any |
major |
always |
10-08-13 01:26 |
10-08-13 01:28 |
|
Reporter |
tim |
View Status |
public |
|
Assigned To |
tim |
Priority |
urgent |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.4 |
Product Version |
4.4 |
|
Product Build |
|
|
Summary |
0007790: Raspberry Pi related faster bitblt code problem with tallyIntoMap combination rule |
Description |
Reported issue was some PNG file provided as media of Scratch suddenly loading as invisible sprites.
Debugging the image showed a problem in the colorReduced method because the tallyIntoMap bitblt rule was producing incorrect values. After much staring at code we discovered a minuscule typo that had a constant in BitBltSimulation>>copyBits:Fallback: as 16r3FFF instead of 16r7FFF and thus the cmMask value used to write into the map array was wrong. |
Steps To Reproduce |
|
Additional Information |
Fixed in VMMaker-tpr.326 |
|
Attached Files |
|
|