EncoderFallbackException: Unable to translate Unicode characterSolved
Failed to call hook 'OnUserCommand' on plugin 'Logger v2.2.1' (EncoderFallbackException: Unable to translate Unicode character \\uD83C at index 53 to specified code page.)
at System.Text.EncoderExceptionFallbackBuffer.Fallback (System.Char charUnknown, System.Int32 index) [0x00029] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Text.EncoderFallbackBuffer.InternalFallback (System.Char ch, System.Char*& chars) [0x000dd] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Text.UTF8Encoding.GetBytes (System.Char* chars, System.Int32 charCount, System.Byte* bytes, System.Int32 byteCount, System.Text.EncoderNLS baseEncoder) [0x001a3] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Text.EncoderNLS.GetBytes (System.Char* chars, System.Int32 charCount, System.Byte* bytes, System.Int32 byteCount, System.Boolean flush) [0x00064] in <437ba245d8404784b9fbab9b439ac908>:0
at System.Text.EncoderNLS.GetBytes (System.Char[] chars, System.Int32 charIndex, System.Int32 charCount, System.Byte[] bytes, System.Int32 byteIndex, System.Boolean flush) [0x000e2] in <437ba245d8404784b9fbab9b439ac908>:0
at System.IO.StreamWriter.Flush (System.Boolean flushStream, System.Boolean flushEncoder) [0x00052] in <437ba245d8404784b9fbab9b439ac908>:0
at System.IO.StreamWriter.Dispose (System.Boolean disposing) [0x00022] in <437ba245d8404784b9fbab9b439ac908>:0
at System.IO.TextWriter.Dispose () [0x00000] in <437ba245d8404784b9fbab9b439ac908>:0
at Oxide.Plugins.CSharpPlugin.LogToFile (System.String filename, System.String text, Oxide.Core.Plugins.Plugin plugin, System.Boolean timeStamp) [0x0009a] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
at Oxide.Plugins.Logger.Log (System.String filename, System.String key, System.Object[] args) [0x00044] in <a794985b3a874c73b9262999d7c4d006>:0
at Oxide.Plugins.Logger.OnUserCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x000e0] in <a794985b3a874c73b9262999d7c4d006>:0
at Oxide.Plugins.Logger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00259] in <a794985b3a874c73b9262999d7c4d006>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0
You have a unicode character that is being used somewhere, either in the log file or log text. Without more details, it's hard to know what.
5e13a8d5b2bc5.jpg Wulf
You have a unicode character that is being used somewhere, either in the log file or log text. Without more details, it's hard to know what.

I also have trouble with seeing player list in rustadmin and have error about unicode in other plugins too. Could it be that a player has something in his name that is bugging or something?

There are a few threads regarding issues with RustAdmin, unlikely to be related to this.
Failed to call hook 'AddPoints' on plugin 'ServerRewards v0.4.71' (EncoderFallbackException: Unable to translate Unicode character \\uD83C at index 62 to specified code page.)
5e13a8d5b2bc5.jpg Wulf
There are a few threads regarding issues with RustAdmin, unlikely to be related to this.

From today?

If it's happening across plugins, it's likely something with a player's name as you suggested.

For RustAdmin, you may need to exclude specific commands such as playerlist.
I cant see the player list at all currently and i already tried kicking players with weird characters in their name and restarting the program/rebooting pc etc.

My server is active so i cant just restart it.

How can I troubleshoot this even further?

(19:03:11) | EncoderFallbackException: Unable to translate Unicode character \\uD83C at index 2933 to specified code page.
You may want to look into the Name Manager plugin. :)
5e13a8d5b2bc5.jpg Wulf
You may want to look into the Name Manager plugin. :)

This one?

https://umod.org/plugins/name-manager

Cause you would have to set hundreds of different characters to restrict then?

Locked automatically