Jump to content

NSIS error.


gameboy
 Share

Recommended Posts

Today, I packed the game and found that there was an error in NSIS that could not be packed

I am using the latest version of NSIS 3.0.5.

SetOutPath: "$INSTDIR\binaries\data\mods\public"
File: failed creating mmap of "E:\trunk\binaries\data\mods\public\public.zip"
Error in script "E:\trunk\source\tools\dist\0ad.nsi" on line 127 -- aborting creation process
 

Link to comment
Share on other sites

I have made the split package of public mod with WINRAR, and I have made the installation package. When I installed the game, I do not know whether the normal game? Can the other branch of PUBLIC mod be called by the game?

For example: public.zip, public.zip002, public.zip003

Link to comment
Share on other sites

@Stan` @Angen https://sourceforge.net/projects/nsisbi/files/nsisbi3.05.1/

NSISBI aims to remove the current 2GB limit found in NSIS. 

But  Single files are still limited to 2GB after compression.

BTW: I hope you(0 A.D. Team) can modify the code provided by him to change the limit that NSIS cannot use a single file over 2GB, thank you!

Edited by gameboy
Link to comment
Share on other sites

If it's a file system problem, it can be solved with a 64 bit operating system, but it's really a problem of NSIS. I provided my friend's NSIS, which modified the source code of NSIS, but it can't break the limit that a single file can't exceed 2GB. Maybe our team can change this on this basis. Then recompile NSIS

Link to comment
Share on other sites

  • 2 weeks later...

@Itms  My problem is that when I compressed the Public folder, the compressed size was more than 2G, and an error occurred when I made the installation package with nsisbi.

'$INSTDIR\binaries\data\mods\public"

File: failed creating mmap of "E:\trunk\binaries\data\mods\public\public.zip"

Error in script "E:\trunk\source\tools\dist\0ad.nsi" on line 127 -- aborting creation process

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...