gcfavorites / wiixplorer

Automatically exported from code.google.com/p/wiixplorer
1 stars 0 forks source link

PDF viewer crash #483

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open this pdf file:
http://www.nintendo.com/consumer/gameslist/manuals/GCN_Battalion_Wars.pdf
2. goto page 3

What is the expected output? What do you see instead?
crash/freeze

What version of the product are you using? On what operating system?
r212

Original issue reported on code.google.com by mantox...@gmail.com on 14 Jul 2011 at 9:12

GoogleCodeExporter commented 9 years ago
Not all PDFs work. The Wii does not have enough RAM to handle any kind of PDF 
and the library that is used does not support all either. Especially such PDFs 
like the one above tend to fail because those are pure picture PDFs and use a 
lot of RAM. Text PDFs work better. I did some changes to the memory usage, 
maybe it will help in the next revs. Nothing else I can do about it.

Original comment by dimok...@hotmail.de on 23 Jul 2011 at 6:33

GoogleCodeExporter commented 9 years ago
I suspected the cause was the lack of RAM available.
Anyway, i suggest to do a check and show an error message to the user instead 
of crashing ungracefully.

Original comment by mantox...@gmail.com on 23 Jul 2011 at 12:59