-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[ISSUE]: Switching VMCs on MemCard Pro2 results in 0B free error, no access #71
Comments
Yes, I'm aware of this issue. Also happens on SD2PSX IIRC, replugging fixed it, also, avoid opening the mc while it's changing cards. Not sure if it can be fixed tho, I've been so busy the last months that I haven even tested the issue |
Seems like it'll happen regardless of when VMC switch is invoked. I just tried it right after launching wLE and it still gave me 0 bytes. Replugging (after changing setting to "load last card") will get wLE to detect the changed card. While this is a workaround that works I wouldn't say it's ideal. Would implementing manual refresh functionality be feasible? |
I will have to re-check how wLaunchELF checks the card. but I suspect this is caused by MCMAN.IRX itself |
New revelation: I recently updated the firmware of my MCP2 and on a whim decided to check if this issue was still present, and to my surprise after a couple of enter-leaves of mc0: a changed card appears now! Not sure if that was the firmware patch or a change in wLE but save for a blank directory on first open (which populates if you leave mc0: and re-enter) this is a solved issue? |
seems like some quirks from console MCMAN were clashing with some quirks from mcpro2 then XD. Maybe the 8bitmods crew would like to see this and test out themselves. maybe they can pinpoint the culprit even. |
Checks
Console model
SCPH-79001
wLaunchELF commit code
945d787
Describe the issue
When in wLE, switching VMCs on a MemCard Pro2 will result in the file browser displaying no structure on mc and displaying
[0B free]
for storage, even if the original VMC is swapped back to.Steps to reproduce:
Expected result:
Physically swapping memory cards does result in correct detection, as wLE showed the contents of my genuine MagicGate after being swapped with my MCP2, as well as the default VMC on my MCP2 after removing and reinserting it, so it seems that wLE is just balking at whatever MCP2 does when switching VMCs.
The text was updated successfully, but these errors were encountered: