Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read jtitor in paper results in "programming error" (see image) #272

Open
pahp opened this issue Sep 25, 2024 · 2 comments
Open

read jtitor in paper results in "programming error" (see image) #272

pahp opened this issue Sep 25, 2024 · 2 comments
Labels
bug Something isn't working terrible first issue

Comments

@pahp
Copy link
Contributor

pahp commented Sep 25, 2024

A student got this error in lab:
image

Honestly, read jtitor in paper is a bizarre thing to enter, but I don't know why it caused an error.

@pahp pahp added bug Something isn't working terrible first issue labels Sep 25, 2024
@spacehobo
Copy link
Collaborator

OK, so the text it tries to display is MSG_CONSULT_NOTHING_INTERESTING, which is the default response from ConsultSub because that's the function called by read topic 'in' noun'.

I think the problem here is that paper is an actual object, but not one that was present. So it found the thing in the dictionary, perhaps, but couldn't populate noun with an object reference. So (the) noun became "the nothing", but not before some part of the the function tried to test it for some attribute.

If I'm correct about all of this, then there's a good chance that this is a bug in PunyInform.

@spacehobo
Copy link
Collaborator

I think before I file this, I should construct a minimal test game that demonstrates the problem more clearly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working terrible first issue
Projects
None yet
Development

No branches or pull requests

2 participants