Fougerite Official

Fougerite Official 1.8.3C

No permission to download

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,066
4,399
113
At your house.
github.com

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,066
4,399
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

1.8.1

  • Fixed ConcurrentDictionary not having Clear() method
  • Fixed Rust++ references to Server.Cache causing errors, all of it is now using the correct functions. Update your RustPP dll.
  • Type of Server.Cache has been changed back to IDictionary to retain compatibility
  • Improved function calling speed for Python scripts
  • Sleeper class now uses PlayerCache to get the name of the player
  • https://github.com/Notulp/Fougerite/commit/3f1484244af71e27c8de307032ca196520695172...
Read the rest of this update entry...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,066
4,399
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

1.8.2

  • Fougerite went through tons of refactoring and code optimizations, I tried to cleanup most of the tragical issues, but I don't think alone I'll have any energy left for the rest
  • Fixed an old issue from 2016 that was quite trivial, but lacked the experience to see. https://fougerite.com/threads/fougerite-official.348/page-33#post-10567 You can now reference Assembly-CSharp from your script plugins without an issue
  • Added LastLogin, and LastLogout properties to the...
Read the rest of this update entry...
 

Guardian343

New Member
Trusted Member
Member
May 28, 2017
9
5
3
24
in 1.8.2 fougerite version when rustbuster plugin gets installed an error occurs. here is the error

PlayerConnectedEvent Error System.NullReferenceException: Object reference not set to an instance of an object
at nnU=.JXY=.LHY= (System.Exception LXY=) [0x00000] in <filename unknown>:0
at nnU=.JXY=.KnY= (nnU=.QHc= K3Y=) [0x00000] in <filename unknown>:0
at VMRuntime.Libraries.CSVMRuntime.mnU= (nnU=.C3Y= m3U=, nnU=.QHc= nHU=) [0x00000] in <filename unknown>:0
at VMRuntime.Libraries.CSVMRuntime.lnU= (System.Reflection.Assembly l3U=, System.String mHU=, System.Object[] mXU=) [0x00000] in <filename unknown>:0
at VMRuntime.Libraries.CSVMRuntime.RunMethod (System.String id, System.Object[] args) [0x00000] in <filename unknown>:0
at RustBuster2016Server.Server.shQ= (Fougerite.Player sxQ=) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) Fougerite.Hooks/ConnectionHandlerDelegate:invoke_void__this___Player (Fougerite.Player)
at Fougerite.Hooks.PlayerConnect (.NetUser user) [0x00000] in <filename unknown>:0


PlayerSpawnedEvent Error: System.NullReferenceException: Object reference not set to an instance of an object
at nnU=.JXY=.LHY= (System.Exception LXY=) [0x00000] in <filename unknown>:0
at nnU=.JXY=.KnY= (nnU=.QHc= K3Y=) [0x00000] in <filename unknown>:0
at VMRuntime.Libraries.CSVMRuntime.mnU= (nnU=.C3Y= m3U=, nnU=.QHc= nHU=) [0x00000] in <filename unknown>:0
at VMRuntime.Libraries.CSVMRuntime.lnU= (System.Reflection.Assembly l3U=, System.String mHU=, System.Object[] mXU=) [0x00000] in <filename unknown>:0
at VMRuntime.Libraries.CSVMRuntime.RunMethod (System.String id, System.Object[] args) [0x00000] in <filename unknown>:0
at RustBuster2016Server.Server.rxQ= (Fougerite.Player sBQ=, Fougerite.Events.SpawnEvent sRQ=) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) Fougerite.Hooks/PlayerSpawnHandlerDelegate:invoke_void__this___Player_SpawnEvent (Fougerite.Player,Fougerite.Events.SpawnEvent)
at Fougerite.Hooks.PlayerSpawned (.PlayerClient pc, Vector3 pos, Boolean camp) [0x00000] in <filename unknown>:0
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,066
4,399
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

1.8.3

PATCHER UPDATED, RE-PATCH, OR USE THE PRE-PATCHED DLLS.

The past 21 days Fougerite went through lots of internal changes, which comes with bug fixes, improvements, and performance / stability increasements.

  • Rust++ updated
  • MoonSharp.Interpreter.dll updated
  • NewtonSoft dlls updated
  • Bunch of internal code fixes, code quality, and performance improvements
  • Lots of refactoring
  • Added Util.SplitInPartsLs
  • All string used in the core was changed from concatenation to...
Read the rest of this update entry...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,066
4,399
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

1.8.3B

  • Fixed an issue where console event cancelled the chat event
  • Fixed up the script plugins timer class, they will be more robust, functioning better, less error prone
  • Fixed Command/Console restriction not working properly

[URL...
Read the rest of this update entry...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,066
4,399
113
At your house.
github.com
DreTaX updated Fougerite Official with a new update entry:

1.8.3C

  • IniParser is now thread safe by default.
  • Fixed the major issue with Entities not having values properly thus breaking many plugins using Entities
  • All the events are now being called in every plugin regardless whether one caused an error during the fire of the event. The exception of this is the chat/console events.
Read the rest of this update entry...