Console error effects undefined

Issue #206 resolved
Nuccia created an issue

When i load my world, i get these messages in the console :

I can still play with no issue. The problem seems to be the fact that ‘obsidian’ is not a property of 'actorData' as you can see in the screen below (l 180 - bonuses.js).

Comments (5)

  1. Kim Mantas repo owner

    It looks like one or more actors is failing to prepare properly, and their items are also therefore failing to prepare since they expect certain derived data on the actor that failed to be initialised.

    You will likely have no issues unless you try to open the sheet of one of those broken actors.

    As for why they’re failing though, it’s not possible to say from that error alone, or more information on how you encountered it, you’d have to send me your actors.db.

  2. Kim Mantas repo owner

    Hmm, can’t see a Gadjeel in that actors.db. Also has no errors when I load it up myself.

  3. Kim Mantas repo owner

    Ah, it could be in one of your compendia, yes. Another possibility is that it’s a token placed on a scene somewhere.

  4. Log in to comment