error Newtonsoft.Json.Linq.JValue

ProAleX68

New member
May 22, 2022
4
0
0
36
Hello. Please help me fix the error?
Error displaying ProAleX_68's equipment: Cannot access child value on Newtonsoft.Json.Linq.JValue.
 
That's a JSON parsing error. However from the information provided, I couldn't tell you from what or how to correct it.

I'd need to start with the following information:
  • Your server logs at the time this happens. (Click Logs & Folders at the top of RAT)
  • Your RAT logs at the time this happens. (Click Logs & Folders at the top of RAT)

  • If you can correlate this error with something happening on your server. Meaning, does it happen every time a player logs in, someone types in chat, a particular player does something, etc.
  • Anything you can do to help narrow this down will help me get it resolved for you much quicker.
 
Это ошибка синтаксического анализа JSON. Однако из предоставленной информации я не мог сказать вам, что или как это исправить.

Мне нужно начать со следующей информации:
  • Ваш сервер регистрируется в то время, когда это происходит. (Нажмите Журналы и папки в верхней части RAT)
  • Ваша КРЫСА регистрируется в то время, когда это происходит. (Нажмите Журналы и папки в верхней части RAT)

  • Если вы можете соотнести эту ошибку с чем-то, что происходит на вашем сервере. Значение, это происходит каждый раз, когда игрок входит в систему, кто-то вводит в чат, конкретный игрок что-то делает и т. Д.
  • Все, что вы можете сделать, чтобы сузить это, поможет мне решить эту проблему гораздо быстрее.
This error comes out when I try to view the player's inventory. This is when connecting remotely. Is it possible to import icons?
1366
 
Last edited:
You will need to get a copy of the icon files (they are a part of the game, so I can't legally distribute them). You can get those either by downloading them from your server host. Or install the dedicated server locally. Then look in the <ServerInstallFolder>\data\itemicons.

Once you get the files, in RAT. Settings -> Local Server tab -> Server Config.

Set that to your <ServerInstallFolder> folder, and restart RAT. They should appear then.
 
You will need to get a copy of the icon files (they are a part of the game, so I can't legally distribute them). You can get those either by downloading them from your server host. Or install the dedicated server locally. Then look in the <ServerInstallFolder>\data\itemicons.

Once you get the files, in RAT. Settings -> Local Server tab -> Server Config.

Set that to your <ServerInstallFolder> folder, and restart RAT. They should appear then.
Thank you very much for the answer.