Can somebody help ? Gideros 2019.12
gidloader.js:258 Rules for selecting event targets in HTML5 API are changing: instead of using document.getElementById() that only can refer to elements by their DOM ID, new event target selection mechanism uses the more flexible function document.querySelector() that can look up element names, classes, and complex CSS selectors. Build with -s DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR=1 to change to the new lookup rules. See <a href="https://github.com/emscripten-core/emscripten/pull/7977" rel="nofollow">https://github.com/emscripten-core/emscripten/pull/7977</a> for more details.
printErr @ gidloader.js:258 |
gidloader.js:258 exception thrown: TypeError: Cannot read property 'apply' of undefined,TypeError: Cannot read property 'apply' of undefined
at Object.Module.JSCallJS (eval at <anonymous> (<a href="http://localhost/Jumper/gidloader.js:123:5" rel="nofollow">http://localhost/Jumper/gidloader.js:123:5</a>), <anonymous>:244:33)
at 7901 (eval at <anonymous> (<a href="http://localhost/Jumper/gidloader.js:123:5" rel="nofollow">http://localhost/Jumper/gidloader.js:123:5</a>), <anonymous>:1863:45)
at _emscripten_asm_const_iii (eval at <anonymous> (<a href="http://localhost/Jumper/gidloader.js:123:5" rel="nofollow">http://localhost/Jumper/gidloader.js:123:5</a>), <anonymous>:1970:26)
at wasm-function[3769]:0x84eb1
at wasm-function[8658]:0x18e7e6
at Module._JSCallV (eval at <anonymous> (<a href="http://localhost/Jumper/gidloader.js:123:5" rel="nofollow">http://localhost/Jumper/gidloader.js:123:5</a>), <anonymous>:18801:34)
at obj.<computed> (eval at <anonymous> (<a href="http://localhost/Jumper/gidloader.js:123:5" rel="nofollow">http://localhost/Jumper/gidloader.js:123:5</a>), <anonymous>:897:45)
at wasm-function[64]:0xb84
at wasm-function[63]:0xae4
at wasm-function[1589]:0x30881 |
Uncaught TypeError: Cannot read property 'apply' of undefined
at Object.Module.JSCallJS (eval at <anonymous> (gidloader.js:123), <anonymous>:244:33)
at 7901 (eval at <anonymous> (gidloader.js:123), <anonymous>:1863:45)
at _emscripten_asm_const_iii (eval at <anonymous> (gidloader.js:123), <anonymous>:1970:26)
at wasm-function[3769]:0x84eb1
at wasm-function[8658]:0x18e7e6
at Module._JSCallV (eval at <anonymous> (gidloader.js:123), <anonymous>:18801:34)
at obj.<computed> (eval at <anonymous> (gidloader.js:123), <anonymous>:897:45)
at wasm-function[64]:0xb84
at wasm-function[63]:0xae4
at wasm-function[1589]:0x30881<del class="Delete"></del> |
Well, thats it.
Comments
Dislikes: kinrpg
gidloader.js:258 libpng warning: Interlace handling should be turned on when using png_read_image
Likes: plicatibu
And the last question ) why keyboard event are not working ?