Has anyone managed to make this work: GitHub - aglitchman/defold-playable-ads: A project with Gulp tasks to bundle the Defold game into one HTML file. ?
I’m running the following commands:
git clone https://github.com/aglitchman/defold-playable-ads.git
cd defold-playable-ads
npm install
gulp
Everything works, then I start a local http
python -s SimpleHTTPServer 8080
I get a blank page and an error console:
Uncaught TypeError: Cannot read property 'parentElement' of undefined
at Object.removeProgress (dmloader.js:450)
at Object._preloadAndCallMain (dmloader.js:824)
at Array.onArchiveLoaded (dmloader.js:720)
at Object.notifyListeners (dmloader.js:213)
at Object.notifyArchiveLoaded (dmloader.js:235)
at Object.onArchiveLoaded (dmloader.js:406)
at Object.onFileLoaded (dmloader.js:398)
at Object.onPieceLoaded (dmloader.js:346)
at dmloader.js:318
at request.onload (dmloader.js:91)
Anyone experience the same issue?