1. Hello everyone,
    I am having a bit of trouble running a rust server on my hp micro server.
    I use windows server 2012 r2 on my micro server and a program called firedeamon.
    Fire deamon is a tool to run .bat files as a service on windows server or any other windows for that matter.

    My goal is to run a rust server as a service so whenever i log off on my remote connection between my pc and my micro server the rust server will continue to run. (if i log off on my micro server the server gets terminated at this point)

    My problem: Whenever i run my .bat file as a service trough firedeamon the server starts up as normal but crashes at map loadup.
    I can run the server just fine if i normally launch it.

    here is a crashdump:
    Unity Player [version: Unity 5.4.2f2_b7e030c65c9b]

    RustDedicated.exe caused an Access Violation (0xc0000005)
    in module RustDedicated.exe at 0033:bb0bea37.

    Error occurred at 2016-12-26_160726.
    C:\rustserver\RustDedicated.exe, run by SYSTEM.
    32% memory in use.
    4062 MB physical memory [2753 MB free].
    4766 MB paging file [3402 MB free].
    134217728 MB user address space [134217510 MB free].
    Read from location 000001c0 caused an access violation.

    Context:
    RDI: 0x0000000f RSI: 0x0105f080 RAX: 0xffffffff
    RBX: 0x00000000 RCX: 0xffffffff RDX: 0xbae20548
    RIP: 0xbb0bea37 RBP: 0x0105efd0 SegCs: 0x00000033
    EFlags: 0x00010286 RSP: 0x0105eed0 SegSs: 0x0000002b
    R8: 0x0000000c R9: 0x00000001 R10: 0x0000004c
    R11: 0x0105f058 R12: 0x0105f030 R13: 0x0105f058
    R14: 0x00000000 R15: 0xffffffff

    Maybe someone here can help me out on this problem or have had the same problem as me.
    any help would be greatly apreciated.