I am aware of bug report, but you have to understand that this only works on occasions where the project is limited in size and complexity. When it come to big projects there are several issues:
1) You cannot upload the project because you dont have the permission from your company.
2) You cannot break the project because it is extremely complicated and big. Also, Construct engine favors the use of hard coded parts (that the reason there is no way to reuse code or event sheets you have written from other project files).
3) It is an Instant Game which currently runs with bulk Facebook data that only when you have special permissions you can login and run.
That said, I have exported the game without any minify, and that is the message:
c3runtime.js:154 Uncaught (in promise) TypeError: Cannot read property '_GetLastCachedZIndex' of null
at a (c3runtime.js:154)
at Array.sort (<anonymous>)
at C3.RenderCell._EnsureSorted (c3runtime.js:154)
at C3.RenderCell.Dump (c3runtime.js:154)
at C3.RenderGrid.QueryRange (c3runtime.js:157)
at C3.Layer._GetRenderCellInstancesToDraw (c3runtime.js:160)
at C3.Layer._DrawInstances_RenderCells (c3runtime.js:160)
at C3.Layer.Draw (c3runtime.js:160)
at C3.Layout.Draw (c3runtime.js:163)
at C3.Runtime.Render (c3runtime.js:445)
at C3.Runtime.Tick (c3runtime.js:445)
a c3runtime.js:154
_EnsureSorted c3runtime.js:154
Dump c3runtime.js:154
QueryRange c3runtime.js:157
_GetRenderCellInstancesToDraw c3runtime.js:160
_DrawInstances_RenderCells c3runtime.js:160
Draw c3runtime.js:160
Draw c3runtime.js:163
Render c3runtime.js:445
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
async function (async)
Tick c3runtime.js:445
_tickCallback c3runtime.js:445
requestAnimationFrame (async)
Tick c3runtime.js:445
Any ideas? Even rough ideas of what is causing this issue?