1. You know everytime you wanna show a error to somebody the error disappears? YEP IT DID thank you anyway
     
  2. I don't know why, but I can't just run the server under wine. I am using Ubuntu 14.04 64 bit os. Any help I could get?
     
  3. I was having problems just like you all the way,it seriously started working suddently
     
  4. Maybe someone could point me to a step-by-step or atleast some good tutorial? :)
     
  5. Wulf

    Wulf Community Admin

    The first posts in this thread are the only real unique steps for Linux, the rest would essentially be covered in all the other Rust server tutorials.
     
  6. Oh ok. Thanks. I will try few more times. Maybe I will get lucky.
    [DOUBLEPOST=1436836755][/DOUBLEPOST]Now I get an error! Atleast I know what's wrong, but I don't know how to fix it. It says that wine is not owned be me. (used that script from greg)
     
  7. Hello,

    title mostly explains the problem. My Rust experimental server and Oxide 2.0 with .lua plugins is working fine through wine. The moment I try to load a .cs plugin wine shows:

    Code:
    err:module:attach_process_dlls "monosgen-2.0.dll" failed to initialize, aborting
    err:module:LdrInitializeThunk Main exe initialization for L"Z:\\data\\rust\\CSharpCompiler.exe" failed, status c0000005
    At that point the server wont come up. Oxide log only shows some lines:

    Code:
    12:00 AM [Info] Loading Oxide core v2.0.1163...
    12:00 AM [Info] Loading extensions...
    12:00 AM [Info] Loaded extension JavaScript v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension MySql v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension Python v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension Unity v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension Lua v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension SQLite v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension CSharp v1.0.1163 by Oxide Team
    12:00 AM [Info] Loaded extension Rust v1.0.1163 by Oxide Team
    12:00 AM [Info] Using Covalence provider for game 'Rust'
    12:00 AM [Info] Loading plugins...
    12:00 AM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    12:00 AM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    12:00 AM [Info] Loaded plugin Updater v0.4.6 by Wulf / Luke Spragg
    Is there anything I can do about that?
     
  8. Hello. I wiped my server, installed everything freshly and now I get this error. What am I doing wrong?
    Code:
    fixme:heap:HeapSetInformation 0x350000 0 0x23fce0 4
    fixme:system:SetProcessDPIAware stub!
    fixme:heap:HeapSetInformation 0x17f0000 0 0x23f160 4
    Mono path[0] = 'Z:/home/steam/rust/RustDedicated_Data/Managed'
    Mono path[1] = 'Z:/home/steam/rust/RustDedicated_Data/Mono'
    Mono config path = 'Z:/home/steam/rust/RustDedicated_Data/Mono/etc'
    fixme:win:EnumDisplayDevicesW ((null),0,0x23f220,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),1,0x23f220,0x00000000), stub!
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
     
    Last edited by a moderator: Jul 19, 2015
  9. I installed the wine1.7 and wine-mono packages from winehq.com. So far most everything is working, most of the .cs plugins I have tried seem to work. I am having random problems with Rust:IO, sometimes it works, sometimes it says "Rust:IO uninstalled" after it loads. I do not get why it would be uninstalling...but whatever... I just keep putting it back. lol
     
  10. Wulf

    Wulf Community Admin

    Make sure your server has a video card, else make sure you are using -batchmode in your startup script.
    [DOUBLEPOST=1437341209][/DOUBLEPOST]
    Please post in Rust:IO's thread for support with it.
     
  11. I am getting same error with -batchmode.
     
  12. Wulf

    Wulf Community Admin

    Does the server have a video card?
     
  13. No. I doesn't have video card.
     
  14. Wulf

    Wulf Community Admin

    Well, according to your log/error, that is the cause I believe. Oxide doesn't require one, but the server may.
     
  15. I was using GregTampa's script to download server files. Tryed to launch with and without it - same error. Maybe error occured because I downloaded with that script?
     
  16. Wulf

    Wulf Community Admin

    I don't know, sorry, I've never used that script. The error is about a missing driver/graphics card, I'd assume you'd get it regardless.
     
  17. Ok thanks for the help. I am going to try to do something about it.
     
  18. How can i fix this
    ( Lunux server)

    "Make sure that your X server is running and that $DISPLAY is set correctly."
     
  19. Wulf

    Wulf Community Admin

    You most likely need a video card.