Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0007586 |
[Squeak] Balloon3D |
major |
always |
12-17-10 19:00 |
12-17-10 19:00 |
|
Reporter |
kbrown |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
open |
|
Status |
new |
|
Product Version |
trunk |
|
Summary |
0007586: 'Balloon3D-VRML-ar.4' fails to load |
Description |
When loading Balloon3D-VRML get 'Error: Digit value initialization failed, so it cannot load. |
Additional Information |
Refer to: http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-December/155721.html [^]
Levente says
The cause of the error is that Character >> #digitValue now returns -1 for all byte characters (asciiValue < 256) that doesn't have valid #digitValue. This was different earlier. The number was negative, but not always -1. According to the comment the only requirement is to return a negative number.
There's another case when you'll get an error. The characters between $a and $z now also have valid #digitValues, but the VRMLStream class >> #initialize doesn't expect that. |
|
Attached Files |
|
|