UnauthorizedAccessExceptionNot An Issue
[15:55:55]Failed to call hook 'OnServerInitialized' on plugin 'BuildingGrades v1.0.5' (UnauthorizedAccessException: Доступ к системе ограничен, недостаточно прав для использования -> System.Reflection.MethodInfo)
[15:55:55] at Oxide.Plugins.BuildingGrades.OnServerInitialized () [0x00000] in <cea0ae2ebb964113b0d88f7864451f87>:0
[15:55:55] at Oxide.Plugins.BuildingGrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00158] in <cea0ae2ebb964113b0d88f7864451f87>:0
[15:55:55] at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cc99cb05b42e4ea494cdf294badea406>:0
[15:55:55] at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <99d545163fdd4d57a562df7989f2ca0a>:0
[15:55:55] at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <99d545163fdd4d57a562df7989f2ca0a>:0

Your host is blocking reflection in a custom Oxide build. This plugin currently uses that. I've removed that usage in a patch, but it'll require an exposure in an Oxide update.

Что сейчас делать мне?

What should I do now?
solovei8

Что сейчас делать мне?

What should I do now?

There hasn't been a release build with the changes, but your host would have to update for those changes to once released.

If you're able to install a development build with the change:

https://ci.appveyor.com/api/projects/oxidemod/oxide-rust/artifacts/Oxide.Rust-develop.zip?pr=false&branch=develophttps://ci.appveyor.com/api/projects/oxidemod/oxide-rust/artifacts/Oxide.Rust-linux-develop.zip?pr=false&branch=develop
o.reload BuildingGrades
[22:35:25]Unloaded plugin Building Grades v1.0.5 by Default/Arainrr
[22:35:25]Failed to call hook 'OnServerInitialized' on plugin 'BuildingGrades v1.0.5' (UnauthorizedAccessException: Доступ к системе ограничен, недостаточно прав для использования -> System.Reflection.MethodInfo)
at Oxide.Plugins.BuildingGrades.OnServerInitialized () [0x00000] in <ecb85b4b867044498048003cdf8d1d26>:0
at Oxide.Plugins.BuildingGrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00158] in <ecb85b4b867044498048003cdf8d1d26>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
[22:35:25]Loaded plugin Building Grades v1.0.5 by Default/Arainrr
[08:07:56]Failed to call hook 'OnServerInitialized' on plugin 'BuildingGrades v1.0.5' (UnauthorizedAccessException: Доступ к системе ограничен, недостаточно прав для использования -> System.Reflection.MethodInfo)
at Oxide.Plugins.BuildingGrades.OnServerInitialized () [0x00000] in <e8b632280d444da5a2d981105ffedcab>:0
at Oxide.Plugins.BuildingGrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00158] in <e8b632280d444da5a2d981105ffedcab>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0
 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0

🤣Please use the latest version

Locked automatically