Search results

  1. tarynkelley

    Solved C# Plugin - Random Crash with threading

    Interesting. How would the proper MainThreadID look like?
  2. tarynkelley

    Solved C# Plugin - Random Crash with threading

    Yes a little more: [5/15/2016 3:31:08 PM] [Error] Error for Taryn System.NullReferenceException: Object reference not set to an instance of an object at Fougerite.Loom.QueueOnMainThread (System.Action action, Single time) [0x00000] in <filename unknown>:0 at Fougerite.Loom.QueueOnMainThread...
  3. tarynkelley

    Solved C# Plugin - Random Crash with threading

    [5/15/2016 3:18:01 PM] [Error] [Fougerite Loom Error] System.NullReferenceException: Object reference not set to an instance of an object at Fougerite.Loom.QueueOnMainThread (System.Action action, Single time) [0x00000] in <filename unknown>:0
  4. tarynkelley

    Approved Equinox Anti-Cheat (EAC)

    Teleporting can sometimes cause a Facepunch Violation Kick when your pc is slow or is laggy, thats why Dizzy gets triggered.
  5. tarynkelley

    Approved Equinox Anti-Cheat (EAC)

    I would also suggest to not start the Dizzy Check /Timer when Owner of the Building equals the Player, because some seem to get Dizzy warnings when TPing back to their base, or after returning from the HungerGames.
  6. tarynkelley

    Fougerite Official

    [5/15/2016 1:44:00 PM] [Error] [Fougerite Loom Error] System.NullReferenceException: Object reference not set to an instance of an object at Fougerite.Loom.QueueOnMainThread (System.Action action, Single time) [0x00000] in <filename unknown>:0
  7. tarynkelley

    Solved C# Plugin - Random Crash with threading

    Hmm maybe its because I'm calling Player.Disconnect from a thread and not by System.Timers? Or is EAC also using threading? I will test the nightly build.
  8. tarynkelley

    Solved C# Plugin - Random Crash with threading

    public void Disconnect() { if (this.IsOnline) { //Logger.LogError("Same? " + Thread.CurrentThread.ManagedThreadId + " - " + Bootstrap.CurrentThread.ManagedThreadId); if (Thread.CurrentThread.ManagedThreadId != Bootstrap.CurrentThread.ManagedThreadId) { //Logger.LogError("Nope, invoking")...
  9. tarynkelley

    Solved C# Plugin - Random Crash with threading

    I'm using inside a thread the pl.Disconnect() function since you mentioned in the wiki that Loom is automatically called at this method. Basically like: public void PlayerConnect(Player pl) { Thread t1 = new Thread(() => GeoInit(pl)); t1.Start(); } public void GeoInit(Player...
  10. tarynkelley

    Solved C# Plugin - Random Crash with threading

    Getting this error: [Console] System.NullReferenceException: Object reference not set to an instance of an object at Fougerite.Loom.QueueOnMainThread (System.Action action, Single time) [0x00000] in <filename unknown>:0 at Fougerite.Loom.QueueOnMainThread (System.Action action) [0x00000] in...
  11. tarynkelley

    Approved Rust Legacy Server + Fougerite [Deleted]

    tarynkelley submitted a new resource: Rust Legacy Server + Fougerite - Rust Legacy Server with Fougerite 1.4.2 Prepatched Read more about this resource...
  12. tarynkelley

    Approved DestroySystem

    Yes, but its too big :D Upload a File (Max 19.5 MB):
  13. tarynkelley

    Approved DestroySystem

    I made you fresh rust server package with already patched Fougerite 1.4.2. So you only need to install the plugins and start. Try any of these download mirrors: https://www.dropbox.com/s/6wt1rj9y9ryl7uy/rust_server_142.7z?dl=1...
  14. tarynkelley

    Approved TimeVoter

    What Fougerite version are you using?
  15. tarynkelley

    I was downloading.....

    I mentioned this problem at the beginning of the year already. http://fougerite.com/threads/rust-legacy-server-files-download-corrupt.823/ I contacted the Rust Support under http://support.facepunchstudios.com/ several times and got the answer they won't fix it because rust legacy is not more...
  16. tarynkelley

    Console Commands Block

    For me also only for player console commands like suicide.
  17. tarynkelley

    Approved Sleepers

    I see that this plugin is still using System.Timers.Timer? Therfore I guess its still might crash the server? Or did you solve this problem?
  18. tarynkelley

    Problem with choice hosting

    I can really recommend to use only a Dedicated Server. Most VPS/VDS have a very bad CPU . 1 vCore CPU does not equal 1 Physical CPU core. What is your budget? Rust Legacy server only runs on 1 Core / thread that means you should have a CPU with good single threading performance. Keep in mind...
  19. tarynkelley

    Approved Restriction Zones

    Its working perfect. Thanks a lot