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

NullPointerException when attempting to use line shape drawer #356

Open
taeko-chan opened this issue Jul 29, 2024 · 1 comment
Open

NullPointerException when attempting to use line shape drawer #356

taeko-chan opened this issue Jul 29, 2024 · 1 comment

Comments

@taeko-chan
Copy link

I've been experiencing periodic crashes when using the line shape drawer. Unfortunately I see no pattern across the occurrences in terms of location or anything else really. The crash happens as I click the "Set Here" button for the Start coordinates. I've linked the log here: https://pastebin.com/JLdniWDV
This seems to be happening on two separate computers as well, macOS and Windows.
Thank you for any help!

@maruohon
Copy link
Owner

This is again that crash that some people get, that I don't know the reason for. It seems like some graphics buffer allocation fails somehow, but I don't know when/how/why it can fail. I've never seen this crash myself, so it's also very difficult to try to figure out the cause.

There are some fixes that could be added though to at least prevent the crash, but if the allocation fails repeatedly then the shape would fail to render. But I'd assume the allocation failure must be intermittent and not consistent.

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