EXC ArgumentNullException: Value cannot be null.Parameter name: key

Old Crow

Hunter
Version
3.0 b257 EXP
Platform
Windows
At various POIS during 3.0 Experimental, I've had the following error message pop up in my console, sometimes several times at once:

EXC ArgumentNullException: Value cannot be null.
Parameter name: key
 
Reproduction Steps
1. Go to random POI/Chunk
2. See if error pops up
3. If error pops up, come here and post bug report
Link to Logs
https://pastebin.com/RHbzdMpG
Link to Screenshot/Video
https://idonothaveanyvideos
At various POIS during 3.0 Experimental, I've had the following error message pop up in my console, sometimes several times at once:

EXC ArgumentNullException: Value cannot be null.
Parameter name: key
Seems to be related to the signs. But you do have a mod installed and it *may* be related to the error.
 
It looks like the game is trying to find a sign in a dictionary object and using "null" as the key. This looks to me like one to route to the programmers.

The mod installed is "Starter Classes" and that doesn't sound like something that will intermix with Sign Tech.

Another possibility is that a POI's definition is somehow referrng to a non-existent sign or maybe there's a missing _signs.xml file for the POI, but still letting a null reference sneak through is rarely useful. Better would have been to detect it earlier and issue an error about the real issue.
 
Seems to be related to the signs. But you do have a mod installed and it *may* be related to the error.
I forgot to mention, this was on my friend's dedicated server that he runs from home, and the Starter Classes mod isn't installed there, only locally on my machine. I'll remove it on my end and see if that makes any difference though.
 
Hey All,

Thank you so much for your reports and for helping to debug this one.

This is currently a known sporadic issue that we are actively investigating. If you have any further details related to what you were doing when this occurred, I will gladly take the additional information.

Cheers,
Dollie
 
Back
Top