Help? Can't publish game

I'm having troubles publishing my game, is there someone who can help. Yes it's a big file xD

it says;
An error occured: Compressed or Uncompressed size, or offset exceeds the Maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.

Can someone help? many thanks in advance!


Are there any images you could remove from the game to reduce the filesize? Or replace them with smaller versions?


Some of them might need to be adjusted. I just don't know what it means by UseZip64WhenSaving property on the ZipFile instance. What does that mean?


I don't recognise that message. I assume that it's advising you to use higher compression when zipping the file, but that doesn't make sense if Quest is creating the zip itself.

I wonder if that message could be bubbling up from some library Quest uses.

Is this on the web editor, desktop, or when you try to upload a file?


It's when I publish the file on the desktop


Ah… looks like it comes from the zip library that Quest uses to compress your game; Quest doesn't give it the option of using the larger zip64 format.

Therefore in order to output as a .quest file:

  • The total number of files in the game must be under 65535
  • The total (zipped) size of the game must be under 4 GiB
  • The total (unzipped) size of each file in the game must be under 4 GiB

If you need to work around this limitation, remove some of the larger files from the game. You should then be able to open the resulting .quest file in some other zip software to put those files back in.


Log in to post a reply.

Support

Forums