1
Feedback & Suggestions / Online media player still not working
« on: June 13, 2017, 04:30:18 »
(Hi! First post. I'll introduce myself some other time.)
The online module player for Modarchive isn't working; it seems to load something, but hangs before playing any sound. For reference, I'm trying to listen to Skaven's Bejeweled III suite. Judging by the error logged in Chrome's developer console, it appears to be a problem with libopenmpt or how it was compiled to Javascript:
The fix that someone else posted about doesn't work; it just prints the same error again.
QUICK EDIT: Just tried Captured Sun and Autonomus (what can I say, I've been on a Skaven kick) and they're working fine, with nothing in the dev console except a warning about a deprecated method. So it seems some tracks work, but not others.
The online module player for Modarchive isn't working; it seems to load something, but hangs before playing any sound. For reference, I'm trying to listen to Skaven's Bejeweled III suite. Judging by the error logged in Chrome's developer console, it appears to be a problem with libopenmpt or how it was compiled to Javascript:
Code: [Select]
Cannot enlarge memory arrays. Either (1) compile with -s
TOTAL_MEMORY=X with X higher than the current value 16777216, (2)
compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at
runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY
to a higher value before the program runs, or if you want malloc to return
NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0
The fix that someone else posted about doesn't work; it just prints the same error again.
QUICK EDIT: Just tried Captured Sun and Autonomus (what can I say, I've been on a Skaven kick) and they're working fine, with nothing in the dev console except a warning about a deprecated method. So it seems some tracks work, but not others.