RetroArch icon indicating copy to clipboard operation
RetroArch copied to clipboard

Selection box is not in the right place when opening menu in games

Open polypedates opened this issue 8 months ago • 5 comments

First and foremost consider this:

  • Only RetroArch bugs should be filed here. Not core bugs or game bugs
  • This is not a forum or a help section, this is strictly developer oriented

Description

When opening the menu in games, selection box may not be in the right place. The selection box is rotated 90 degrees relative to the menu list. (I encountered that when I started a vertical scale game after started a lateral scale game)

Expected behavior

无标题

Actual behavior

无标题2 无标题3

Version/Commit

  • RetroArch: [v1.16.0.3]

Environment information

  • OS: [Win11 23h2]

polypedates avatar Dec 17 '23 17:12 polypedates

Unable to replicate. Please post a debug level log of it happening.

sonninnos avatar Feb 03 '24 02:02 sonninnos

Unable to replicate. Please post a debug level log of it happening.

retroarch__2024_02_08__23_28_42.log Here's the log about this. (Playing ketsui)

polypedates avatar Feb 08 '24 15:02 polypedates

I'm guessing D3D12 is the culprit then. D3D11 is the better and more robust option all around, and there is no benefit in using D3D12 in RA anyway.

Including video driver details and other non-default settings in the issue from the start is always best.

Also running the current latest version is the way to go.

sonninnos avatar Feb 08 '24 17:02 sonninnos

I think this was something barbu ran into when he was setting up the core rotation callback stuff.

hizzlekizzle avatar Feb 08 '24 18:02 hizzlekizzle

I'm guessing D3D12 is the culprit then. D3D11 is the better and more robust option all around, and there is no benefit in using D3D12 in RA anyway.

Including video driver details and other non-default settings in the issue from the start is always best.

Also running the current latest version is the way to go.

Thx, I switch it to D3D11 and haven't seen the bug anymore.

polypedates avatar Feb 17 '24 11:02 polypedates