Error with Razor.

Don't know how something works? Here you will find some useful links. And if you have a question, feel free to ask.
Locked
froeal01
Passer by
Posts: 3
Joined: Tue Dec 23, 2008 11:41 pm

Error with Razor.

Post by froeal01 »

Greetings,

I followed the RAZORHOWTO and used the custom regery to create a file in G:\Program Files. However, when i try to start Razor I get this error message.

Exception @ 12-23-08 23:37:13.3906
System.ArgumentException: The output char buffer is too small to contain the decoded characters, encoding 'Unicode (UTF-8)' fallback 'System.Text.DecoderReplacementFallback'.
Parameter name: chars
at System.Text.Encoding.ThrowCharsOverflow()
at System.Text.Encoding.ThrowCharsOverflow(DecoderNLS decoder, Boolean nothingDecoded)
at System.Text.UTF8Encoding.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, DecoderNLS baseDecoder)
at System.Text.DecoderNLS.GetChars(Byte* bytes, Int32 byteCount, Char* chars, Int32 charCount, Boolean flush)
at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex, Boolean flush)
at System.Text.DecoderNLS.GetChars(Byte[] bytes, Int32 byteIndex, Int32 byteCount, Char[] chars, Int32 charIndex)
at System.IO.BinaryReader.InternalReadOneChar()
at System.IO.BinaryReader.Read()
at System.IO.BinaryReader.PeekChar()
at Ultima.StringList..ctor(String language)
at Assistant.Language.Load(String lang)
at Assistant.Engine.Main(String[] Args)

Any input would be greatly appreciated.
Locked