-
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
Capcom Classic Collection Reloaded stuck in "Now loading" after v0.8.1-1173-ge03acc4 #4430
Comments
ppsspp v0.95-75 debug log |
So, obvious question, does it not work with the setting off? I don't see any FBOs being deleted in the failing ones so something is going wrong, but only on multithreading? -[Unknown] |
v0.8.1-1174-ge7c7c5b default UseCPUThread is false |
@sum2012 will the commit git revert cleanly to check if that is the only issue? |
@ninjatjj I tried before,simple use back old file cannot compile |
Yeah, looks like quite a bit of code now depends on the refactor. For me if I disable: My guess is it is something to do with the GPU stuff moving around |
If I do this: As an example, when exiting 1942 with the diff, I get repeated: When I exist Knights of the Round the emulator just hangs. When I exist Super Ghouls and Ghosts, it will exit just fine, so it seems to depend on the system that is being emulated? |
Thank you. |
You're saying that initializing the gpu later, at InitGfxState(), fixes it? I assume this is with multithreaded off, because I expect that to initialize the gpu on the wrong thread and break things otherwise. -[Unknown] |
@ninjatjj Thanks ,work |
edit: |
I don't know, I don't think so? But I have an idea why this might be.... loadexec. -[Unknown] |
Does #4667 help? Should be functional in multithreaded and non multithreaded if so. -[Unknown] |
Hmm, okay. Is it worse than it was before the threading changes, same, or better? -[Unknown] |
I checked master this morning and @unknownbrackets commit seems to have fixed it for me (with the note below) - thanks I checked e03acc4 (the commit prior to the original problematic commit) and it has the same issue with "invalid address" so it looks like although the regression is now resolved, there is still a bug. Personally, I think its worth opening a new issue and closing this one. |
@unknownbrackets, btw - thanks should have said THANKS! |
Opening a new issue and closing this one sounds like a good plan, since there's a lot of no longer relevant info and screenshots here. Can you open a new issue with more detail on what's still wrong (and a log)? I'll close this one. -[Unknown] |
I think that I need a video to explain |
@unknownbrackets This is same error in v0.8.1-1173-ge03acc4. |
After this screen

,only show "Now loading"
git bisect result

The compare
v0.8.1-1173-ge03acc4...v0.8.1-1174-ge7c7c5b
v0.8.1-1173-ge03acc4 log (last good)
https://gist.github.com/sum2012/73d57e2502b1c0bf9c1d
v0.8.1-1174-ge7c7c5b log (first fail)
https://gist.github.com/sum2012/88076c93a0db2a56d559
PPSSPP v0.9.5-47-g52eb46c log (fail)
https://gist.github.com/sum2012/b69ebf2dbdba6b64d6c1
The text was updated successfully, but these errors were encountered: