Unity 2017.2.0f3 - Crash when Exception None

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! :confused:

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

Usually means an internal (Unity) exception. Just had this with trying using the gzipstream class, apparently not implemented. For these types of bugs, don’t use wasm to debug (not saying that you are). I find that asm.js gives better/more informative information on internal exceptions.

Thanks for the help but I’m not using that! :confused:
It’s strange because I did nothing after the upgrade to Unity 2017.2 and with Full Exception I don’t see any exception that could cause the crash in the None build!

Only thing I can think of is a Unity bug of some sort… @Marco-Trivellato any help pls? :slight_smile:

This can also happen if you have a try-catch block where you ignore the thrown exception.

does it repro in firefox?
could you post a development build callstack?

Thanks Marco!
Same error in Firefox.
I’ve just tried with a dev build and I can see an exception:

Development Build - None Exceptions

[Violation] ‘setTimeout’ handler took 394ms
UnityLoader.js:260 run() called, but dependencies remain, so not running
printErr @ UnityLoader.js:260
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19445
UnityLoader.3e464fa61f86991dfb05432b952459fe @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19533
UnityLoader.loadCode.Module @ UnityLoader.js:95
script.onload @ UnityLoader.js:26
UnityLoader.js:24 [Violation] ‘load’ handler took 238ms
UnityLoader.js:260 pre-main prep time: 107 ms
printErr @ UnityLoader.js:260
doRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19459
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19474
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:11
doCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5578
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5589
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4711
storeLocalEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4629
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4722
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4648
IndexedDB (async)
loadRemoteEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4646
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4720
reconcile @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4718
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4486
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4574
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4571
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getDB.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4522
IndexedDB (async)
getDB @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4497
getRemoteSet @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4562
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4482
getLocalSet @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4555
syncfs @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4480
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5596
syncfs @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5592
UnityLoader.3e464fa61f86991dfb05432b952459fe.Module.preRun.push.unityFileSystemInit @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:10
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:14
callRuntimeCallbacks @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1268
preRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1297
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19449
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
applyMemoryInitializer @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19364
useRequest @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19379
setTimeout (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19382
UnityLoader.loadCode.Module @ UnityLoader.js:95
script.onload @ UnityLoader.js:26
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2671 [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 https://www.chromestatus.com/feature/5745543795965952
registerOrRemoveHandler @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2671
registerWheelEventCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2816
_emscripten_set_wheel_callback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7998
__Z9InitInputv @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6702
_main @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6698
UnityLoader.3e464fa61f86991dfb05432b952459fe.asm._main @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:17924
callMain @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19425
doRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19462
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19474
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:11
doCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5578
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5589
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4711
storeLocalEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4629
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4722
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4648
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2671 [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 https://www.chromestatus.com/feature/5745543795965952
registerOrRemoveHandler @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2671
registerTouchEventCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:3300
_emscripten_set_touchstart_callback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7237
__Z9InitInputv @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6702
_main @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6698
UnityLoader.3e464fa61f86991dfb05432b952459fe.asm._main @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:17924
callMain @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19425
doRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19462
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19474
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:11
doCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5578
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5589
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4711
storeLocalEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4629
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4722
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4648
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2671 [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 https://www.chromestatus.com/feature/5745543795965952
registerOrRemoveHandler @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:2671
registerTouchEventCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:3300
_emscripten_set_touchmove_callback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:14004
__Z9InitInputv @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6702
_main @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6698
UnityLoader.3e464fa61f86991dfb05432b952459fe.asm._main @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:17924
callMain @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19425
doRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19462
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19474
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:11
doCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5578
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5589
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4711
storeLocalEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4629
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4722
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4648
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 PlayerConnection initialized from (debug = 0)

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 PlayerConnection disabled - listening mode not supported

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 Started listening to [0.0.0.0:8313]

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 Initialize engine version: 2017.2.0f3 (46dda1414e51)

UnityLoader.js:259 Creating WebGL 2.0 context.
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 Renderer: WebKit WebGL

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 Vendor: WebKit

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 Version: OpenGL ES 3.0 (WebGL 2.0 (OpenGL ES 3.0 Chromium))

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 GLES: 3

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 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/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 OPENGL LOG: Creating OpenGL ES 3.0 graphics device ; Context level <OpenGL ES 3.0> ; Context handle 1

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:7719 UnloadTime: 38.125000 ms

blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4647 [Violation] ‘success’ handler took 2438ms
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9018 [Violation] ‘requestAnimationFrame’ handler took 741ms
tour.js:232 [Violation] ‘setTimeout’ handler took 104ms
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5571 warning: 2 FS.syncfs operations in flight at once, probably just doing extra work
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:349 Exception at:
Error
at jsStackTrace (blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1161:12)
at stackTrace (blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1175:11)
at blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:349:36
at __ZN6il2cpp2vm9Exception5RaiseEP15Il2CppException [il2cpp::vm::Exception::Raise(Il2CppException*)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1395351:2)
at __Z30il2cpp_codegen_raise_exceptionP21Exception_t1109747930 [il2cpp_codegen_raise_exception(Exception_t1109747930*)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1650466:2)
at _Uri__ctor_m1727808673 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1213515:2)
at _Uri__ctor_m2472622964 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1655840:2)
at _WebRequestUtils_MakeInitialUrl_m319552801 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:959802:3)
at _UnityWebRequest_set_url_m4116418936 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1445650:49)
at _UnityWebRequest__ctor_m981372801 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1505884:2)
at _UnityWebRequest_Get_m4157103816 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1491086:2)
at _WWW__ctor_m874832690 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1581391:7)
at _U3CDownloadPhotoU3Ec__Iterator0_MoveNext_m2475587118 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:676403:5)
at __ZN21InterfaceFuncInvoker0IbE6InvokeEjP11Il2CppClassP12Il2CppObject [InterfaceFuncInvoker0::Invoke(unsigned int, Il2CppClass*, Il2CppObject*)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1199265:51)
at _SetupCoroutine_InvokeMoveNext_m2628842592 (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1400579:21)
at _Z54RuntimeInvoker_Void_t1912512710_RuntimeObject_IntPtr_tPFvvEPK10MethodInfoPvPS4 [RuntimeInvoker_Void_t1912512710_RuntimeObject_IntPtr_t(void ()(), MethodInfo const, void*, void**)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1582988:33)
at __ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException [il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1549115:57)
at _il2cpp_runtime_invoke (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1563472:9)
at __Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb [scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1460448:8)
at __ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb [ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1062817:7)
at __ZN9Coroutine14InvokeMoveNextEP21ScriptingExceptionPtr [Coroutine::InvokeMoveNext(ScriptingExceptionPtr*)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1193739:2)
at __ZN9Coroutine3RunEPb [Coroutine::Run(bool*)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1252732:7)
at __ZN9Coroutine17ContinueCoroutineEP6ObjectPv [Coroutine::ContinueCoroutine(Object*, void*)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1556388:8)
at __ZN18DelayedCallManager6UpdateEi [DelayedCallManager::Update(int)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:542680:63)
at __Z23PlayerSendFrameCompleteb [PlayerSendFrameComplete(bool)] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1322283:69)
at __ZZ23InitPlayerLoopCallbacksvEN48PostLateUpdatePlayerSendFrameCompleteRegistrator7ForwardEv [InitPlayerLoopCallbacks()::PostLateUpdatePlayerSendFrameCompleteRegistrator::Forward()] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1524422:25)
at __Z10PlayerLoopv [PlayerLoop()] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:409889:40)
at __ZL8MainLoopv [MainLoop()] (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1104303:3)
at dynCall_v (blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:1679148:28)
at browserIterationFunc (blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9014:23)
at Object.runIter (blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8414:5)
at Browser_mainLoop_runner (blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9052:20)
UnityLoader.js:561 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:499 [Violation] ‘requestAnimationFrame’ handler took 2071ms
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8420 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/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8420
Browser_mainLoop_runner @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9052
requestAnimationFrame (async)
requestAnimationFrame @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8704
Browser_mainLoop_scheduler_rAF @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8970
Browser_mainLoop_runner @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9056
requestAnimationFrame (async)
requestAnimationFrame @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8704
Browser_mainLoop_scheduler_rAF @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:8970
_emscripten_set_main_loop @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9060
_main @ blob:http://localhost:8888/d630fff4-2972-460c-8bc1-74a6c1719683:6698
UnityLoader.3e464fa61f86991dfb05432b952459fe.asm._main @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:17924
callMain @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19425
doRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19462
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19474
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:11
doCallback @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5578
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5589
done @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4711
storeLocalEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4629
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4722
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.loadRemoteEntry.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4648
IndexedDB (async)
loadRemoteEntry @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4646
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4720
reconcile @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4718
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4486
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4574
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getRemoteSet.IDBFS.getDB.index.openKeyCursor.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4583
IndexedDB (async)
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4571
UnityLoader.3e464fa61f86991dfb05432b952459fe.IDBFS.getDB.req.onsuccess @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4522
IndexedDB (async)
getDB @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4497
getRemoteSet @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4562
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4482
getLocalSet @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4555
syncfs @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:4480
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5596
syncfs @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:5592
UnityLoader.3e464fa61f86991dfb05432b952459fe.Module.preRun.push.unityFileSystemInit @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:10
(anonymous) @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:14
callRuntimeCallbacks @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1268
preRun @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1297
run @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19449
runCaller @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19402
removeRunDependency @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:1497
applyMemoryInitializer @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19364
useRequest @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19379
setTimeout (async)
UnityLoader.3e464fa61f86991dfb05432b952459fe @ blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:19382
UnityLoader.loadCode.Module @ UnityLoader.js:95
script.onload @ UnityLoader.js:26
blob:http://localhost:8888/61b3fa40-328c-477e-b5b4-cb248ea3ba35:9018 [Violation] ‘requestAnimationFrame’ handler took 2322ms

I can’t understand what it means or how to correct it… can you help me with that? :slight_smile:
I don’t know if it’s my problem or a Unity bug…!