libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.33k stars 1.84k forks source link

Overall Improvements #3763

Closed lasers closed 6 months ago

lasers commented 8 years ago

───── CODE OMITTED ───── ───── CODE OMITTED ─────

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38233157-overall-improvements?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F296058&utm_medium=issues&utm_source=github).
RobLoach commented 8 years ago

Testing out the bugs you posted...

Possible bug: When clicking Start Remote RetroPad for first time and clicking Guide/PS button, it will take you to Shaders under Quick Menu. This always do this on first RetroArch launch. Try pressing Guide/PS button again in many different menu places and it'll back out in same place (perfect). Is the inital Start Remote RetroPad --> RetroPad Controller --> Shaders a bug?

Confirmed... First menu item after opening the menu is Shaders.

Possible Oh C'mon bug: Clicking Start Remote RetroPad will enable Quick Menu.

Unconfirmed... Does not happen for me on master.

Possible Oh C'mon bug: After enabling Start Remote RetroPad, go to Quick Menu and Take Screenshot. It will create a file -161009-015824.png -- Use RetroArch-161009-015824.png in the future? Or disable Quick Menu somehow?

Confirmed... Also noticed that if the Screenshot Directory is set to "Content Dir", the screenshot saving fails.

When taking a screenshot, print the file path of the newly created screenshot too in the notification to make it more meaningful than a vague 100%: Taking screenshot..

Works as designed... This is actually because the task is in progress of saving the file. Goes from 0% to 100%, 100% is all you see likely because it saves so fast.

lasers commented 8 years ago
RetroArch [INFO] :: Cheat: #1 [ON]: Infinite Lives
terminate called after throwing an instance of
nall::vector<CheatList>::exception_out_of_bounds'
[1]    30468 abort (core dumped)  retroarch --appendconfig= \
$HOME/.config/retroarch/config/RetroArch-local.cfg`
andres-asm commented 8 years ago
lasers commented 8 years ago

For me the no-intro set works, it scans fine, I have a set from 2015 though.

Got them from 2016-01-03 Fixed. What should I do? Go with older version? It does not pick up one thing from Goodsets (NES, SGEN) either. I'll try community/retroarch next. EDIT: IT WORKS. Scanning is borked in aur/retroarch-git.

WORKAROUND: USE MAME/FB ALPHA CORE AND TRY AGAIN.

Folder: Disucssion Log What's the difference between Network Gamepad and User _ Remote Enable? > Why would icon shadows apply to notification text? The notification text is already applied with something by default... I mentioned that as a suggestion because "same same but different but still same" with menu by default. From what I see, `Icon Shadows` applies to text too. I mentioned other thing too and that was to to introduce a new option for `Onscreen Display` to turn off shadows. > People asked for less stuff on the window title, we did that, now people want more.... I dislike having too much info on the titlebar so I'd vote no. I vote yes. :-) We have different setups and different preferences. Some people like to watch movies/TV shows in fullscreen. Some prefers windowed. With windowed, you can pause things easily, manage windows at your own time, come back later to pick up where you left off. It helps me remember what I was doing here with Retro when I came back to something paused. I then can recall I was playing that game few hours ago before I had to leave for errands or such. It's same as glancing at titles of opened browser tabs when you got on a computer after a long good nap. - Toggleable options for title? What if somebody does not want to see `Frames: 6912`? `RetroArch` (could be ideal default) `RetroArch Nestopia v1.48-WIP` (could be ideal default) `RetroArch Nestopia v1.48-WIP || Frames: 24320` (current default) `RetroArch Nestopia v1.48-WIP || Legend of Zelda, The (USA) || Frames: 24320` (full) `RetroArch Nestopia v1.48-WIP || Legend of Zelda, The (USA)` (what I wanted) `RetroArch || Legend of Zelda, The (USA)` (what the others may want) Also, video players in windowed mode often display nothing more than a content's filename as title... `movieName-year.mkv` or `I_Love_Lucy_S06E27.mkv` along with their name (mpv, vlc, Media Player Classic, etc). You also can see progress bar/slider, ability to glance at OS system clock, etc (but that's not for titlebar anyway).
RobLoach commented 8 years ago

Retro can't find my zipped No-Intro roms

Looks like all .zip files didn't work. Maybe because your build wasn't compiled with zlib?

lasers commented 8 years ago

FIXED. WORKAROUND BELOW. I'm using this https://aur.archlinux.org/packages/retroarch-git/ The PKGBUILD depends on zlib which is already installed because many other packages requires it too. And this command too.

lasers@z420 ~ $ retroarch --features | grep -A1 zlib
  zlib:
                .zip extraction support: yes

retroarch is the only package changing when switching between community/retroarch and aur/retroarch-git. I confirmed it again with a different game system romset that the git version does not work for me right now.

WORKAROUND: USE MAME/FB ALPHA CORE AND TRY AGAIN.

lasers commented 8 years ago
lasers commented 8 years ago
andres-asm commented 8 years ago

Could you try being less cryptic and more descriptive of the actual bug?

On Tue, Nov 1, 2016, 12:57 PM lasers notifications@github.com wrote:

Burying a possible regression bug in this thread hoping nobody will notice a thing. Due to new changes in menu input, change a number in Settings --> Input --> Max Users to something else and enjoy your new speed. The workaround is to start RetroArch again with the new setting already applied.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/libretro/RetroArch/issues/3763#issuecomment-257641097, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0IBTuXhiI36TL7GkG2YABbu-_T8jks5q5310gaJpZM4KR78a .

lasers commented 8 years ago

No. Maybe. I'll try... The bug is vague. Enjoy your new speed. How you move through a menu, I think, will be decided on a number of Max Users. If you pick 2, you'll move maybe 2 times. If you pick 5, you will move maybe 5 times.

If you try a high number, it seems broken because it's not able to scrollstep ___ times in that limited menu so it just stay still... until you enter number 1 for Max Users then you can move again.

ghost commented 8 years ago

@lasers What happens if you turn off the "All Users Control Menu" option? Perhaps you have a buggy gamepad setup where it is duplicating your button presses across multiple gamepads (virtual or not).

lasers commented 8 years ago

All Users Control Menu is on for the lines above.

I used the keyboard to navigate in RetroArch. I have two controllers (Xbox360 and PS3) laying around on the desk... and both are always plugged in. With All Users Control Menu off, I do not have this issue anymore. This is with RetroArch 8d8d91e

I'm also playing a bit with the new keyboard keys. Spacebar is the new Default / Start key so I was wondering if I used spacebar in the past to accidentally reset settings... and to ponder if it might fare better with a smaller key "s" (right next to left Shift as Select). That's when I ran into this bug.

RobLoach commented 6 months ago

I think we can close this now? There were a few All Users Control Menu bugs that had been fixed since.