Other than a temporary OpenID system failure on Steam's end yesterday there's been no issues (and also no code change in a long time). Must be something specific on your end. Does the issue persist? What's the full log, at least around the error?Steam login for web interface seems to be broken.
Steps to reproduce:
- Click the log in to steam.
- Sent to '/session/login' and immediately redirected to steamcommunity site.
- I login to steamcommunnity and get sent back to my server url at '/session/verify?all the open id stuffs here'
- Only a 100% empty html page is loaded.
The console then has this error
The RemoteCertificateChainErrors is ok, it's just because the game server doesn't have the root cert that's responsible for Steam's cert and thus can't validate it. That's "ok" though and shows for everyone.Searching through the log reveals: "Steam certificate error: RemoteCertificateNameMismatch, RemoteCertificateChainErrors" several lines remove from the other.
RemoteCertificateNameMismatch shouldn't be in there though. Almost sounds like something is making you connect to another server or things like that.
Plain old out of memory crash, not related to my mod.Hey, I think I have a problem with alloc fixes ..The server is running for a while but then the server crashes.
You mean it's in there when you issued an shutdown? Note that the stacktraces on Unity's Linux builds are always written to the beginning of the log, not the place where the crash actually happens.in addition, I have just found that..
this always happens when the server is restarted...Code:[s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 251570 Native stacktrace: /home/sdtd2/serverfiles/7DaysToDieServer_Data/Mono/x86/libmono.so(+0x8960f) [0xf6d1f60f] /home/sdtd2/serverfiles/7DaysToDieServer_Data/Mono/x86/libmono.so(+0x21a20) [0xf6cb7a20] linux-gate.so.1(__kernel_rt_sigreturn+0) [0xf7731cb0] /lib/i386-linux-gnu/libc.so.6(+0x7782c) [0xf73bf82c] /lib/i386-linux-gnu/libc.so.6(+0x69a1d) [0xf73b1a1d] /lib/i386-linux-gnu/libc.so.6(fread+0x77) [0xf73a6487] ./7DaysToDieServer.x86() [0x850e247] ./7DaysToDieServer.x86() [0x84eb89e] ./7DaysToDieServer.x86() [0x850ceea] ./7DaysToDieServer.x86() [0x852f899] ./7DaysToDieServer.x86() [0x853008f] ./7DaysToDieServer.x86() [0x84e47c8] /lib/i386-linux-gnu/libpthread.so.0(+0x627a) [0xf76fc27a] /lib/i386-linux-gnu/libc.so.6(clone+0x66) [0xf742fb56]
Without the actual error nothing can be done here.yesterday I also had an error message from allocs mod where the command "lp - list players" was executed.