I have some slightly broken thing in my wip, apparently, but I can’t tell which one.
When I use Property Checking my Emily Short it prints this:
...
say yes or no has no description.
*** Run-time problem P47 (at paragraph 1 in the source text): Phrase applied to an incompatible kind of value.
self has no description.
...
If I just iterate over all things and print the names of them I get the same problem, so I’m guessing there is an item somewhere that has an unprintable name… but which one? It could be something in an extension I guess. I can tell the location ot the offending thing is “nothing”.
I can “cast” the printed name to indexed text and recognize it - it has 117 characters…
In general, it would be really helpful if there were a way to print the name of the thing as it’s defined in the source rather than “the printed name” - is there one?
@juhana, to answer your question: I had these version of extensions:
Standard Rules version 2/090402 by Graham Nelson
Property Checking version 4 by emily short
Conversation Package version 2 by Eric Eve
Conversation Nodes version 6 by Eric Eve
Conversation Suggestions version 5 by Eric Eve
Conversation Responses version 6 by Eric Eve
Conversational Defaults version 2 by Eric Eve
Plurality version 9 by Emily Short
Conversation Framework version 10 by Eric Eve
Epistemology version 6 by Eric Eve
…
using Inform 7 build 6G60 (I6/v6.32 lib 6/12N) SD
but never mind, I know it’s nothing to worry about. Thanks!