manuel@actiehunt.nl Posted April 4, 2017 Share Posted April 4, 2017 Hi, When making a Rust server everything looks fine. But when i want to connect it it get to see: http://imgur.com/a/A5oU6 NullreferenceException: Object reference not set to an instance of an object Client+<DoClientConnect>c_Iterator9.MoveNext () UnityEngine.SetupCoroutine.InvokeMoveNext {IEnumerator enumerator, IntPtr returnValueAddress} The AssetBundel 'Bundles/Bundles'cant be loaded because another assesbundle with the same files already loaded. Couldnt load root assetbundle - Bundles/Bundles. --- What can i do ? I dont use any mods did not made any change. I have a debian server (linux) Kind regards, Manuel Link to comment Share on other sites More sharing options...
ahughes Posted April 4, 2017 Share Posted April 4, 2017 You are not setting Procedural_Map in the commandline so it can't load the level. Make sure you have +server.level "Procedural_Map" Link to comment Share on other sites More sharing options...
manuel@actiehunt.nl Posted April 5, 2017 Author Share Posted April 5, 2017 Hey, Thank you for your answer. I changed it but with out succes. Is it possible that somebody could share his rust -linux configuration file ? Kind regards, Link to comment Share on other sites More sharing options...
v1ruspr0ne Posted March 29, 2018 Share Posted March 29, 2018 Hey, Thank you for your answer. I changed it but with out succes. Is it possible that somebody could share his rust -linux configuration file ? Kind regards, -batchmode -nographics +server.hostname "Whatever you want here" +server.ip ip.ip.ip.ip +server.port 28015 +rcon.ip io.ip.ip.ip +rcon.port 28016 +rcon.password "****" +server.maxplayers 50 +server.identity "my_server" +server.level "Procedural Map" +server.seed 123456789 +server.worldsize 2500 +server.saveinterval 300 +server.globalchat true -logfile "\RustDedicated_Data\output_log.txt" make sure to add your own server ip/port/rcon ip,port,password Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.