Skip to content
⌘ NSIS Forum Archive

5gb of data

2 posts

SizOFF#

5gb of data

Hello!!!
I want to compile game, it's size is 5GB? but after compressing for winrar it's size is 2,6GB and I want to compile for NSIS, but I have this error:

File: "Statues_T.utx" [compress]
Internal compiler error #12345: error mmapping file (2126961624, 5788827) is out of range.

Note: you may have one or two (large) stale temporary file(s)left in your temporary directory (Generally this only happens on Windows 9x).

Please anyone help me....
kichik#
You can't have over 2GB of data compressed into the installer. You'd have to distribute your installer with a compressed archive that'd be decompressed by the installer. There are many plug-ins in the wiki that can decompress all sorts of archives. For example:






You can also use an external tool like 7z.exe.

Search the forum for "12345" or "2gb", you'll find some more threads with more information on this.