JinxDojo / vba-wii

Automatically exported from code.google.com/p/vba-wii
0 stars 0 forks source link

7z size limit #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load a large 7z zipped file
2.
3.

What is the expected output? What do you see instead?
when i load a a large 7z file is says 7z: Out of memory

Does this issue occur on VBA-M r781
(http://vba-m.ngemu.com/vbam/vbacompiles/msvc2008/VisualBoyAdvance781.7z)?
If so, please report the issue to the VBA-M forum.

What version of the product are you using? On GameCube or Wii?
1.06 wii

Please provide any additional information below.

Original issue reported on code.google.com by shadowdr...@gmail.com on 22 Jan 2009 at 9:08

GoogleCodeExporter commented 9 years ago
Yes, there's a size limit. The Wii only has so much memory. You're best to use 
lower 
compression settings or switch to zip. Nothing I can do, really - but I'll keep 
it 
in mind.

Original comment by dborth@gmail.com on 22 Jan 2009 at 3:55

GoogleCodeExporter commented 9 years ago
This has more to do with the limited memory available on the Wii; you need to 
reduce 
your dictionary size to about 1 MB when compressing the 7-zip archives.  When 
you're 
making the .7z, there should also be text in the creation windows that shows 
"Memory 
usage for Decompressing: XX MB". As long as this shows 3 or 5 MB, you'll be 
fine.

See the TehSkeen thread on the subject here:  
http://www.tehskeen.com/forums/showthread.php?t=10144

Original comment by hcho...@gmail.com on 22 Jan 2009 at 4:11