Good morning!
I’ve a strange issue after updating my project from Unity 5.6 to 2017.2.0f3.
If I build with “Full” in PlayerSettings “Enable Exceptions”, the app work normally (and gives no exception).
If I build with “None” (with no other edits), the app crashes at start because of an uncaught exception!
How is that possible?
Below the log I found in the Chrome console in the two different situation.
Full Exception Log
[Violation] ‘setTimeout’ handler took 206ms
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] Added non-passive event listener to a scroll-blocking ‘wheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Chrome Platform Status
registerOrRemoveHandler @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
registerWheelEventCallback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
_emscripten_set_wheel_callback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
hHb @ blob:http://localhost:8888/21e7b176-7331-48ba-b584-bbeeb4853a7a:3293
TGb @ blob:http://localhost:8888/21e7b176-7331-48ba-b584-bbeeb4853a7a:3288
callMain @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
doRun @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
run @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
runCaller @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
removeRunDependency @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
(anonymous) @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
doCallback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
done @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
done @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
storeLocalEntry @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
(anonymous) @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
UnityLoader.a215c0eb2d650716c4479c4aed117d9c.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Chrome Platform Status
registerOrRemoveHandler @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
registerTouchEventCallback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
_emscripten_set_touchstart_callback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
hHb @ blob:http://localhost:8888/21e7b176-7331-48ba-b584-bbeeb4853a7a:3293
TGb @ blob:http://localhost:8888/21e7b176-7331-48ba-b584-bbeeb4853a7a:3288
callMain @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
doRun @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
run @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
runCaller @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
removeRunDependency @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
(anonymous) @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
doCallback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
done @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
done @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
storeLocalEntry @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
(anonymous) @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
UnityLoader.a215c0eb2d650716c4479c4aed117d9c.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] Added non-passive event listener to a scroll-blocking ‘touchmove’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Chrome Platform Status
registerOrRemoveHandler @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
registerTouchEventCallback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
_emscripten_set_touchmove_callback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
hHb @ blob:http://localhost:8888/21e7b176-7331-48ba-b584-bbeeb4853a7a:3293
TGb @ blob:http://localhost:8888/21e7b176-7331-48ba-b584-bbeeb4853a7a:3288
callMain @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
doRun @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
run @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
runCaller @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:4
removeRunDependency @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
(anonymous) @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
doCallback @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
done @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
done @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
storeLocalEntry @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
(anonymous) @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
UnityLoader.a215c0eb2d650716c4479c4aed117d9c.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 Initialize engine version: 2017.2.0f3 (46dda1414e51)
UnityLoader.js:1 Creating WebGL 2.0 context.
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 Renderer: WebKit WebGL
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 Vendor: WebKit
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 Version: OpenGL ES 3.0 (WebGL 2.0 (OpenGL ES 3.0 Chromium))
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 GLES: 3
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 EXT_color_buffer_float GL_EXT_color_buffer_float EXT_disjoint_timer_query_webgl2 GL_EXT_disjoint_timer_query_webgl2 EXT_texture_filter_anisotropic GL_EXT_texture_filter_anisotropic OES_texture_float_linear GL_OES_texture_float_linear WEBGL_compressed_texture_s3tc GL_WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb GL_WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info GL_WEBGL_debug_renderer_info WEBGL_debug_shaders GL_WEBGL_debug_shaders WEBGL_lose_context GL_WEBGL_lose_context
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 OPENGL LOG: Creating OpenGL ES 3.0 graphics device ; Context level <OpenGL ES 3.0> ; Context handle 1
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 UnloadTime: 39.880000 ms
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] ‘success’ handler took 2282ms
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] ‘requestAnimationFrame’ handler took 831ms
tour.js:232 [Violation] ‘setTimeout’ handler took 154ms
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] ‘requestAnimationFrame’ handler took 422ms
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] ‘requestAnimationFrame’ handler took 91ms
blob:http://localhost:8888/c0ad7ecd-6394-4226-b689-710ef584b2bd:2 [Violation] ‘requestAnimationFrame’ handler took 305ms
None Exceptions Log
[Violation] ‘setTimeout’ handler took 129ms
[Violation] ‘setTimeout’ handler took 96ms
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 [Violation] Added non-passive event listener to a scroll-blocking ‘wheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Chrome Platform Status
registerOrRemoveHandler @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
registerWheelEventCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
_emscripten_set_wheel_callback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
$Gb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14845
LGb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14840
callMain @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
doRun @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
run @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
runCaller @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
removeRunDependency @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
doCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
storeLocalEntry @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 [Violation] Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Chrome Platform Status
registerOrRemoveHandler @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
registerTouchEventCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
_emscripten_set_touchstart_callback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
$Gb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14845
LGb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14840
callMain @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
doRun @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
run @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
runCaller @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
removeRunDependency @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
doCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
storeLocalEntry @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 [Violation] Added non-passive event listener to a scroll-blocking ‘touchmove’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Chrome Platform Status
registerOrRemoveHandler @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
registerTouchEventCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
_emscripten_set_touchmove_callback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
$Gb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14845
LGb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14840
callMain @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
doRun @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
run @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
runCaller @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
removeRunDependency @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
doCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
storeLocalEntry @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 Initialize engine version: 2017.2.0f3 (46dda1414e51)
UnityLoader.js:1 Creating WebGL 2.0 context.
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 Renderer: WebKit WebGL
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 Vendor: WebKit
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 Version: OpenGL ES 3.0 (WebGL 2.0 (OpenGL ES 3.0 Chromium))
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 GLES: 3
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 EXT_color_buffer_float GL_EXT_color_buffer_float EXT_disjoint_timer_query_webgl2 GL_EXT_disjoint_timer_query_webgl2 EXT_texture_filter_anisotropic GL_EXT_texture_filter_anisotropic OES_texture_float_linear GL_OES_texture_float_linear WEBGL_compressed_texture_s3tc GL_WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb GL_WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info GL_WEBGL_debug_renderer_info WEBGL_debug_shaders GL_WEBGL_debug_shaders WEBGL_lose_context GL_WEBGL_lose_context
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 OPENGL LOG: Creating OpenGL ES 3.0 graphics device ; Context level <OpenGL ES 3.0> ; Context handle 1
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 UnloadTime: 41.625000 ms
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 [Violation] ‘success’ handler took 2013ms
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 [Violation] ‘requestAnimationFrame’ handler took 631ms
tour.js:232 [Violation] ‘setTimeout’ handler took 87ms
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 Exception at:
Error
at jsStackTrace (blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2:27619)
at stackTrace (blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2:27790)
at blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2:9991
at cQk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:352703)
at Xse (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:13:78010)
at hvj (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:7:141629)
at gvj (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:7:141074)
at rnk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:27691)
at lnk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:25614)
at jnk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:25263)
at Qnk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:29774)
at yyk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:167692)
at LUj (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:7:496089)
at kZi (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:4:416630)
at KOj (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:7:415011)
at Zwi (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:4:238161)
at jBk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:206190)
at XCk (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:21:213257)
at b1 (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:8:97507)
at a1 (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:8:97180)
at TLa (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:12:106156)
at QLa (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:12:104732)
at YLa (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:12:107259)
at fWa (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:12:529983)
at eLb (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:11:179625)
at xHb (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:11:46904)
at lHb (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:11:33579)
at igl (blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:28:17464)
at browserIterationFunc (blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2:206138)
at Object.runIter (blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2:188180)
at Browser_mainLoop_runner (blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2:207673)
UnityLoader.js:1 Invoking error handler due to
Uncaught undefined - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.
UnityLoader.js:1 [Violation] ‘requestAnimationFrame’ handler took 4140ms
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 Uncaught undefined - Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.
runIter @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
Browser_mainLoop_runner @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
requestAnimationFrame (async)
requestAnimationFrame @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
Browser_mainLoop_scheduler_rAF @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
Browser_mainLoop_runner @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
requestAnimationFrame (async)
requestAnimationFrame @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
Browser_mainLoop_scheduler_rAF @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
_emscripten_set_main_loop @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
LGb @ blob:http://localhost:8888/ac3f41bb-118a-4011-9136-4ecebba43998:14840
callMain @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
doRun @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
run @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
runCaller @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
removeRunDependency @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
doCallback @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
done @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
storeLocalEntry @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
loadRemoteEntry @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
reconcile @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.IDBFS.getDB.req.onsuccess @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
IndexedDB (async)
getDB @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
getRemoteSet @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
getLocalSet @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
syncfs @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
syncfs @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2.Module.preRun.push.unityFileSystemInit @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
(anonymous) @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
callRuntimeCallbacks @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
preRun @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
run @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
runCaller @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
removeRunDependency @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2
applyMemoryInitializer @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
useRequest @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
setTimeout (async)
UnityLoader.eaaba8900e5f288a002c7e271d4d0ce2 @ blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:4
UnityLoader.loadCode.Module @ UnityLoader.js:1
o.onload @ UnityLoader.js:1
blob:http://localhost:8888/4623f8bf-7f7c-4fc8-a37a-0c9dd38db6dc:2 [Violation] ‘requestAnimationFrame’ handler took 4313ms
Thanks and have a nice day,
Davide