Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

varsis

macrumors regular
Original poster
Nov 30, 2005
209
1
Code:
12/11/09 10:58:53 PM	Code Cutter[1924]	Exception raised during background layout: *** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds
12/11/09 10:58:53 PM	Code Cutter[1924]	*** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds

I have no idea what this error means can someone explain it to me?

Thanks
Chris
 
Code:
12/11/09 10:58:53 PM	Code Cutter[1924]	Exception raised during background layout: *** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds
12/11/09 10:58:53 PM	Code Cutter[1924]	*** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range or index out of bounds

I have no idea what this error means can someone explain it to me?

Thanks
Chris

The range or index is larger than the size of your string. You are trying to access that what does not exist.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.