This message will be displayed when a variety of errors occur, such as:
“PACKAGE FILE (SCENE.MVIEW) COULD NOT BE RETRIEVED.”
This means that the file could not be found, or that there was a server-side problem loading the file. To troubleshoot:
- Make sure you have uploaded both the .mview file and the .html file to your server.
- Make sure the path to the .mview file in the .html file is correct. If you’ve moved the .mview file to a different directory, you will need to update the path.
If you’ve done the two steps above and continue to have problems loading your file you may need to enable cross-origin resource sharing on your web server. Many servers have CORS disabled by default. If you do not have access to server-side settings, try contacting support for your web host.
If there is no way to enable CORS on your web host, the easiest way to share your art will be via ArtStation.
“PLEASE CHECK TO ENSURE YOUR BROWSER HAS SUPPORT FOR WEBGL.”
This means that your device and/or browser do not support WebGL. To troubleshoot:
- Make sure you’re using a web browser that supports WebGL. Most modern browsers such as Chrome, Firefox, Internet Explorer and Safari support WebGL.
- Check that you have the latest version of your browser installed.
- Confirm that you have the latest version of your video card drivers installed.
- If you’re using a beta version or special build of your web browser, try the latest public release instead.
- Make sure WebGL is enabled in your browser’s settings. Some browsers such as Safari may have WebGL disabled by default. For more details visit https://get.webgl.org/.
“THIS .MVIEW FILE IS FROM AN OUT-OF-DATE BETA VERSION OF TOOLBAG. PLEASE RE-EXPORT IT WITH THE NEW VERSION. THANKS!”
This error means that something major has changed with Marmoset Viewer’s code, which has broken backwards compatibility. Re-exporting your scene should fix the problem. This error will only be seen with content exported from the early beta version.
“PACKAGE FILE COULD NOT BE READ OR IS INVALID.”
This means that there was some sort of problem reading the file. The file may be corrupt, in which case:
- Re-upload the file, or if your upload is still in progress, wait for it to finish and refresh the page.
- Re-export and re-upload the file.
If that doesn’t fix it, it may simply be a file not found error (depending on how your web host handles 404s). Try the steps listed above in the “Package file could not be retrieved.” section.