Changes between Version 1 and Version 2 of Ticket #16472, comment 55
- Timestamp:
- 2021-10-06T22:27:05+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16472, comment 55
v1 v2 26 26 - 00000.912 W: extended font config - overriding 'filename.Mongolian_Baiti=monbaiti.ttf' with 'MONBAITI.TTF' 27 27 - 00081.646 E: Handled by bug report queue: java.lang.ArrayIndexOutOfBoundsException: Index 285 out of bounds for length 285 28 29 30 28 31 29 === REPORTED CRASH DATA === … … 72 70 at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) 73 71 }}} 72 73 reproduced in debug: 74 {{{ 75 java.lang.ArrayIndexOutOfBoundsException: Index 247 out of bounds for length 247 76 77 - from = java.awt.Point[x=275,y=237] 78 - to = java.awt.Point[x=277,y=247] 79 - f1 = [x=-0.12866953370492973, y=0.46361879604792133, z=0.8766423233264704, r=1.0, inclination=-0.1457348292682141, azimuthal=1.088721212255313] 80 - this.vectors[to.x].length = 247 81 }}}