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

Utawareru Mono chinese patched version bluescreen since #8296 #13859

Open
sum2012 opened this issue Jan 3, 2021 · 6 comments
Open

Utawareru Mono chinese patched version bluescreen since #8296 #13859

sum2012 opened this issue Jan 3, 2021 · 6 comments
Labels
Kernel mode Affects code bypassing user-mode restrictions (e.g. not commercial games.) Patched-game Occurs only on patched or modified version of a game.
Milestone

Comments

@sum2012
Copy link
Collaborator

sum2012 commented Jan 3, 2021

Since
unknownbrackets@d273dee in #8296

Link #8384 same issue

v1.10.3-1459-g678d881a1-windows-amd64 log:
https://gist.github.com/sum2012/d151eee2724088d89bdc1a48aeed5b5c

@sum2012 sum2012 added the Patched-game Occurs only on patched or modified version of a game. label Jan 3, 2021
@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 3, 2021

Now #8384 have fixed, not sure this one still have problem

@sum2012 sum2012 added the Kernel mode Affects code bypassing user-mode restrictions (e.g. not commercial games.) label Jan 3, 2021
@unknownbrackets
Copy link
Collaborator

Does its PARAM.SFO have anything funny in it? Maybe there's another MEMSIZE syntax or something...

You could use the plugins hack to see if the font is still wrong in the same way as before. See #13335. Basically you'd do:

PSP/PLUGINS/UtawareruMonoCN/plugin.ini

[options]
version = 1
memory = 64

[games]
ULJM05458 = true

Not a fix, but this can just confirm that nothing else has broken it since then.

-[Unknown]

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 3, 2021

I don't know how to see PARAM.SFO so that I give you in private in https://forums.ppsspp.org

Do you mean create in memstick\PSP\PLUGINS\UtawareruMonoCN/plugin.ini ?
if yes,still fail

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 3, 2021

1

@sum2012
Copy link
Collaborator Author

sum2012 commented Jan 3, 2021

I write programly in Core\PSPloaders.cpp
Memory::g_MemorySize = Memory::RAM_DOUBLE_SIZE;
It fix the issue

@hrydgard
Copy link
Owner

hrydgard commented Jan 3, 2021

Well, I'd say it works around the issue rather than fixes it, because this patch should not need double size ram to function.. So something else is wrong.

@hrydgard hrydgard added this to the v1.12.0 milestone Jan 3, 2021
@hrydgard hrydgard modified the milestones: v1.12.0, Future-Prio Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kernel mode Affects code bypassing user-mode restrictions (e.g. not commercial games.) Patched-game Occurs only on patched or modified version of a game.
Projects
None yet
Development

No branches or pull requests

3 participants