-
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
Code Geass Hangyaku no Lelouch Lost Colors Chinese translate blackscreen on startup #8384
Comments
Are there any sceIo errors logged now? Perhaps we could JpcspTrace those functions to see if something different is happening. -[Unknown] |
I saw this,then get the Invalid address
|
What does it allocate before that? We could log the allocation calls. -[Unknown] |
debuglog here |
Hmm. Here it looks like the timing of When root first exists and creates the main_thread:
After that, root frees itself as it should:
And then "simple" is created:
Next we have user_main get created:
And then user_main frees simple:
And then it fails to allocate:
Notice that 014f9000 fails because only 014f4000 is available. It's actually missing 0x5000. If simple had not been using the top slot, user_main would go there instead. And then there would be more than enough space (0x40000 more.) But, maybe that's actually right, and it's trying to do something else. There's a bunch of kernel syscalls earlier that aren't really supported, and they could even be doing things to fix this situation. -[Unknown] |
After #12986 , the game should improve, |
I test v1.9.3-981-g288fe3ade which merged #12986 |
PSP1000 and PSP2000 both blackscreen since unknownbrackets@d273dee in #8296
Since #7952 only PSP2000 works fine
The text was updated successfully, but these errors were encountered: