Solved Server not even launching now

Discussion in 'Rust Discussion' started by b0ss, Apr 9, 2015.

  1. So I recently set up a almost fully functional experimental server (not portforwarded) and installed oxide 2. After setting it up, I installed a couple of plugins, which worked well for me. I then came on the next day, and installed several more plugins. All of these plugins are for the right version of oxide, but for some reason they just don't load anymore. There is no oxide console error, just nothing. 1 plugin loads, but the rest fail to load at all. They are all in the oxide plugins folder, and I have tried to see if they were still active on the server, but they are not. Anyone know a solution?
     
  2. Wulf

    Wulf Community Admin

    Please upload your logs and post the result of the "version" command.
     
  3. Code:
    [Oxide] 6:46 PM [Info] Loading Oxide core v2.0.648...
    [Oxide] 6:46 PM [Info] Loading extensions...
    [Oxide] 6:46 PM [Info] Loaded extension CSharp v0.6.648 by bawNg
    [Oxide] 6:46 PM [Info] Loaded extension JavaScript v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Lua v1.0.648 by Oxide Team
    [Oxide] 6:46 PM [Info] Loaded extension MySql v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Python v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Rust v1.0.648 by Oxide Team
    [Oxide] 6:46 PM [Info] Loaded extension SQLite v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Unity v1.0.648 by Oxide Team
    [Oxide] 6:46 PM [Info] Loading plugins...
    [Oxide] 6:46 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    [Oxide] 6:46 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    [Oxide] 6:46 PM [Info] Build were compiled successfully in 699ms
    Creating Terrain..
    Generating terrain of size 4000 with seed 2796809002
    ALLOCATING TERRAIN DATA 00:00:00.7191069
    [Oxide] 6:46 PM [Info] Loaded plugin Build v1.0.7 by Reneb
    TerrainBiomeMap allocated: 64.00mb
    TerrainColorMap allocated: 16.00mb
    TerrainHeightMap allocated: 16.02mb
    TerrainNormalMap allocated: 48.00mb
    TerrainSplatMap allocated: 144.00mb
    TerrainTopologyMap allocated: 16.00mb
    CREATING TERRAIN OBJECT 00:00:00.2160140
    GENERATING HEIGHT MAP 00:00:01.7060044
    GENERATING BIOME MAP 00:00:00.3627889
    GENERATING TOPOLOGY MAP 00:00:00.8831446
    GENERATING SPLAT MAP 00:00:00.3471642
    GENERATING COLOR MAP 00:00:00.6630008
    APPLYING SPLAT HEIGHT OFFSETS 00:00:00.0920931
    PLACING RIVERS 00:00:00.4603651
    PLACING MONUMENTS 00:00:00.4635445
    PLACING MONUMENTS 00:00:00.2000774
    PLACING MONUMENTS 00:00:00.0274574
    PLACING MONUMENTS 00:00:00.0080650
    PLACING STATIC OBJECTS 00:00:00.3437123
    PLACING STATIC OBJECTS 00:00:00.3336533
    PLACING STATIC OBJECTS 00:00:00.0196369
    PLACING INFRASTRUCTURE 00:00:01.9289769
    PLACING STATIC OBJECTS 00:00:00.0029428
    PLACING STATIC OBJECTS 00:00:00.0024341
    PLACING STATIC OBJECTS 00:00:00.0223914
    PLACING STATIC OBJECTS 00:00:00.0161813
    PLACING STATIC OBJECTS 00:00:00.0098592
    PLACING STATIC OBJECTS 00:00:00.0154846
    PLACING STATIC OBJECTS 00:00:00.0122917
    PLACING STATIC OBJECTS 00:00:00.0179713
    PLACING STATIC OBJECTS 00:00:00.0095334
    PLACING STATIC OBJECTS 00:00:00.0178453
    PLACING STATIC OBJECTS 00:00:00.0137084
    PLACING STATIC OBJECTS 00:00:00.0139816
    PLACING STATIC OBJECTS 00:00:00.0123449
    PLACING STATIC OBJECTS 00:00:00.0125200
    PLACING STATIC OBJECTS 00:00:00.0194060
    CALCULATING CHECKSUM 00:00:00.1073083
    APPLYING HEIGHT MAP 00:00:00.6114878
    RAYCASTING TERRAIN 00:00:00.4775322
    GENERATING TEXTURES 00:00:00.0000327
    INITIALIZING PVT 00:00:00.0000792
    AngryAnt Behave version 2.5 (d859964) - Copyright (C) Emil Johansen - AngryAnt 2
    015
    SPAWNING RESOURCES 00:00:03.0934315
    Done!
    Loading Save From server/my_server_identity/save/Procedural Map_4000_2796809002/
    0.sav
    Destroyed 15391 old entities
    Creating 18910 entities from save
    Spawning 18910 entities
    Loading Complete
    Stability Warmup
            57 blocks found
            Updating Supports Pass 1 of 4
            Updating Supports Pass 2 of 4
            Updating Supports Pass 3 of 4
            Updating Supports Pass 4 of 4
    Checking Stability
            Processing Queue
    Map Spawned 34461 entities
    Connected to Steam
    Unsupported encoding: 'utf8'
    > version
    Oxide Version: 2.0.648, Rust Protocol: 1232
    
    Thanks for the quick reply
     
  4. Wulf

    Wulf Community Admin

    First, you're using an outdated Oxide build. Second, you don't have any plugins installed other than Build, which loaded fine. I'd recommend checking your server/identity/oxide/plugins folder to verify you have plugins installed.
     
  5. Okay, I get that its probably the outdated build, but in the logs, it did load a plugin, so that means the plugin is outdated, rite? Will I still be able to use the plugin if I update my oxide?

    Code:
    [Oxide] 6:46 PM [Info] Loading Oxide core v2.0.648...
    [Oxide] 6:46 PM [Info] Loading extensions...
    [Oxide] 6:46 PM [Info] Loaded extension CSharp v0.6.648 by bawNg
    [Oxide] 6:46 PM [Info] Loaded extension JavaScript v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Lua v1.0.648 by Oxide Team
    [Oxide] 6:46 PM [Info] Loaded extension MySql v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Python v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Rust v1.0.648 by Oxide Team
    [Oxide] 6:46 PM [Info] Loaded extension SQLite v1.0.648 by Nogrod
    [Oxide] 6:46 PM [Info] Loaded extension Unity v1.0.648 by Oxide Team
    [Oxide] 6:46 PM [Info] Loading plugins...
    [Oxide] 6:46 PM [Info] Loaded plugin Rust Core v1.0.0 by Oxide Team
    [Oxide] 6:46 PM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    [Oxide] 6:46 PM [Info] Build were compiled successfully in 699ms
    Creating Terrain..
    Generating terrain of size 4000 with seed 2796809002
    ALLOCATING TERRAIN DATA 00:00:00.7191069
    [Oxide] 6:46 PM [Info] Loaded plugin Build v1.0.7 by Reneb
     
  6. Wulf

    Wulf Community Admin

    That does show the one plugin loaded. I can't really tell you if the plugin fully works or not, but if you have issues with it then feel free to post in that plugin's thread.
     
  7. Thanks for the help, I will check the plugins thread if I do get problems from it.
    [DOUBLEPOST=1428603134][/DOUBLEPOST]
    Sorry, one last thing, where can I find the latest oxide build?
     
  8. Wulf

    Wulf Community Admin

    Downloads > Rust Experimental (http://oxidemod.org/downloads/oxide-for-rust-experimental.714/)
    1d15485e672bd9891a9cb68a614e68fb.png
     
  9. Sorry if I am doing anything wrong by posting another thread instead of continuing my talk with Wulf 5 minutes ago. So I just updated my oxide, as I was told mine was outdated, which it was, and after installing the update, I tried starting up my server using my .bat file:
    Code:
    @echo off
    RustDedicated.exe
    -batchmode
    +server.port 28015
    +rcon.port 28016
    +rcon.password "changeme123"
    +server.hostname "My Oxide Server"
    +server.identity "my_server_identity"
    +server.maxplayers 100
    +server.saveinterval 3600
    -logFile "log.txt"
    +server.port 28015
    +server.ip 86.17.217.57
    
    and then it, instead of bringing up the usual command window, it brings up a blank windows cmd, and the rust launch window thing. If I click play on the rust launch thing, it says rust is loading, and does nothing afterwards. Launching it from the .exe only does the same thing, just without the cmd. Anyone know a fix?
     
  10. Wulf

    Wulf Community Admin

    I'd recommend checking your logs for errors. The Oxide logs can be found under server/identity/oxide/logs.
     
  11. I read todays log a while I was searching for a solution, and there are no records of oxide even starting, and now the log is missing.
     
  12. Wulf

    Wulf Community Admin

    You can check the Rust logs under server/identity/logs.
     
  13. No logs folder in there, but I did find a logs in server/logs, and I now realize that those were the ones I read earlier, not and there is no activity in any log files for when I installed the latest oxide.
     
  14. Wulf

    Wulf Community Admin

    It would have some sort of log if it was starting at all, so I'd recommend trying a full Steam/Rust update and applying the latest Oxide release again.
     
  15. You appear to have a server box / dedicated server. Try reinstalling Rust and re-mod your server, for me fixes most bugs.

    Be sure to backup anything you need.
     
  16. Thanks man, dunno what the problem was, but it seems to be fixed now. Also, sorry to Wulf for not pointing out that it is my own server run on my PC, but now for some reason I have to wait for the actual rust game window to load in, because if I don't, it doesn't seem to build the world. Not a problem at all, just different for me. Probably due to the update just now. Thanks again guys.
     
  17. Erm, just found this out after I posted the post above, but, I just realised, where is the server\identity\oxide folder? It wasnt included in the latest oxide apparently. Unless you install plugins elsewhere now. Also, my console wont let me type in it anymore?
     
  18. Wulf

    Wulf Community Admin

    The server/my_server_identity structure is provided by Rust and may changed based on what you set for your server identity.