LAS3R
8th February 2005 18:36 UTC
Internal compiler error #12345 :/
I read faq, searched board and found no solution to my problem, others i found was not same error as mine and mostly used win98 with FAT!
i'm using XP Pro , NTFS and i get following error after it's going to compress last file!
File: "Textures.pak" [compress]
Internal compiler error #12345: error mmapping file (1287573784, 33554432) 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).
i tried change Temp dir to another place where i had 30GB free space, and it used about 700mb before reaching this file so can't be space problem!
Textures.pak is bit over 700mb file!
installer VISE had no problems making setup of all files but it cost and NSIS is free so rather use NSIS!
Update!
-------
tried use bzip2 instead and it worked but not zlib, then i get error above!
Koen van de Sande
10th February 2005 21:24 UTC
Windows does not have enough memory free to succesfully 'memory map' this file.
Is your swap space limited in any way? Or is your memory usage already very high?
kichik
10th February 2005 21:26 UTC
Which version of NSIS are you using?
roka
8th February 2010 10:26 UTC
Hi,
I receive the same error. Already moved my temp directory to my secondary hard drive which has 77 GB free.
I am trying to pack a big installer. A few files are 500 - 900 MB.
The error only appears while processing those big files.
Internal compiler error #12345: error mmapping file (1700401933, 33554432) 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).
My laptop has 4 GB of RAM and is running Win XP Professional.
Would be nice if anybody could give me a hint.
Thanks!
Ronny
CG!
8th February 2010 11:41 UTC
The maximum datasize is 2GB (no, not 2147483648 byte) and all files together, that are going to be part of the installer , should not exeed this limit.
Try using an plugin like 7z or zip.
telia
3rd June 2010 20:40 UTC
compiling a lot of small files that in total have ~3GB, received the same error trying LZMA (solid) compressor. succeeded using LZMA compressor. result seems to be the same, ~1.3GB. so what's the difference between LZMA (solid) and LZMA?
NSIS 2.46