weird debug error messages

kid clementina

  • Posts: 153
While cleaning up and consolidating behaviors, I deleted a few that were still attached to actors.

Now I'm getting a weird error in flash debug that I think might be related:

"Non-Existent Behavior ID (Init): 0
Non-Existent Behavior ID (Init): 0
Non-Existent Behavior ID (Init): 0
Non-Existent Behavior ID (Init): 0
Non-Existent Behavior ID (Init): 0"

Any way to fix that?

It's probably unrelated, but I'm also getting another weird de-bug message after the scenes load:

"Loading scene: -1"

I have no clue what that means, but it seems a little weird. It's also kinda impossible, since there can't be a scene # -1.

coleislazy

  • *
  • Posts: 2607
If you open, save, and close the actors, it should fix that error. I think its pretty harmless as it is, unless its a constant stream of errors. Not sure about the scene, but I wouldn't worry about it if it still works properly.

kid clementina

  • Posts: 153
You know what? I totally already did that with all my actors, but what I DIDN'T do was re-save the scenes. It's been a long few weeks.

Doing that totally made both errors go away.

coleislazy

  • *
  • Posts: 2607
Glad to hear it. This kind of an issue shouldn't require action on your part (it should just remove them when you deleted the behavior), but I'm glad it was a painless workaround.

evgo

  • Posts: 13
hi, kid clementina. Thank you for your sharing. I have the same problem and fix it by open/save/close all scenes related to deleted behavior. So thank you very much for idea)