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

Startup time is too slow on 1T SD. #314

Open
1 task done
gilgilgan opened this issue Feb 15, 2024 · 3 comments
Open
1 task done

Startup time is too slow on 1T SD. #314

gilgilgan opened this issue Feb 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@gilgilgan
Copy link

PSP/Vita Model

PCH-2000 (Vita Slim)

ARK Version

Version 4.20.68 Rev 8 (ARK-X)

Homebrew/GAME (if applicable)

No response

Plugins ( if applicable )

No response

Steps to reproduce

Ever since I switched from Samsung 512G SD to Sandisk 1T SD, ARK is very slow to start.

t lags at the chovy project logo for close to 2 minutes. The SD continues to load during that time.

The SD is not a fake and I've used about 800G of it now, but I don't see any particular issues.

What is unusual is that with the new ARK-X, it finishes loading just as quickly as it did when I was using 512G.

USB Charge

Disabled

Overclock

Disabled

Power Save

Disabled

Balanced Energy Mode

Disabled

Autoboot Launcher

Off

Disable PSP Go Pause

Off

Unlock Extra Memory

Disabled

Memory Stick Speedup

Disabled

Inferno Cache

Off

Skip Sony Logos

Off

Hide PIC0 and PIC1

Off

Hide MAC Address

Off

Hide DLC

Off

Turn off LEDs

Disabled

Verification of form.

  • I agree that I properly filled out the items listed above.
@gilgilgan gilgilgan added the bug Something isn't working label Feb 15, 2024
@github-project-automation github-project-automation bot moved this to Todo in ARK-4 Feb 15, 2024
@JoseAaronLopezGarcia
Copy link
Contributor

If there's too many games installed it will take a while to scan them all. Perhaps instead of using the main Game app, use the File Browser instead to navigate and launch your games. Organize your games in folders too to make it even faster to navigate. You can set the File Browser as the main app in the Menu Settings.

@gilgilgan
Copy link
Author

The delayed location is the screen where the #chovyProject logo is being printed. It has nothing to do with the ark explorer. I changed the initial location to the file explorer, but to no avail.

@LiEnby
Copy link

LiEnby commented Feb 18, 2024

The delayed location is the screen where the #chovyProject logo is being printed. It has nothing to do with the ark explorer. I changed the initial location to the file explorer, but to no avail.

NoPspEmuDrm works by recursively scanning the entirety of ux0:/pspemu/PSP/GAME and opening every .EDAT and .PBP file until one matching the content id of the rif file being opened is found, its actually rather slow and the time it takes increases linearly with how many PSP games you have, it has a time complexity of o(n) - i would like to find a better method :d

the thing is, once the game is found it will write a fake .RIF file to your PSP/LICENSE folder that looks exactly like a real PSP rif file (except without a signature) and will just use that next time, this won't happen if there is already an offical (sony) RIF file for the game present however, in which it search for the PBP file every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

3 participants