Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - postalp123

Pages: [1]
1
General / Re: Mouse/Trackball cursor/issues when launching from AM
« on: August 16, 2021, 03:20:23 PM »
Here is the es_systems.cfg

<system>
    <name>arcade</name>
    <fullname>Arcade</fullname>
    <path>/home/pi/RetroPie/roms/arcade</path>
    <extension>.7z .cue .fba .iso .zip .7Z .CUE .FBA .ISO .ZIP</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ arcade %ROM%</command>
    <platform>arcade</platform>
    <theme>arcade</theme>
  </system>


Here is the attract.cfg

# Generated by Attract-Mode v2.6.1
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ arcade "[romfilename]"
rompath              /home/pi/RetroPie/roms/arcade
romext               .fba;.zip;.FBA;.ZIP
system               Arcade
info_source          thegamesdb.net
artwork    boxart          /home/pi/RetroPie/roms/arcade/boxart
artwork    cartart         /home/pi/RetroPie/roms/arcade/cartart
artwork    flyer           /home/pi/RetroPie/roms/arcade/flyer
artwork    marquee         /home/pi/RetroPie/roms/arcade/marquee
artwork    snap            /home/pi/RetroPie/roms/arcade/snap
artwork    wheel           /home/pi/RetroPie/roms/arcade/wheel

2
General / Re: Mouse/Trackball cursor/issues when launching from AM
« on: August 16, 2021, 08:36:01 AM »
I'll take a look and update you hermine, thanks again!

3
General / Re: Mouse/Trackball cursor/issues when launching from AM
« on: August 11, 2021, 06:29:09 PM »
Unfortunately Non-Blocking-Mode-Wait 1-5 and/or Res-Fix did not correct the situation.

Thanks for your response

4
General / Mouse/Trackball cursor/issues when launching from AM
« on: July 09, 2021, 01:28:26 PM »
Running 2.6.1 on a Pi4.

I noticed whenever I play any MAME core that there is a black "X" cursor that the trackball moves about the screen instead of being recognized by MAME. Note that this does not happen when I launch from Emulation Station, only Attract Mode.

Relevant cfg info:

general
   language             en
   exit_command         
   exit_message         
   default_font         FreeSans
   font_path            /usr/share/fonts/;$HOME/.fonts/
   screen_saver_timeout 600
   displays_menu_exit   no
   hide_brackets        no
   startup_mode         displays_menu
   confirm_favourites   yes
   confirm_exit         yes
   mouse_threshold      10
   joystick_threshold   75
   window_mode          fullscreen
   filter_wrap_mode     default
   track_usage          no
   multiple_monitors    no
   smooth_images        yes
   selection_max_step   128
   selection_speed_ms   40
   move_mouse_on_launch yes
   scrape_snaps         yes
   scrape_marquees      yes
   scrape_flyers        yes
   scrape_wheels        yes
   scrape_fanart        no
   scrape_videos        no
   scrape_overview      yes
   thegamesdb_key       
   power_saving         no
   video_decoder        software
   menu_prompt          Displays Menu
   menu_layout          cosmo-mainmenu
   image_cache_mbytes   100


Anyone got any ideas?

5
General / Redream launches into black screen
« on: September 09, 2020, 06:46:44 AM »
Hey guys, got a question.

I've been using the Wolfanoz 256 Supreme Pro image on the Pi4 4GB, Dreamcast (redream) launches fine from Emulation Station. Swapped to Attract Mode (2.6.1) and everything works great except for Dreamcast (redream). When I run Dreamcast from Attractmode I get a black screen with a small "X" in the middle and no sound, controls don't respond but I can SSH into the Pi.

Here's the Emulationstation's config (which works):
<system>
    <name>dreamcast</name>
    <fullname>Dreamcast</fullname>
    <path>/home/pi/RetroPie/roms/dreamcast</path>
    <extension>.cdi .chd .gdi .sh .zip .CDI .CHD .GDI .SH .ZIP</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ dreamcast %ROM%</command>
    <platform>dreamcast</platform>
    <theme>dreamcast</theme>
  </system>

And here's Attractmode's config (which does not work):
# Generated by Attract-Mode v2.6.1
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ dreamcast "[romfilename]"
rompath              /home/pi/RetroPie/roms/dreamcast
romext               .cdi;.gdi;.CDI;.GDI;.chd;.CHD
system               Sega Dreamcast

Any input would be appreciated. Thx!

Pages: [1]