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

java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: Index 6515833 out of bounds for length 6506528 #750

Open
thuyduongcoding opened this issue Aug 10, 2024 · 1 comment

Comments

@thuyduongcoding
Copy link

Hi everyone,

I have encountered this error when trying to trancribe my score:
image

Here is the log file of the error I encountered:
20240810T153146.log

And here is the music sheet file: https://drive.google.com/file/d/1uH82bKjxQ2zDdyat_Fy8nKLh4vgX81_5/view?usp=sharing

Thank you so much for any help invovled!

@thuyduongcoding thuyduongcoding changed the title Error in performing [SCALE, GRID, HEADERS, STEM_SEEDS, BEAMS, LEDGERS, HEADS, STEMS, REDUCTION, CUE_BEAMS, TEXTS, MEASURES, CHORDS, CURVES, SYMBOLS, LINKS, RHYTHMS, PAGE] java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: Index 6515833 out of bounds for length 6506528 java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: Index 6515833 out of bounds for length 6506528 Aug 10, 2024
@aum7
Copy link

aum7 commented Dec 18, 2024

from my limited (read: beginner) usage of audiveris
your input file is way to big, pixel-wise (width px x height px)
in my current audiveris complains with popup if file is bigger than 2.000.000 px (width x height)

possible solution would be to shrink / downscale the image(s)
to something like 1000 x 2000
or less, proportional to original file size, of course

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