Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Enough space on the disk bug #153

Closed
juvian opened this issue Mar 28, 2019 · 3 comments
Closed

Not Enough space on the disk bug #153

juvian opened this issue Mar 28, 2019 · 3 comments

Comments

@juvian
Copy link

juvian commented Mar 28, 2019

Steps to produce the error: download https://drive.google.com/file/d/1RUn1Gun56rTF5kQ6zy468ZWCivcBryiR/view

  1. Open with mpq editor
  2. Use name scanner
  3. Extract files
  4. Open blank map (https://ufile.io/5vpd5)
  5. add all files back

image

@ladislav-zezula
Copy link
Owner

I managed to extract 2424 files from that map (after deleting all files with names like File0000####.dat).
If you want to add all those files to a MPQ, you have to do it on MPQ with hash table size big enough. The "emptymap.w3x" you provided has hash table size only 2048.

@asssnatcher
Copy link

asssnatcher commented Oct 30, 2022

If you want to add all those files to a MPQ, you have to do it on MPQ with hash table size big enough. The "emptymap.w3x" you provided has hash table size only 2048.

And how do I extend the table? If I open the MPQ in original editor (wc3 worldedit) it works correct. Maybe MPQ Archiver have a bug?

upd: I found answer here. The editor must include the option.
https://www.sc2mapster.com/forums/resources/third-party-tools/176851-ladiks-mpq-editor?comment=5

@ladislav-zezula
Copy link
Owner

Either create a new MPQ or use the "Operations / Change max file count" in MPQ Editor. This won't work in a protected map, thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants