Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. grgohr
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 48
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by grgohr

    • RE: Recalbox (x86) sur Bartop

      @hieitf76 je ne sais pas pour gamecube mais sur dreamcast j'ai un hack dans le configgen reicastGenerator.py qui permet de cumuler dpad+analogique en fonction des jeux (bartop avec Xinmo Dual)
      reicastGenerator.py:

      #controllerConfigFile = reicastControllers.generateControllerConfig(controller)
      controllerConfigFile ='/recalbox/share/system/configs/reicast/xinmo-full.cfg'
      if 'sonic' in rom.lower():
      controllerConfigFile ='/recalbox/share/system/configs/reicast/xinmo-sonic.cfg'
      if 'daytona' in rom.lower():
      controllerConfigFile ='/recalbox/share/system/configs/reicast/xinmo-sonic.cfg'

      le fichier full cumule avec la balise compat de reicast:
      [emulator]
      mapping_name = Xin-Mo Xin-Mo Dual Arcade
      btn_escape = 297

      [dreamcast]
      btn_b = 292
      btn_a = 291
      btn_x = 288
      axis_y = 1
      btn_start = 295
      btn_y = 289
      axis_x = 0

      [compat]
      btn_trigger_left = 290
      btn_trigger_right = 293
      axis_dpad1_x = 0
      axis_dpad1_y = 1

      alors que la version non full ne contient pas ces 2 lignes:
      axis_dpad1_x = 0
      axis_dpad1_y = 1

      posted in Recalbox Général
      grgohr
      grgohr
    • RE: Prise de tête avec controlleur Xin mo

      oui c'est ça
      passer le boot en écriture

      mount -o remount, rw /boot

      puis ajouter le quirk en fin d'une des lignes setenv de /boot/boot.ini par exemple ici:

      setenv console "console=ttySAC2,115200n8 consoleblank=0 vt.global_cursor_default=0 usbhid.quirks=0x16c0:0x05e1:0x040"

      sauver puis rebooter, les 2 joys seront reconnus

      posted in Manettes/GPIO/Encodeurs
      grgohr
      grgohr
    • RE: Prise de tête avec controlleur Xin mo

      Bonjour, j'ai toujours eu ce problème sur Odroid et ce malgré différents échanges sur le sujet notamment avec @Substring et l'ajout de la conf de buildroot usbhid.conf, à chaque upgrade je repasse en 1 joueur

      Obligé d'ajouter le usbquirk dans le setenv du boot.ini pour passer à 2 joueurs:

      usbhid.quirks=0x16c0:0x05e1:0x040

      posted in Manettes/GPIO/Encodeurs
      grgohr
      grgohr
    • RE: Recalbox sur mini PC (à prix abordable), la machine ultime ?

      @daviox @voljega et sans attendre le pi4 et pour un budget 2 fois moins que le kodlix que tu indiques tu as l'odroid XU4 qui fait tout tourner (sauf gamecube pas jouable) y compris du mame2016 à 100% sur bien plus de roms que le 2003 qui reste la reco d'un pi

      posted in Recalbox Général
      grgohr
      grgohr
    • RE: Amiga on xu4?

      @substring @OyyoDams don't know if useful but the libretro port of puae works pretty well on xu4
      probably not as good as the amiberry implementation from @voljega but still works. I tested the build here: https://github.com/libretro/Lakka-LibreELEC/issues/89#issuecomment-291929476

      posted in Recalbox General
      grgohr
      grgohr
    • RE: Video snap...

      @substring bravo à tous pour les derniers updates fréquents et sur ES notamment (top le caroussel)

      est-ce un copier/coller maladroit dans le MD ou on s'en approche ? 🙂

      https://gitlab.com/recalbox/recalbox-emulationstation/blob/master/THEMES.md

      ##### basic, detailed, video
      Media
      image name="md_image" - 30
      video name="md_video" - 30
      image name="md_marquee" - 35

      posted in Recalbox Général
      grgohr
      grgohr
    • RE: No more sound after installing v. 4.1 in recalbox

      @substring even after a proper menu>quit>shutdown or reboot I have the same behaviour and ES logs:

      lvl0: VolumeControl::init() - Failed to find mixer elements!
      lvl0: MUSIC Error - Unable to open SDLMixer audio: ALSA: Couldn't open audio device: Device or resource busy
      lvl2: Mix_PlayMusic: Audio device hasn't been opened
      lvl0: Error loading sound "../sounds/scroll.ogg"!
      Audio device hasn't been opened

      once I go to the menu>sound and change the device from auto>card or vice-versa (I hear a sound click), sound comes and back and ES logs shows:

      lvl2: Shutting down SDL AUDIO
      lvl0: VolumeControl::init() - Failed to find mixer elements!
      lvl2: SDL AUDIO Initialized
      lvl2: playing

      also sound comes back after going into a game and chaning nothing in ES menu:
      lvl2: Mix_PlayMusic: Audio device hasn't been opened
      lvl2: Attempting to launch game...
      lvl2: Shutting down SDL AUDIO
      going back from game
      lvl0: VolumeControl::init() - Failed to find mixer elements!
      lvl2: SDL AUDIO Initialized
      lvl2: playing

      it seems that the following step is the key to have proper init of sound in ES
      lvl2: Shutting down SDL AUDIO

      posted in MediaCenter & Dualboot
      grgohr
      grgohr
    • RE: No more sound after installing v. 4.1 in recalbox

      hello @substring maybe an old topic but there is no sound in ES since 4.1 and thought it was a temp bug but not fixed with 1802 (XU4) (sound in videointro ok, sound in game ok)

      here are the ES logs at first boot:

      lvl0: Error loading sound "../sounds/scroll.ogg"!
      Audio device hasn't been opened
      lvl2: req music [system.bgsound]
      lvl2: playing
      lvl2: Mix_PlayMusic: Audio device hasn't been opened

      Going in to the sound menu and validating a soundcard activates sound in ES (sound volume is always 0 but does not affect anything, can be ignored for XU4)

      posted in MediaCenter & Dualboot
      grgohr
      grgohr
    • RE: DREAMCAST - Problème direction Stick Arcade

      @alex2501 as tu essayé avec ou sans

      axis_dpad1_x = 0
      axis_dpad1_y = 1

      dans la partie [compat]

      en fonction des jeux il faut le mettre ou pas.

      je n'ai pas guilty mais par ex sur Daytona et Sonic il ne le faut pas pour que le stick fonctionne
      sur les autres il le faut (j'ai un hack configgen reicastGenerator.py pour charger un fichier de config different suivant le jeu, c'est crade mais nécessaire en config bartop)

      posted in Emulateurs Arcade/PC/Console
      grgohr
      grgohr
    • RE: Odroid XU4 issues with 4.1 Stable

      @grgohr said in Odroid XU4 issues with 4.1 Stable:

      I saw the following in the changelogs but I still need to force usbhid.quirks=0x16c0:0x05e1:0x040 in the boot.ini file, otherwise only player 1 is recognized for the Xinmo dual arcade

      • Add xin-mo 18pin, mayflash N64 and correction usbhid

      hello @Substring beside the xinmo dual arcade issue still being faced, it still does not work at all in Moonlight => is it possible to include the latest 2.4.3 version in the builds as it includes SDL controls instead of the 2.2.2 that is quite old now ? Might help to solve the issue ? (PPSSPP works well with it finally but no luck in Moonlight). Congrats for the stable version and good luck in managing the feedbacks !

      posted in Recalbox General
      grgohr
      grgohr
    • RE: Odroid XU4 issues with 4.1 Stable

      hello, I face the same error with Scummvm (and glitch on video fading)

      also I saw the following in the changelogs but I still need to force usbhid.quirks=0x16c0:0x05e1:0x040 in the boot.ini file, otherwise only player 1 is recognized for the Xinmo dual arcade

      • Add xin-mo 18pin, mayflash N64 and correction usbhid
      posted in Recalbox General
      grgohr
      grgohr
    • RE: Idée de jeux pour enfant

      et sinon pour commencer à cogiter sur Scummvm tous les jeux Humongous: Pouce-Pouce (putt-putt), Marine Malice (Freddi Fish), etc. (http://www.scummvm.org/compatibility/)

      très bonne introduction aux classiques Monkey Island, Day of the Tentacle qui sont un peu plus tordus

      posted in Emulateurs Arcade/PC/Console
      grgohr
      grgohr
    • RE: Intro Vidéo

      hello @rockaddicted vieux topic mais pas de video d'intro sous xu4 en 4.1, j'ai vu le comment dans s02splash mais je ne le comprends pas, c'est donc normal et pas prévu d'avoir de video sous xu4 ?

      #odroid xu4 has not omxplayer, make it run this code make it flash

      posted in Recalbox Général
      grgohr
      grgohr
    • RE: dreamcast je n arrive pas a configurer mes joysticks de ma borne d arcade

      @kazanis ça ressemble aux pb que j'ai rencontrés sur xinmo
      en fait la conf dépend des jeux, parfois il faut que le stick soit considéré comme la croix et parfois non, sinon tu ne peux plus contrôler (comme le dit subs, 1 seul stick vs 1 croix+1stick)
      par ex pour les sonic adventures il ne faut pas déclarer les dpads :

      [emulator]
      mapping_name = Xin-Mo Xin-Mo Dual Arcade
      btn_escape = 297

      [dreamcast]
      btn_b = 292
      btn_a = 291
      btn_x = 288
      axis_y = 1
      btn_start = 295
      btn_y = 289
      axis_x = 0

      [compat]
      btn_trigger_left = 290
      btn_trigger_right = 293

      mais sur tous les autres jeux (rez, crazy taxi) il faut surcharger le bloc compat avec les dpad en reprenant les axis :

      [emulator]
      mapping_name = Xin-Mo Xin-Mo Dual Arcade
      btn_escape = 297

      [dreamcast]
      btn_b = 292
      btn_a = 291
      btn_x = 288
      axis_y = 1
      btn_start = 295
      btn_y = 289
      axis_x = 0

      [compat]
      btn_trigger_left = 290
      btn_trigger_right = 293
      axis_dpad1_x = 0
      axis_dpad1_y = 1

      pas sûr que ma config corresponde à ton THT mais ça doit donner une piste

      posted in Emulateurs Arcade/PC/Console
      grgohr
      grgohr
    • RE: [4.1-Unstable] Bug reports

      @Substring this is what I thought and tried, but then no controller, it seems PPSSPPSDL 1.3 relies only on gamecontrollerdb, and does not work like 1.2.2 before
      any possibility to download an archive (like before) of recalbox to get the previous bin ?

      posted in Recalbox General
      grgohr
      grgohr
    • RE: [4.1-Unstable] Bug reports

      @Substring @peterpan123123 isn't it an issue with SDL_GameControllerDB instead ?
      I can't seem to find a proper gamecontrollerdb.txt config for the Xinmo => leftstick, leftx, lefty don't work either
      https://github.com/gabomdq/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt
      and it seems PPSSPPSDL can only work with that gamecontrollerdb file, not possible to override with classic controls.ini anymore

      posted in Recalbox General
      grgohr
      grgohr
    • RE: [4.1-Unstable] Bug reports

      @Substring ok i've been able to get the last libretro core working (from lakka xu4) so i guess it should be added back (I am not sure I understand your defconfig pr thing : should I add a line like BR2_PACKAGE_LIBRETRO_SCUMMVM=y ?)
      2 issues though:
      _ scummvm does not launch games directly, seems to be a recent scummvm bug, related to dir scan might be fixed soon

      • more critical : i cannot browse the /recalbox/xxx/ folders and add games (grayed out folders) : any idea ? i can put and browse a game folder anywhere else (with the remout -rw) but that is not the purpose. seems there is conflict with scummvm own access rights and recalbox access rights. and i can't find the relevant .ini files to force the path. any idea much appreciated (very few other posts on the same issue, grayed out folders in scummvm for sd card browsing)
      posted in Recalbox General
      grgohr
      grgohr
    • RE: [4.1-Unstable] Bug reports

      @Substring here it is:

      sdl2-jstest -l

      sh: setterm: command not found
      Found 2 joystick(s)

      Joystick Name: 'Xin-Mo Xin-Mo Dual Arcade'
      Joystick Path: '/dev/input/event0'
      Joystick GUID: 03000000c0160000e105000001010000
      Joystick Number: 0
      Number of Axes: 2
      Number of Buttons: 10
      Number of Hats: 0
      Number of B***s: 0
      GameController:
      not a gamepad
      Axis code 0: 0
      Axis code 1: 1
      Button code 0: 288
      Button code 1: 289
      Button code 2: 290
      Button code 3: 291
      Button code 4: 292
      Button code 5: 293
      Button code 6: 294
      Button code 7: 295
      Button code 8: 296
      Button code 9: 297

      Joystick Name: 'Xin-Mo Xin-Mo Dual Arcade'
      Joystick Path: '/dev/input/event1'
      Joystick GUID: 03000000c0160000e105000001010000
      Joystick Number: 1
      Number of Axes: 2
      Number of Buttons: 12
      Number of Hats: 0
      Number of B***s: 0
      GameController:
      not a gamepad
      Axis code 0: 0
      Axis code 1: 1
      Button code 0: 288
      Button code 1: 289
      Button code 2: 290
      Button code 3: 291
      Button code 4: 292
      Button code 5: 293
      Button code 6: 294
      Button code 7: 295
      Button code 8: 296
      Button code 9: 297
      Button code 10: 298
      Button code 11: 299

      posted in Recalbox General
      grgohr
      grgohr
    • RE: [4.1-Unstable] Bug reports

      @Substring after more tests i can't use the libretro core (can't crawl the folders to look for game)
      I was able to run standalone scummvm on xu4 flawlessly on my previous build but I can't remember what i did and where I got it 😢
      will search again

      posted in Recalbox General
      grgohr
      grgohr
    • RE: [4.1-Unstable] Bug reports

      seems /usr/bin/scummvm is missing, fixed by adding the libretro core

      posted in Recalbox General
      grgohr
      grgohr