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

Dies irae Amantes amentes ULJM06107 cannot switch umd #9254

Closed
sum2012 opened this issue Jan 30, 2017 · 6 comments · Fixed by #9256
Closed

Dies irae Amantes amentes ULJM06107 cannot switch umd #9254

sum2012 opened this issue Jan 30, 2017 · 6 comments · Fixed by #9256

Comments

@sum2012
Copy link
Collaborator

sum2012 commented Jan 30, 2017

This time I don't have idea now.
v1.3-437-g1044796 log: https://gist.githubusercontent.com/sum2012/7fde5b455ea656c553625cc2a0bb1e9e/raw/ac6cda43d336dc133315886e18fbacebd863876b/gistfile1.txt

1=sceUmdCheckMedium() then 0=sceUmdCheckMedium() finally 1=sceUmdCheckMedium()

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 30, 2017

I try this change but still fail
static int sceUmdWaitDriveStatCB(u32 stat, u32 timeout)
{
if (!UMDInserted) {
WARN_LOG(SCEIO, "sceUmdWaitDriveStatCB(stat = %08x, timeout = %d): UMD is taking out for switch UMD", stat, timeout);
return SCE_KERNEL_ERROR_ACCESS_ERROR;
...
}

@hrydgard
Copy link
Owner

Hm, I really don't know. This has never worked before, right?

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 30, 2017

Yes

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 30, 2017

Oh yes,I need another change to make it work :)

@hrydgard
Copy link
Owner

@sum2012 nice and simple :)

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 30, 2017

Hope no more switch UMD problem :)

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

Successfully merging a pull request may close this issue.

2 participants