GameAnalytics / GA-SDK-DEFOLD

Repository for GameAnalytics Defold SDK
MIT License
14 stars 7 forks source link

HTML5: dmloader.js:507 exception thrown: ReferenceError: gameanalytics is not defined,ReferenceError: gameanalytics is not defined #32

Closed subsoap closed 3 years ago

subsoap commented 3 years ago

I forgot that you need to manually add this

It should be possible to automerge this into the HTML5 template now see:

https://forum.defold.com/t/manifest-merge-tool/52769


Defold version tested with 1.2.179

Tested with latest master version of GA trying to use HTML5 target Also tested a few older release versions of GA same issue

2021-02-09 00_26_21 0

Running...
dmloader.js:509 
dmloader.js:506 INFO:ENGINE: Defold Engine 1.2.178 (af6a29c)
dmloader.js:506 INFO:GameAnalytics: AppInitializeExtension
dmloader.js:506 INFO:OpenSSL: AppInitializeExtension
VM15:1 WebGL: INVALID_ENUM: getParameter: invalid parameter name
emscriptenWebGLGet @ VM15:1
VM15:1 WebGL: INVALID_ENUM: getParameter: invalid parameter name
emscriptenWebGLGet @ VM15:1
dmloader.js:506 INFO:ENGINE: Loading data from: dmanif:game.dmanifest
dmloader.js:506 INFO:GameAnalytics: Registered gameanalytics Lua extension
dmloader.js:506 
dmloader.js:507 exception thrown: ReferenceError: gameanalytics is not defined,ReferenceError: gameanalytics is not defined
    at _js_setEventSubmission (<anonymous>:1:211288)
    at <anonymous>:wasm-function[5617]:0x1dbe69
    at <anonymous>:wasm-function[3320]:0x117fc1
    at <anonymous>:wasm-function[1071]:0x3fdee
    at <anonymous>:wasm-function[4681]:0x18699a
    at <anonymous>:wasm-function[4670]:0x184c0b
    at <anonymous>:wasm-function[4673]:0x1857f0
    at <anonymous>:wasm-function[3081]:0x10930e
    at ag (<anonymous>:wasm-function[2860]:0xfa28c)
    at Module._main (<anonymous>:1:235834)
printErr @ dmloader.js:507
dmloader.js:506 INFO:CRASH: Successfully wrote Crashdump to file: /data/.Defold/_crash
dmloader.js:509 Exception thrown, see JavaScript console
VM15:1 Uncaught ReferenceError: gameanalytics is not defined
    at _js_setEventSubmission (<anonymous>:1:211288)
    at <anonymous>:wasm-function[5617]:0x1dbe69
    at <anonymous>:wasm-function[3320]:0x117fc1
    at <anonymous>:wasm-function[1071]:0x3fdee
    at <anonymous>:wasm-function[4681]:0x18699a
    at <anonymous>:wasm-function[4670]:0x184c0b
    at <anonymous>:wasm-function[4673]:0x1857f0
    at <anonymous>:wasm-function[3081]:0x10930e
    at ag (<anonymous>:wasm-function[2860]:0xfa28c)
    at Module._main (<anonymous>:1:235834)