REPRODUCIBILITY: 100%
OS VERSION: 4.4.0.58, 4.4.0.68
HARDWARE: Vollaphone/GS290, Xperia 10ii
UI LANGUAGE: en
REGRESSION: yes?
DESCRIPTION:
While updating a WebView app (moremahjong) I noted the following errors:
JavaScript error: resource://gre/actors/AudioPlaybackParent.jsm, line 19: TypeError: browser is null
----
JavaScript error: , line 0: uncaught exception: 2147500037
JavaScript error: resource://gre/modules/SearchService.jsm, line 2300: NS_ERROR_FAILURE: SearchService initialization failed
Audio in the WebApp is unreliable. But not 100% gone. All interaction sounds in the moremahjong app are gone, but the final melody does play. hmmm.
With every interaction (click on matching tiles), the line 19 error appears.
Search in the reqular browser is also broken, so I would guess it’s a library issue. Possibly fixed in .64?
It’s also broken if you open the web app from: Mah
PRECONDITIONS:
Running a WebView app in the SDK with debugging or on the client cli. Or running a javascript that plays audio files.
STEPS TO REPRODUCE:
- git clone https://github.com/poetaster/harbour-moremahjong
- open the .pro
- build for target aarch64
- watch the application output window
OR - go to Mah
EXPECTED RESULT:
Audio files played on interactions.
ACTUAL RESULT:
Interaction audio does not play (mp3/ogg)
MODIFICATIONS:
see the repo, above.