https://pastebin.com/LCCyPM2a
A copy of the code used is available at https://github.com/OracleStation/OracleStation
Problem description:
I'm unable to host a game using Dream Daemon. I'm having the issue on three computers, two windows 10 machines and one VM running vista. There are no issues in the compiler, however Dream Daemon states several errors, which are related to being unable to execute null.Get() or modifying a variable. I'm not exactly the most well versed in DM, but it looks like it's unable to run several functions. Once again, the code can be compiled with 0 errors and 0 warnings which is leaving me very confused about why this is happening. I've tested this with several different SS13 codebases, notably:
https://github.com/OracleStation/OracleStation
https://github.com/tgstation/tgstation
https://github.com/vgstation-coders/vgstation13
which all have the same error. However,
https://github.com/yogstation13/Yogstation-TG
neither the precompiled or a freshly compiled version have the error.
What happens as a result:
Everything simply stops after
Initialized Mapping subsystem within 15.7 seconds!
I've waited for several minutes and nothing has happened.
A reddit thread I posted ( https://www.reddit.com/r/SS13/comments/9ngvjw/ unable_to_host_any_server/ ) has yielded no helpful results and frankly I'm stumped. Nobody else is reporting this error, and the craziest part is that it happens on THREE DIFFERENT COMPUTERS! (as well as several different versions of 512). If anyone knows anything about what exactly is going on here any help would be appreciated.
From looking at the only place that error could possibly have come from (turn on debugging!), it appears that for some reason you have a null var that should under no circumstances be null. This is what the code looks like in /tg:
There's simply no way for SI to be null there unless something major has gone wrong.
Out of curiosity, is there any chance you're using a weird system locale that might be interfering with the order in which files are compiled?