Imagine Nation Forums
Razor Error - Help! - Printable Version

+- Imagine Nation Forums (https://in-uo.net/forums)
+-- Forum: Imagine Nation archive (https://in-uo.net/forums/forumdisplay.php?fid=6)
+--- Forum: Technical Support (https://in-uo.net/forums/forumdisplay.php?fid=30)
+--- Thread: Razor Error - Help! (/showthread.php?tid=4979)



Razor Error - Help! - Avolanthos - 02-29-2012

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.


Razor Error - Help! - Taran - 02-29-2012

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?8135-Unhandled-Exeption-Error


Razor Error - Help! - Avolanthos - 02-29-2012

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?8135-Unhandled-Exeption-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!


Razor Error - Help! - Taran - 02-29-2012

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.


Razor Error - Help! - Eru - 02-29-2012

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.


Razor Error - Help! - Avolanthos - 02-29-2012

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.


Razor Error - Help! - Zoker - 04-09-2012

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...


Razor Error - Help! - Zoker - 04-11-2012

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


Razor Error - Help! - Elia - 04-11-2012

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/net-framework.100706/
http://www.runuo.com/community/threads/repeating-error-message-from-razor-net-framework.98642/

People still can't get it.