Hello guys,
Getting the following error when I try loading a WebGL build. Comes during the loading and nothing happens thereafter.
Any pointers as to what could it even be because of?
Uncaught ErrnoError {node: undefined, errno: 17, code: “EEXIST”, message: “File exists”}
mknod @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:1
mkdir @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:1
Module.preRun.push.unityFileSystemInit @ blob:https://test.com/a1c402c1-35d7-4cab-96d4-21152f568732:1
(anonymous) @ blob:https://test.com/a1c402c1-35d7-4cab-96d4-21152f568732:1
callRuntimeCallbacks @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:1
preRun @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:1
run @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3
runCaller @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3
removeRunDependency @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:1
applyMemoryInitializer @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3
useRequest @ blob:https://test.com/a1c402c1-35d7-4cab-96d4-21152f568732:3
blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3
Uncaught TypeError: Cannot read property ‘byteLength’ of undefined
at applyMemoryInitializer (blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3)
at useRequest (blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3)
applyMemoryInitializer @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3
useRequest @ blob:https://test.com/10074c6b-9982-4c51-9a34-60c4919ca48c:3
Any help would be greatly appreciated.
Regards