Imagine Nation Forums

Full Version: Razor Error - Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is the error I get:

Unhandled Exception

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)

I searched on these forums as well as on Google and haven't found a solution. I updated .NET framework to 4.0. I'm using windows 7.
Did you really search these forums and Google though? Wink

Check a couple of topics below this one: http://in-uo.net/forums/showthread.php?8...tion-Error
Taran Wrote:Did you really search these forums and Google though? Wink

Check a couple of topics below this one: http://in-uo.net/forums/showthread.php?8...tion-Error

Hi Taran,

Wow - I remember you from the old days!

I have followed that thread to the end and haven't found a solution...Is there another program other than Razor that is comparable?

Thanks!
Hey,

Yeah I've been around for a while now, hehe.

Hmm I think Razor uses .NET 2.0 though, did you try reinstalling that?
You can also use Injection to connect, you can install that through the INPatcher.
I think they updated recently though, which is why I can't get it to work on Linux anymore. :< It may use 3.5 or 4.0 even. Just install all the things.
Finally got it working...in the end .NET 4.0 worked. I'm on windows 7. The problem was that I the Razor link wasn't the latest version :/ Silly me! Thanks for the help.
I have another problem... Razor is running normaly, but in 5 min i get this error

System.ComponentModel.Win32Exception:
в System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
в System.Windows.Forms.Timer.TimerNativeWindow.EnsureHandle()
в System.Windows.Forms.Timer.TimerNativeWindow.StartTimer(Int32 interval)
в System.Windows.Forms.Timer.set_Enabled(Boolean value)
в System.Windows.Forms.Timer.Start()
в Assistant.Timer.ChangedNextTick(Boolean allowImmediate)
в Assistant.Timer.Slice()
в Assistant.MainForm.timerTimer_Tick(Object sender, EventArgs e)
в System.Windows.Forms.Timer.OnTick(EventArgs e)
в System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Do not know if it is a .Net problem, i have windows 7 x64, tried to reinstall everything, does not help...
Searched all the net, tried to reinstall everything, but still have this dull annoying error..

if someone have ANY ideas that is much appreciated.. thx
x64 Windows always has problems with anything Tongue

It's a .Net problem.

I've found more threads with the same error, but no solution.

http://www.runuo.com/community/threads/n...rk.100706/
http://www.runuo.com/community/threads/r...ork.98642/

People still can't get it.