View Single Post
Old 03-15-2008, 08:55 AM   #15 (permalink)
Varchild
Forum Novice
 
Varchild's Avatar
 
Join Date: Jan 2004
Location: Gorizia - Italy
Age: 28
Posts: 193
Send a message via ICQ to Varchild Send a message via MSN to Varchild
Default

I've got this exception:

Code:
[12:49:1] **** ERROR ****
System.ArgumentException: Buffer dei caratteri di output troppo piccolo per contenere i caratteri decodificati. Codifica 'Unicode (UTF-8)', fallback 'System.Text.DecoderReplacementFallback'.
Nome parametro: chars
   in System.Text.Encoding.ThrowCharsOverflow()
   in System.Text.Encoding.ThrowCharsOverflow(DecoderNLS decoder, Boolean nothingDecoded)
   in System.Text.UTF8Encoding.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, DecoderNLS baseDecoder)
   in System.Text.DecoderNLS.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, Boolean flush)
   in System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush)
   in System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex)
   in System.IO.BinaryReader.InternalReadOneChar()
   in System.IO.BinaryReader.Read()
   in System.IO.BinaryReader.PeekChar()
   in TheBox.MapViewer.MapViewer.ExtractMap(Maps map, MapScale scale, String FileName)
   in TheBox.Options.Profile.GenerateMaps(ProgressBar bar)
Additional information: Couldn't extract images for map 0: map disabled in the profile
__________________
Dies Irę, dies illa
solvet sęclum in favilla

Developer only on
Midgard Shard
Varchild is offline   Reply With Quote