#ERROR at GetNode !!! c.room Abstract is null

1 messages · Page 1 of 1 (latest)

coral oak
#

put a custom room i made into the game and the game crashes and gives this error when trying to enter it or when you finish hybernating, what gives?

azure heron
#

could you post the full exceptionLog?

coral oak
#

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

azure heron
#

hm okay, try resetting your save

coral oak
#

i did

azure heron
#

from the Options menu? or from the slugcat menu?

coral oak
#

yes

#

both

azure heron
#

hm, very funky. Looking in the code, I'm having trouble finding an obvious thing that would be going wrong

coral oak
#

should i like reinstal the game or something?

azure heron
#

nah, that probably won't do much

coral oak
#

well what should i do?

azure heron
#

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?

coral oak
azure heron
#

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

coral oak
azure heron
#

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

coral oak
#

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

azure heron
#

glad you figured it out - sorry I wasn't too helpful, this is a very strange error to run into