General > Off-Topic

Server crashing at startup, cant find log.

<< < (2/2)

Megiddo:
Why is srcds loading the tightvnc dll? I doubt that's a problem, but it does seem odd.

JamminR:
srcds isn't loading them (necessarily).
Those are what is in memory when the dump occurred.

krooks:
Thanks Jammin R for the information/ stab in the dark lol, unfortunately it didn't work for me.
Also thanks to Megiddo for clearing up the tightvnc thing, that would have confused me too (obviously I didn't notice it before).

I did howerver find the issue. I noticed
--- Quote ---42(2.083498):  Unknown command "sv_allow_wait_command"
--- End quote ---
and realized that was probably part of a work around that I use to get my loading screens to work. For some reason they only show after a map reload, but not on a complete server restart, so I run this:

--- Code: ---hook.Add("InitPostEntity" , "CheckForStartup" , function()
if RealTime() < 10 then
game.ConsoleCommand("changelevel "..game.GetMap().."\n")
end
end )
--- End code ---

The 10 wait time I was using became too quick after the update, changed it to 30 and now it works.
Thanks everyone for taking the time to help out

Navigation

[0] Message Index

[*] Previous page

Go to full version