Actions
Bug #159
closedDir$="AMOSPro_Examples:Music/" fails. "Drive Not Found" error, but drive and folder exist on default filesystem.
Start date:
02/08/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
- Target version set to 0.9.5
Updated by Baptiste Pillot (admin) over 4 years ago
I try to reproduce this, but Help_72/main.aoz does not run "as this" :
Track Loop Of
: syntax error. I replaced byTrack Loop Off
and it seems to compile better. A search-and-replace into the main.aoz would be appreciated.- The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. I added a
wait key
at the beginning of the source code, but these warnings persist and nothing seems to move on the screen (or the audio) :
audio.js:61 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
(anonymous) @ audio.js:61
tracker.js:59 ticktime: 0.02
howler.js:2432 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
(0.9.7 test 2)
Can you help me to run this, with the right code ?
Updated by Brian Flanagan over 4 years ago
- Status changed from Resolved to Closed
Re-tested with 0.9.8.1. The "Drive Not Found" error has been fixed.
I had already corrected the typo in Help_72 - the issue was "Drive Not Found".
On the unrelated issue of the typo...
Yes, it works now, but the example program still needs to be fixed . (The typo was still in Help_72.)
Actions