Export: Viewer App failing

I’m trying to create a Viewer App, but it’s failing. I am receiving the following message.

Has anyone else experienced this issue? The process fails, and I am unable to create the HTML file.

Any help welcome.

@slimbuck

Hey @andycaps,

Sorry you’re struggling with this. Few questions:

  • how large is the scene?
  • which browser/os?
  • any messages on the devtools console?

Thanks!

Hi,

The scene is not too big, it covers 2298.25 sq ft

I am using the Chrome browser, using Windows 11 Pro

The file size is 150mb and it’s a .sog file.

Happy to share the file?

Thanks

So 150MB sog is … quite large.

When you load that file into SuperSplat Editor, it gets uncompressed (which is needed in order to edit the GS data).

When you then export to viewer, the data must be copied for purposes of compression. So I suppose it’s likely you’re running out of memory in the browser tab.

You could install splat-transform and do this from cli instead?

Thanks,
Donovan