-
-
Notifications
You must be signed in to change notification settings - Fork 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
Regression: Uncharted 1 #4420
Comments
Oh Good i have signaled this tonight so i am not alone |
The error comes from this line in overlays.h (395) |
@JohnHolmesII Did you try disabling the native UI? |
Well of course it works fine, I know what the problem is. I just have no idea how to fix it. I'll come up with something. |
So the problem seems to be this line: title was already set to "Create New", but then its gets overwritten here. printing picon->title shows 0 in the log, though that could be a an endianess bit of joy. Then again, maybe not. Printing title after that line returns 2^32 exactly. Any ideas? |
If pcon->title is null (could be), then adding a check for just that should do the trick?
|
I could. I just don't really understand what the code is doing, i.e. what is title supposed to be? Is icon the actual icon that gets displayed in the save dialog? Is picon->title supposed to be the name of the resource? @kd-11 can you shed any light on this, since I believe you wrote it? |
The title for creating a new save. "New saved data" in this image
Yes, variable |
Well actually for previously made saves the title shows up in the box as the name of the game. I think it looks good without it. I'll open a pr for more feedback. |
Thanks. neko recently updated the code recently to use custom "new save" image and text which is why the regression only appeared recently. Should be fixed now. |
After pr #4377 trying to start a new game causes the following:
F {PPU[0x1000022] Thread (Save/Load Game Thread) [0x00180ee8]} MEM: Access violation reading location 0x0
Loading a save doesn't seem to trigger any problems. It's only new game.
The text was updated successfully, but these errors were encountered: