“an error occured running the unity content on this page. see your browser’s javascript console for more info. the error was: notfounderror: the operation failed because the requested database object count not be found. for example, an object store did not exist but was being opened.”
sometime i am getting this error also
“an error occured running the unity content on this page. see your browser javascript console for more info. the error was: syntaxerror: missing } in compound statement”
sometime this Error: Uncaught incorrect header check
Could anyone please suggest what could be the reasons behind this error ?
build with version 5.3.0f4
Usually all this happens when internet is slow.
edit
it seems that , when multiple user try at same time than this error is coming, I am not sure about this fact but i tried with 8 user at same time and 2-3 peoples got this error, previously that same users were able to run the game with no errors and this keeps happing with multiple users.
error is coming "An error occured running the Unity content on this page. See your browser’s JavaScript console for more info. The error was:
uncaught exception: TypeError: invalid arguments : jsStackTrace@blob:
stackTrace@blob:
FS.handleFSError@blob:
_mmap@blob:
QD@blob:
TI@blob:
$H@blob:
UJ@blob:
tt@blob:
vmb@blob:
QRc@blob:
callMain@blob:
doRun@blob:
run/<@blob:
Hi @jonas-echterhoff_1 i tied to test the game with development build but with development build i am unable to get any errors, but every now and than, i keep getting those error i posted above, and in this post.
here are few more errors.
“Error: WebGL: Disallowing antialiased backbuffers due to blacklisting. UnityLoader.js:1:4116 TypeError: asm.js type error: Disabled by javascript.options.asmjs in about:config fee8ac26-536c-49be-b742-2dea82062792 Invoking error handler due to NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened. UnityLoader.js:1:6461 NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.”
Here is another one
“An error occured running the Unity content on this page. See your browser’s JavaScript console for more info. The error was: Uncaught abort() at Error at jsStackTrace (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:1:22814) at stackTrace (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:1:22997) at Object.abort (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:32:50625) at _abort (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:1:191835) at Lbm (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:8:850299) at J9l (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:8:781926) at FK (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:22:414129) at bK (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:22:400668) at Ct (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:22:83755) at Emb (blob:http%3A//cashcrunchgames.com/c4e77b0e-4c25-4dae-af0d-38087c8a59ad:15:121259) If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.”
strange thing is, lots of errors are coming in windows machine only, maximum time it works on OSX and Ubuntu. Also errors are coming in normal window but if you run the game in private window(incognizant mode) game runs without any errors
I am unable to trace where is the issue coming from. Please help me trace this issue.
Hello, I have similar error
“An error occured running the Unity content on this page. See your browser’s JavaScript console for more info. The error was: NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened”
I have this problem. Firefox 44.
In Private Windows application runs without errors.
NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
I had these problems. The problem was actually nothing to do with unity. It was the mimetypes accepted by the website hosting platform. Basically the file types that the host will allow the clients to download from it.
If you look in the network tab of your browser and see a file with the extension *.memgz" returning with 404. Most likely your web hosting service is blocking that file type from being downloaded. So you need to configure it to allow the file types listed below to be downloaded by the browser.
With windows you can setup IIS to host the site and change the mime types in there. Or you can configure it in your development solution via the web.config. Either way works.
Remember if you create a website in you IIS you will need to change your hosts file to redirect your custom domain to you local IP. Search changing hosts file in [window os and version]
Your hosts file will look something like this. 127.0.0.1 www.mycustomunitywebsite.com So from now on you would only need to type in that domain name in your browser and you would see your unity webgl project.
I’m not going to list all the ways of doing this, because there are few depending on you OS type. Search configuring mime-types for [your hosting platform].