Hey all,
Completely new to setting up a server using oxide, but it looks like most of my plugins are failing to load due to attempts at using nil values. Not sure if Rust updates have broken the plugins or what the deal is, but I'd love some insight.
Plugins on server:
Seeing this error multiple times for different plugins:
![]()
You can take a look at oxide's log here: https://gist.github.com/anonymous/d0f636bcd0e468c66f9c
Solved Fatal Plugin Errors: GetStaticPropertyGetter, GetFieldGetter, and nil
Discussion in 'Rust Discussion' started by meatbot, Jan 25, 2015.
-
looks like you are trying to use legacy plugins with the experimental version of rust and oxide-2.
Only plugins found here: http://oxidemod.org/link-forums/experimental-plugins.34/
Will work with the latest version of rust. -
Thanks, Hatemail!