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

Pretty serious bug: large images make file manager unusable #79

Open
ghost opened this issue Feb 12, 2023 · 2 comments
Open

Pretty serious bug: large images make file manager unusable #79

ghost opened this issue Feb 12, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 12, 2023

As you know, when hovering over an image, IRISMAN will give a preview. This is usually fine, however, large image files cause the PS3 to freeze. The image can’t even be deleted, as scrolling over it causes the freeze. Apologies for making a new issue. I don’t think it would’ve been seen if I put it in the “mega post”.

@aldostools
Copy link
Owner

IRISMAN has a check if the image is larger than 9MB (8192 * 1200) in LoadTexturePNG / LoadTextureJPG found in main_icons.h. Maybe the allowed size is still too high to handle it correctly.

Anyway, these files can be deleted using the FTP server or the XMB File Explorer.

@ghost
Copy link
Author

ghost commented Feb 12, 2023

IRISMAN has a check if the image is larger than 9MB (8192 * 1200) in LoadTexturePNG / LoadTextureJPG found in main_icons.h. Maybe the allowed size is still too high to handle it correctly.

Anyway, these files can be deleted using the FTP server or the XMB File Explorer.

The image in question is a 3010 x 4511 jpg that’s 980 KB (according to the PS3’s photo information). Not only did the preview freeze, but so did the actual image. I recopied it to a folder with other images, pressed cross to view the first, and then scroll through — everything was fine until I got to this jpg. I can view it without issue in the photo column of the xmb, but it doesn’t have a thumbnail.

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

1 participant