Strange behaviour after crash, possible bad reference

Hi there, is the third time than I suffer a case similar like that, for some reason (¿bug?) the editor crashes and after reopen the project looks like stuck some not valid at all references, after open it for example in a class I’ve a struct like var, and show longs ID (I suppoused ID references), if I replace the struct var manually or selecting the node and then “Refresh Node” looks like good, but after reopen the project show the same inconvenience. At the beggining I had leave it, but I’m suffering nowadays error calling events in that class and I suppoused the problem came by something refered to it.

I’ve tried to create a new structure and rebinding for the previous one, but the problem persists. I’ve tried also to create a new class where the struct var is used, and also the problem is going on.

Before doesn’t matter but is a pain to start from scratch the whole system. Any idea or somebody had same trouble and can fixed it?

Hi mandango,

Thank you for the report. This is a known issue that has been fixed internally, so you should see it working properly in a future update (likely 4.8). I will update the JIRA report to show that other users are reporting the issue.

The only known workarounds at the moment are to refresh the node each time the editor is opened. I know this isn’t ideal but it seems to be the only consistent way to, at least temporarly, fix the issue.

Cheers,

TJ

Thank you very much for response and the info.