-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Mahou Shoujo Madoka Magica Portable in-game problem #6557
Comments
Has it ever worked? Does it work in JPCSP? -[Unknown] |
PPSSPP always hangs there,0.7 to the latest,and for JPCSP,the game go to intro and playable since this https://code.google.com/p/jpcsp/source/detail?r=2268 ,and does not has problem there. |
Hmm, interesting. Well, I asked because I found out Gods Eater Burst also does not load real PSP savedata correctly, so I was wondering if it was related. But now I think I'm understanding that the savedata is just to get to the problem, and the problem is there either way. Unknown GetPointer 00000000 PC 00000000 LR 0889f2ac Seems bad. What's at 0889f2ac? Might possibly be sas or dispatch thread related... -[Unknown] |
Hmm, so the pointer at t9 is becoming 0. Most likely we're either corrupting memory there, not scheduling properly, and not writing something there we ought to... -[Unknown] |
By the way,this is not a savedata issue. |
So it seems this is io delay related, or possibly async io related. -[Unknown] |
Reported not fixed by the async IO changes in #7636. -[Unknown] |
Simulated UMD delays helps it to prevent crashes |
Update savedata to easier to reproduce. The game maybe related to I\O add sceKernelUnlockMutex,sceKernelLockMutex staff |
@unknownbrackets There is two case that we need reschedule (from jpcsp) edit:We have already reschedule in sceKernelUnlockMutex ,hmm |
@unknownbrackets Can you try translate it ? seem ppsspp don't have it. https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/HLE/kernel/managers/MutexManager.java#L154 |
v1.13.1-603-g59cb7a075 |
Sorry, I think I never saw this before. PPSSPP does do that, here: ppsspp/Core/HLE/sceKernelThread.cpp Line 3027 in 80e481b
-[Unknown] |
I was too deep to jpcsp's code ,don't think the game's code itself |
Reopen as it is wrong change |
Load the save
https://drive.google.com/file/d/0B3OaSdeV0L8kb0ZRRTN2amltdDA/edit?usp=sharing
after die,W[MM]: MemmapFunctions.cpp:93 ReadFromHardware: Invalid address 00000000
v0.9.8-1614-g459e244
info log:
https://gist.github.com/sum2012/654b7f4370045f5fa286
debug log:
https://drive.google.com/file/d/0B3OaSdeV0L8kcGRBOER1NXBhcEU/edit?usp=sharing
The text was updated successfully, but these errors were encountered: