Archive: 5gb of data


I have error((((
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....


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:

http://nsis.sourceforge.net/UnTGZ_plug-in
http://nsis.sourceforge.net/ZipDLL_plug-in
http://nsis.sourceforge.net/Nsisunz_plug-in
http://nsis.sourceforge.net/CABSetup_plug-in

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.