Fine last night, woke up to this.

Version 4.3

Was working on my project last night everything was fine, and now it seems to be incredibly upset with me.

Very very new to any sort of code so I am having issue parsing what is happening here. But like I said, it was totally stable last night and when I opened it today it’s having a meltdown.

Are any of these things @export variables interacting with @onready variables? If so, i’m having a similar issue.

The error is flagging code in psocrampsset.gd line 21.
You are going to have to show some code from that script.

Two thing can cause this bug. Error message explicitly says that a script cannot find a node named “wordenvironment” so:

  • The node can be inexistant, so you need to create one or not trying to get it.
  • or the script attach to this node can contain an error so this break the node load and again node cannot be find from another one