
Error: “File archive failed (code #)” in 3ds Max
The "File archive failed (code 1)" error in 3ds Max appears when you try to package a scene using File > Archive. Since archiving is a critical step for render farm submission, backup, and project handoff, this error can block your entire delivery pipeline.
The Error Messages
3ds Max may display one or both of these dialogs when archiving fails:
File Save Error: File archive failed (code 1)
Followed by:
MAXZIP Error: Nothing to do!
The "Nothing to do" message means 3ds Max attempted to create the archive but could not collect any files to include — either because it could not access the scene file, could not write to the output location, or encountered a file system error before the process began.
Causes
The archive feature packages the .max scene file along with all externally-referenced bitmaps into a single ZIP (MAXZIP) file. Several conditions can prevent this:
- Insufficient drive space. Archiving requires enough free space for the ZIP file, which can be as large as the combined size of the scene and all textures. A 2 GB scene with 3 GB of textures needs at least 5 GB of free space.
- Insufficient Windows permissions. The user account lacks write access to the save location. Corporate environments with restricted folder policies frequently trigger this.
- Save location is inside a Temp folder. Some Temp directories have size limits, automatic cleanup schedules, or restricted permissions that prevent large file creation.
- Path exceeds 256-character limit. The full path to the output ZIP file, including the filename, exceeds Windows' maximum path length.
- Duplicate bitmap filenames. If two textures have the same filename but exist in different folders (e.g.,
D:\Project\wood.jpgandD:\Library\wood.jpg), the archiver may fail when trying to include both in the same ZIP. This is a known limitation of the MAXZIP format. - Special characters in paths. Characters like
@,#,$,%,&,*,+in folder or file names can cause the archive process to abort. - Scene or referenced files exceed 2-4 GB. The MAXZIP format has file size limitations. Very large scenes with heavy geometry or proxy files can exceed these limits.
Solutions
Run 3ds Max as Administrator
Right-click the 3ds Max shortcut and select "Run as Administrator." This bypasses most Windows permission restrictions for the save location. If the archive succeeds as Administrator, the issue is permissions-related — contact IT to grant your normal user account write access to the target folder.
Verify Sufficient Storage Space
Check free space on the target drive before archiving. For large scenes, archive to a local drive with ample space (D:\ or E:) rather than the system drive (C:) or a network location. As a rule of thumb, keep at least 2x the expected archive size in free space.
Resolve Duplicate Bitmap Names
Open the Asset Tracker (Shift+T) and look for textures with identical filenames in different folders. Rename one of the duplicates or consolidate textures into a single folder using the Resource Collector (Utilities > Resource Collector) before archiving. Resource Collector automatically handles name conflicts by appending numbers to duplicate filenames.
Shorten File Paths
If your project uses deeply nested folders, the total archive path may exceed 256 characters. Move the project closer to the drive root, or archive to a short path like D:\Archive\. Check individual texture paths too — a single texture with a 250-character path can cause the entire archive to fail.
Avoid Special Characters
Rename any folders or files that contain special characters (@, #, $, %, &, *, +). This includes the project folder, texture folders, and the archive output path. Stick to alphanumeric characters, hyphens, and underscores.
Use Resource Collector Instead of Archive
If the Archive function continues to fail, use the Resource Collector as an alternative. It copies all external files into a single folder alongside the scene, then re-paths the scene to use those local copies. You can then ZIP the resulting folder manually using Windows or 7-Zip. This bypasses the MAXZIP format entirely and handles larger files without the 2-4 GB limitation.
For render farm submission, Resource Collector is often more reliable than Archive because it gives you a clean, self-contained project folder that you can verify before uploading.
Handle Large Scenes (2+ GB)
If your scene file alone exceeds 2 GB, or the total project size exceeds 4 GB, the MAXZIP format may not support it. Use Resource Collector + manual ZIP, or split the scene into smaller segments using XRefs. Modern compression tools like 7-Zip handle files up to 16 EB (exabytes), so the limitation is specific to 3ds Max's built-in archiver.
FAQ
Q: What does "MAXZIP Error: Nothing to do!" mean? A: This message appears when the archive process cannot find any files to package. It usually means 3ds Max failed before the collection stage — either due to a permissions error, a missing output directory, or the scene file itself being inaccessible. Check that the save path exists, you have write permissions, and the scene is saved (not in an unsaved state).
Q: Why does archiving fail when I have plenty of disk space? A: Disk space is only one factor. The most common non-space causes are duplicate bitmap filenames (two different textures with the same name in different folders), special characters in file paths, or the total path length exceeding 256 characters. Check the Asset Tracker for duplicate names and verify all paths are clean.
Q: Is Resource Collector a reliable alternative to File > Archive? A: Yes, and for large projects it is often more reliable. Resource Collector consolidates all referenced files into a single folder and re-paths the scene — giving you a portable, self-contained project that you can verify before creating your own ZIP. It bypasses the MAXZIP format limitations and handles name conflicts automatically.
Q: How should I archive scenes for render farm submission? A: We recommend Resource Collector over File > Archive for farm submission. Run Resource Collector with "Copy" mode to a clean local folder, verify all paths show "OK" in the Asset Tracker, then ZIP the folder. This produces a reliable package that includes all textures, proxies, and scene files. For scenes using plugins like Forest Pack or RailClone, manually verify that plugin-specific libraries are included — Resource Collector does not always capture them.
Q: Can I archive 3ds Max scenes that use V-Ray proxies or Forest Pack libraries? A: The built-in Archive function captures files tracked by the Asset Tracker, which includes most textures and maps. However, V-Ray proxy files (.vrmesh), Forest Pack libraries, and RailClone styles may not be captured automatically. Use Resource Collector first to consolidate all standard assets, then manually copy proxy files and plugin libraries into the project folder before creating the final ZIP.
Last Updated: 2026-03-17

