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

Phantom Flat #84

Open
DC37 opened this issue Dec 9, 2024 · 3 comments
Open

Phantom Flat #84

DC37 opened this issue Dec 9, 2024 · 3 comments
Labels
Milestone

Comments

@DC37
Copy link
Owner

DC37 commented Dec 9, 2024

image

@DC37 DC37 added the bug label Dec 9, 2024
@DC37 DC37 added this to the v1.6.x milestone Dec 9, 2024
@rozlynd
Copy link
Collaborator

rozlynd commented Dec 9, 2024

Okay. Need to know how to replicate this, or at least confirm it happens consistently. For all I know this could be JavaFX messing up just one time

@rozlynd
Copy link
Collaborator

rozlynd commented Jan 9, 2025

Okay so I just had this happen to me. This is likely the result of the FXAT getting overwhelmed (the error trace I got suggests it), so related to other issues such as #83.

@rozlynd
Copy link
Collaborator

rozlynd commented Feb 23, 2025

Update: The same thing happens with notes. I noticed a few things:

  • The part of the staff that gets frozen is always left with a single note or accidental;
  • Whenever another note or accidental should appear in the same spot, the program knows about it and behaves as it should---it's only the display that's failing.

To me this all indicates that the problem is linked to stackpanes. Maybe JavaFX sometimes fails in a way that makes stackpanes unresponsive. This doesn't say much about what should be done, but I think I'll mark this issue as resolved if I change something about redraws and also find that phantom notes stop happening.

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

No branches or pull requests

2 participants