We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After changing tracks ~75 times, an abort is thrown regarding enlargeMemory()
Uncaught abort() at abort@(...)/libgme.js:5887:26 enlargeMemory@(...)/libgme.js:692:8 dynamicAlloc@(...)/libgme.js:422:164 _sbrk@(...)/libgme.js:3511:28 vi@(...)/libgme.js:4479:66657 vl@(...)/libgme.js:4479:79710 ek@(...)/libgme.js:4477:20573 eR@(...)/libgme.js:4477:25824 de@(...)/libgme.js:4477:12935 hR@(...)/libgme.js:4477:62301 fr@(...)/libgme.js:4477:40306 fq@(...)/libgme.js:4477:39649 ccallFunc@(...)/libgme.js:507:24 ccall@(...)/libgme.js:465:10 (app code)
The text was updated successfully, but these errors were encountered:
This can be resolved by moving the allocation of the buffer outside of the playMusicData function.
playMusicData
nsf-player/index.js
Line 142 in c56d63b
Sorry, something went wrong.
It may also be worth moving the other allocate outside of a function as well.
Line 108 in c56d63b
No branches or pull requests
After changing tracks ~75 times, an abort is thrown regarding enlargeMemory()
The text was updated successfully, but these errors were encountered: