How to Install Fougerite to experimental server

truongdatnhan

New Member
Member
Sep 26, 2014
2
0
1
So i follow the guilde from this
http://fougerite.com/threads/how-to-setup-fougerite-on-your-server.3/
Copy all the file to root server and run the Fougerite.Patcher.exe

Then i run the .bat to start server file
But it just start like normal server nothing like a line said Fourgerite Loaded - Version 1.1.5B
bla bla bla

here my server.bat config
Code:
@echo off
Start /high RustDedicated.exe -batchmode +server.hostname "Test Server" +server.port 28015 +server.identity "myserver" +server.seed 123567 +server.maxplayers 50 -logFile "output.log"
Here the Patcher log
Code:
[7/20/2015 7:38 PM] Fougerite Patcher V1.5.3
[7/20/2015 7:38 PM] No command specified.
[7/20/2015 7:38 PM] Launch patcher with args: "-1" (fields update) or\and "-2" (methods update).
[7/20/2015 7:38 PM] Or enter "0" to patch with both flags
[7/20/2015 7:38 PM] System.IO.FileNotFoundException: Could not find file 'D:\Rust Dedicated Experimental\rust_server_Data\Managed\Assembly-CSharp.dll'.
File name: 'D:\Rust Dedicated Experimental\rust_server_Data\Managed\Assembly-CSharp.dll'
  at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
  at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
  at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  at Mono.Cecil.ModuleDefinition.GetFileStream(String fileName, FileMode mode, FileAccess access, FileShare share)
  at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
  at Mono.Cecil.ModuleDefinition.ReadModule(String fileName)
  at Mono.Cecil.AssemblyDefinition.ReadAssembly(String fileName)
  at Fougerite.Patcher.ILPatcher..ctor()
[7/20/2015 7:38 PM] System.NullReferenceException: Object reference not set to an instance of an object.
  at Fougerite.Patcher.ILPatcher.FirstPass()