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

PSPSH seg faults on missing quotation marks #42

Open
thewindboi opened this issue Feb 22, 2024 · 3 comments
Open

PSPSH seg faults on missing quotation marks #42

thewindboi opened this issue Feb 22, 2024 · 3 comments

Comments

@thewindboi
Copy link

image
I got this message after mistakenly typing a quotation mark after a command. I can still continue to do commands and test games after running PSPSH again.

@sharkwouter
Copy link
Member

Thanks for this report, this is an interesting bug. Not high on the todo list, but good to know and keep track of.

@sharkwouter
Copy link
Member

This is a weird bug. I did some testing and this seems to not happen if the quote has a space in between it and other text in the command. It's odd.

@sharkwouter
Copy link
Member

Okay, here are some commands that crash:

  • "./oceanpop.prx
  • " ./oceanpop.prx
  • ./oceanpop.prx"

This does not crash:

  • ./oceanpop.prx "

It does show the missing matching quote error, but works then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants