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

Weird problem with the "Create game config" button #8020

Closed
vsub opened this issue Oct 3, 2015 · 6 comments · Fixed by #8900
Closed

Weird problem with the "Create game config" button #8020

vsub opened this issue Oct 3, 2015 · 6 comments · Fixed by #8900

Comments

@vsub
Copy link

vsub commented Oct 3, 2015

It's not really a big deal because it appear on your second attempt.
This is what I do:
1.Download the latest beta and run any game
2.Exit the game and right click on it.

The weird thing is that on certain games,the button always appear when you start ppsspp and directly right click on a game,but on some games,you have to right click=>go back=>right click again to make the button to appear(it will always appear from then on on every game that needed doing this twice until you restart ppsspp)

It seems this problem happens on it the Recent tab or maybe if you have less games on it(it doesn't happen if you directly go to the games list(don't have anything in recent)or you go from recent to all games and go back to recent.

@hrydgard
Copy link
Owner

hrydgard commented Oct 3, 2015

Hm, that one seems hard to repro, I failed. Found and fixed another couple of menu bugs when doing so though :)

682472c
8ab0a3c

Do you think you could a bit more to find a solid repro?

@vsub
Copy link
Author

vsub commented Oct 3, 2015

Try this then(it seems 100% reproducible)

1.Start the latest beta without any settings
2.Run the cube.iso(I dropped the file)
3.Emulation=>Stop=>right click on the cube.iso icon and you will see that the button is missing and that it will appear if you exit that screen and enter again

It will also not appear if you do all that,then start ppsspp and directly right click on on the icon

@hrydgard
Copy link
Owner

hrydgard commented Oct 3, 2015

Thanks, I got it. Now to investigate...

@unknownbrackets
Copy link
Collaborator

Does that mean this is false?

if (info && !info->id.empty())

-[Unknown]

hrydgard added a commit that referenced this issue Oct 3, 2015
@hrydgard
Copy link
Owner

hrydgard commented Oct 3, 2015

Exactly, was reading data too soon, before the GetInfo background thread actually filled out the information - in case the case we hadn't read it before, which can be either the slashes the wrong way around (as mentioned on irc) or game not visible in gamelist or whatever. Now we wait first to be safe, but we should fix the slash problem as well.

@vsub
Copy link
Author

vsub commented Oct 3, 2015

Fixed,thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants