#ERROR at GetNode !!! c.room Abstract is null
1 messages · Page 1 of 1 (latest)
could you post the full exceptionLog?
well it says "NullReferenceException: Object reference not set to an instance of an object"
seems like i may have mislabeled something but i double and triple checked everything so idk
hm okay, try resetting your save
i did
from the Options menu? or from the slugcat menu?
hm, very funky. Looking in the code, I'm having trouble finding an obvious thing that would be going wrong
nah, that probably won't do much
well what should i do?
hm, as far as I can tell this should only be possible if your room isn't recognized as a room, which isn't something I think should be possible
would you mind sending the room file?
ah, you are using CRS?
send CustomWorldLog.txt then
it looks like it's likely to be a world file issue, but CustomWorldLog will be more specific
CRS is disconnecting the room, but it doesn't explain why
put this file in your root Rain World folder and run the game again, it'll add more debug info to customWorldLog
Broken connection. Current line does not have room [DS_HH]. Disconnecting... basically this
ah, I see what's happening now
you're writing directly into the vanilla world file, yeah?
but you have a CRS pack enabled which has the entire vanilla world file nah there are no regionpacks that have all of DS, so I guess what was happening was that it was replacing itself
normally CRS skips lines that are identical to vanilla, but because you've modified a vanilla line it thinks that the copy of the vanilla is actually the modification, while yours is vanilla
i found the issue, turns out i was having a mega smoothbrain moment and put the room that leads to my room twice, one that's the vanilla one and one that connects to my room
glad you figured it out - sorry I wasn't too helpful, this is a very strange error to run into
