Author Topic: Lost ability to hold next game button  (Read 2949 times)

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Lost ability to hold next game button
« on: December 29, 2018, 04:28:55 PM »
Default behavior is to hold next or previous game button and it will keep cycling through games. I am on mac os x running precompiled attract 2.5.1. Now all of a sudden, holding the next or previous game key only moves the index 1 game. This action is regardless of what theme I use. I have had attract crash twice in the last two days. Restart attract would result in a black screen and only the debug plugin showing. Deleting attract.am corrected the issue. Also regained the holding key ability. Then it happened again. Didn’t regain ability this time. Not sure if the two are related. Ideas? I tried to see if there was a config gui option and couldn’t find anything.

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: Lost ability to hold next game button
« Reply #1 on: December 29, 2018, 05:01:56 PM »
Compiled latest from source and replaced app package, same issue. Perhaps its a config file issue?

rand0m

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
Re: Lost ability to hold next game button
« Reply #2 on: December 29, 2018, 06:08:32 PM »
Seems like a config issue, if controller/ key mapping is OK then "selection_max_step & selection_speed_ms" in attrcat.cfg is worth a closer look.

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: Lost ability to hold next game button
« Reply #3 on: December 29, 2018, 06:45:09 PM »
Seems like a config issue, if controller/ key mapping is OK then "selection_max_step & selection_speed_ms" in attrcat.cfg is worth a closer look.

Interesting. Both were set to defaults in source (128/40). I tried changing them to zero, launching attract, then changing them back to default. No change.

https://github.com/mickelson/attract/blob/78a22e01d85032f810974921ad98686fbe9de53f/src/fe_settings.cpp#L280

Code: [Select]
# Generated by Attract-Mode v2.5.1
#
display Arcade
layout               Attrac-Man
romlist              mame
in_cycle             yes
in_menu              yes
global_filter
rule                 Tags contains nofiller2p
rule                 Category not_contains Majong
rule                 Category not_contains Quiz
rule                 Category not_contains Tabletop
filter               All
filter               Driving
rule                 Category contains Driving
filter               Fighter
rule                 Category contains Fighter
filter               Favorites
rule                 Favourite equals 1
filter               Maze
rule                 Category contains Maze
filter               Platform
rule                 Category contains Platform
filter               Puzzle
rule                 Category contains Puzzle
filter               Shooter
rule                 Category contains Shooter
filter               Sports
rule                 Category contains Sports
filter               Year
sort_by              Year

display Neo-Geo MVS
layout               mvscomplete
romlist              mame
in_cycle             yes
in_menu              yes
global_filter
rule                 Tags contains neogeo
rule                 Category not_contains Majong
rule                 Category not_contains Quiz
rule                 Category not_contains Tabletop
filter               All
filter               Driving
rule                 Category contains Driving
filter               Fighter
rule                 Category contains Fighter
filter               Favorites
rule                 Favourite equals 1
filter               Maze
rule                 Category contains Maze
filter               Platform
rule                 Category contains Platform
filter               Puzzle
rule                 Category contains Puzzle
filter               Shooter
rule                 Category contains Shooter
filter               Sports
rule                 Category contains Sports
filter               Year
sort_by              Year

display VS UniSystem
layout               Arcadeflow_31
romlist              mame
in_cycle             yes
in_menu              yes
global_filter
rule                 Tags contains vsnes
rule                 Category not_contains Majong
rule                 Category not_contains Quiz
rule                 Category not_contains Tabletop
filter               All
filter               Driving
rule                 Category contains Driving
filter               Fighter
rule                 Category contains Fighter
filter               Favorites
rule                 Favourite equals 1
filter               Maze
rule                 Category contains Maze
filter               Platform
rule                 Category contains Platform
filter               Puzzle
rule                 Category contains Puzzle
filter               Shooter
rule                 Category contains Shooter
filter               Sports
rule                 Category contains Sports
filter               Year
sort_by              Year

sound
sound_volume         0
ambient_volume       0
movie_volume         0

input_map
custom1              R
custom2              F
select               Return
select               LControl
back                 Escape
down                 Down
up                   Up
configure            Tab
add_favourite        LAlt
next_filter          Space
next_display         LShift
intro                Num5
left                 Left
right                Right
default             back exit
default             up prev_game
default             down next_game
default             left prev_game
default             right next_game

general
language             en
exit_command         exit_command
exit_message         TURN ARCADE MACHINE OFF?
default_font         Arial
font_path            /Library/Fonts/;$HOME/Library/Fonts/
screen_saver_timeout 600
displays_menu_exit   no
hide_brackets        yes
startup_mode         default
confirm_favourites   yes
confirm_exit         yes
mouse_threshold      10
joystick_threshold   75
window_mode          default
filter_wrap_mode     default
track_usage          yes
multiple_monitors    no
smooth_images        yes
selection_max_step   128
selection_speed_ms   40
move_mouse_on_launch no
scrape_snaps         yes
scrape_marquees      yes
scrape_flyers        yes
scrape_wheels        yes
scrape_fanart        no
scrape_videos        no
scrape_overview      yes
video_decoder        software
menu_prompt          Displays Menu
menu_layout          menu_layout

saver_config
param                basic_movie Yes
param                blank_start_cmd
param                blank_stop_cmd
param                blank_time 120
param                image_collage Yes
param                movie_collage Yes
param                overlay_art wheel
param                preserve_ar No
param                rgb_movie Yes
param                sound Yes

layout_config mvscomplete
param                artworkShade 40
param                crtShader Crt Lottes
param                enableBloom Yes
param                marqueeOpacity 75

intro_config
param                detect_aspect Yes
param                layout_rotation none
param                play_intro Yes
param                video_16x9 /Users/keiljr/.attract/layouts/mvscomplete/intro/song_16x9.mp4
param                video_3x4 intro_3x4.mp4
param                video_4x3 intro_4x3.mp4
param                video_9x16 intro_9x16.mp4
param                video_default intro.mp4

plugin Debug
enabled              yes
param                fpsCounterColor White
param                fpsCounterHeight 20
param                fpsCounterPosition BR
param                fpsKey Custom2
param                reloadKey Custom1

plugin FadeToGame
enabled              yes
param                fromGameRunTime 500
param                toGameRunTime 500

plugin Sequencer
enabled              yes
param                delayTime 10


keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: Lost ability to hold next game button
« Reply #4 on: December 30, 2018, 02:59:47 PM »
Removed attract.cfg yield no change. Hmm...

rand0m

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
Re: Lost ability to hold next game button
« Reply #5 on: December 30, 2018, 06:22:00 PM »
Removed attract.cfg yield no change. Hmm...

That's strange, removing attract.cfg should return everything, including controller mapping to default. attract.am AFAIK only stores layout positioning data. This might be a bug in latest release for Mac.