• One player (admin) server crash.
    5 replies, posted
One player (admin) joins the server and the server crashes immediately. When connecting other players. It's okay. On the client all right when the player comes to other hl2rp server then all is well. This is a problem in the server. Those who have any ideas why this is happening? Console.log: [url]https://www.dropbox.com/s/57g18hjaomq7qk6/console.log?dl=0[/url] [editline]7th July 2016[/editline] Who can help?
I want to kill you for telling your server to fetch addons from the workshop. -- Edit -- Allow me to explain with a simple Pros and Cons. ::: Pros ::: - Your shit stays up to date every time you start your server. - "All" errors are the addon developer's fault, and support "can" be obtained. - It is easy to simply make the collection that the server obtains to be the same collection the players subscribe to for content *(Side note: If you do this, you are incredibly lazy and could be adding an extra 30% to your client's first-connect time.)* ::: Cons ::: - The code cannot be modified or viewed without removing it from the workshop list and extracting content from its gma. - Server restart time is exponentially increased as each addon must be checked for an update, and should an update be available, it must be fetched too. - Support isn't likely to come to you on the workshop. There. Form your opinion.
All well and loaded on the host.
[QUOTE=Redfiend;50667522] - Support isn't likely to come to you on the workshop.[/QUOTE] how is that any different for any other addon?
[QUOTE=Redfiend;50667522]I want to kill you for telling your server to fetch addons from the workshop. [/QUOTE] Just going to leave this here .. [QUOTE=Nak;50163024]FastDL pros: - Can be limited so you don't have to download every little addon, gamemode and server content. - Clients don't need to download server-sided stuff. - You're not depended on steams service (It goes down now and then). Workshop pros: - Free hosting. - You're hands-free. Steam CDN does all the job. - You always have the newest version from the workshop. - You don't have to rename files to make clients re-download something. - Faster. Steam CDN will pick the closest location to download from.[/QUOTE] Don't subscribe to shady addons and you should be fine. And you can open the gma in lua and read the pure lua from it. Topic: - Your server seems to be missing CSS content - The only data I could get on "ConVarRef mat_dxlevel doesn't point to an existing ConVar" was this [url=https://facepunch.com/showthread.php?t=1387197]thread[/url] that could indicate the crash was caused by a SWEP. Another thread was cause by firewall issues. (Looks like your server can't download all the content) Try verify the CSS-content on your server.
[QUOTE=Nak;50693194]A quote from Nak[/QUOTE] I'm talking about having the server retrieve its addons from the workshop on startup. It significantly increases start time, so you should always extract the gma and load it into your server. Faster loading time on restart, easier access to code, no risk of a bullshit update you may not like.
Sorry, you need to Log In to post a reply to this thread.