• Screenscraper.fr Down?

    Moved
    9
    0 Votes
    9 Posts
    2k Views
    DTEAMD

    TODAY Update from ScreenScraper.fr

    RedblueflameAujourd’hui à 12:41
    Hi everyone !
    After a pretty long downtime (we're sorry about that), the screenscraper servers are finally back on ! To prevent our servers to melt down due to the massive influx of requests, they are running with a limited number of concurrent requests, so you may experience latency problems as the queue grows up.
    We wanted to thank everyone with your kind messages sent on our discord server, and happy scrapping !
    The screenscraper team

    RedblueflameAujourd’hui à 15:53
    Hi everyone !
    Until tomorrow, the access to the website will be cut off. Until then, the website won't be available, but the api will. Your scraps should still be working.

  • Can't start VICE (c64) menu from within game

    2
    0 Votes
    2 Posts
    410 Views
    mituM

    @DSilsbury said in Can't start VICE (c64) menu from within game:

    Built From: an image from arcade punks.

    We don't support 3rd party images - especially the ones loaded with ROMs. Use the image from retropie.org.uk/download and we can offer support.

  • Configure controller by system

    7
    0 Votes
    7 Posts
    847 Views
    mituM

    @jasonmadeapie How do you change the controls ? When you open the controls menu (for P1), you have on the left the button on your RetroPad (your controller) and on the right the emulated buttons. Use Left/Right to change the values on the right, cycling between the possible buttons that the system accepts. Go back in game and test the buttons, then once you're set, just save a Core or Content Remap from the Controls menu.

  • Can Playstation move be used on retropie

    6
    0 Votes
    6 Posts
    1k Views
    mituM

    @punkindoctor Looks like they're described in https://github.com/thp/psmoveapi/blob/master/docs/build.rst. I haven't installed them, since I don't have a device.

  • 0 Votes
    3 Posts
    641 Views
    A

    @smartazz104 Thank you! A lot of the dates for games that I've scraped state the 1st of January because I think the exact date is unknown. I shall have a go at adjusting the theme.

  • Weird playstation 1 Menu issue

    6
    0 Votes
    6 Posts
    575 Views
    F

    @mitu quick update, did what you suggested and games list is running fine. Thanks for the heads up.

  • 0 Votes
    3 Posts
    2k Views
    D

    @mitu i remember adjusting that to see what it does. now i know! looks like i had set it to 0. reset it to 100 and looks like the issues are fixed. think i was over looking this as it was one of the menu options that was opaque when selected, making it hard to read.

    thanks for the help!

  • 0 Votes
    8 Posts
    1k Views
    P

    This topic is a bit old, but I had a similar issue and found the root issue so it may help you or others in the future.
    https://retropie.org.uk/forum/topic/28291/right-analog-one-direction-is-ignored/2

    Long story short, maybe EmulationStation gamepad mapping configurator 'dead-zone' is too big for your gamepad.

  • Right analog one direction is ignored

    2
    0 Votes
    2 Posts
    557 Views
    P

    Ok I finally found where this issue was coming from. And it has nothing to do with other controllers afterall.

    See the plastic case around the right joystick is not completely flat. Such that the 'Up' direction does not go exactly as far as the other directions in fact.

    The axis values setup with uinput were : 0 to 40.
    The real ADC values read were :

    left-right axis : Between 4(left) and 37 (right) Up-Down axis : Between 6(up) and 38 (down)

    So the up direction was 6 units from the minimum value, while the others were only 4 units or less from min/max values. And it seems that was the issue here. This 6 must have been considered inside the 'Dead-zone' of the joystick for the EmulationStation mapping configurator.

    After modifying the python script such that the axis setup was between 0 and 36, and reducing the read values of ADC by 4, I now have :

    The axis values setup with uinput were : 0 to 36.
    The real ADC values read :

    left-right axis : Between 0(left) and 34 (right) Up-Down axis : Between 1(up) and 35 (down)

    And now it's registering correctly.

    Though I think this issue is probably the same for the other topics/gamepads that I found on reddit/this forum. It's probably the joystick "dead-zone" which is too big in the emulationstation mapping configurator for those specific gamepads.

  • Scraping Troubles

    6
    0 Votes
    6 Posts
    983 Views
    mituM

    @kay-Row Create an account - where ?

  • [Solved] Installing doom mods/TCs?

    5
    0 Votes
    5 Posts
    823 Views
    Z

    @mitu Sorry, but it seems that I can only edit my posts during a limited time. After some time has passed, the edit option dissappears.

    I don't know if it is because I'm a new user or if it is the same for everyone.

  • 0 Votes
    1 Posts
    600 Views
    No one has replied
  • 0 Votes
    9 Posts
    915 Views
    TangoT

    Everything seems okay now. I had a Linux system I needed to set up. (Others were in use and I couldn't easily use them for this.) I got it up, added GPartEd (which, interestingly, did not include GPart as a dependency) and read the card from there. GPartEd could not find anything wrong with the partitions on the card, but after I used it to read and very, the card worked when I put it in the Pi!

    I didn't write anything to this device, in Mac or Linux, so my guess is that GPart or GPartEd did something while just reading. Maybe it had trouble with a few bytes or when it wrote a date, it updated something else. I don't know, but just reading it and having GPart look at it was enough that the card started working when I tested it.

    It's worth noting that when I booted it with my Pi, the system did have issues with partitions and scanned them, but found no errors.

    I'll be taking it down and testing it in the arcade setup this evening.

  • 0 Votes
    11 Posts
    1k Views
    E

    Solved?

    The problem was that the pi4 has 2 "connected" outputs (given by xrandrs output), this means that the MODE_CUR array is increased by one (HDMI-1 HDMI-2), and MODE_CUR[5] becomes aspect ratio instead of being the refresh rate, my solution basically looks for /primary/ instead of /connected/... but no clue if that will mess things up for others.

    runcommand.sh
    runcommand.sh.diff

  • MicroSD Sizes - what's needed?

    12
    0 Votes
    12 Posts
    4k Views
    mituM

    A 32Gb card would be more than enough for RetroPie + OS, if you intend to keep your games/ROMs (plus scraped artwork) on an external USB disc.

  • help changing emulationstation with my custom build

    4
    0 Votes
    4 Posts
    271 Views
    mituM

    @rostomzer It should work, but if you're updating RetroPie, it will get overwritten and you'll get back the previous version.

  • 0 Votes
    1 Posts
    330 Views
    No one has replied
  • Issues installing Quake

    20
    0 Votes
    20 Posts
    2k Views
    Z

    Sorry, I got distracted installing Doom and Quake 2.

    After downloading a new set of ogg files, I've got the music working. It seem that my files were corrupted.

    Now, the only question is how to use mods in lr-tyrquake...

  • Amiberry not autobooting lha files

    21
    0 Votes
    21 Posts
    4k Views
    mituM

    @tomassi said in Amiberry not autobooting lha files:

    In the summer I bought a 'retro-frenzy' game console which is essentially a raspberry pi with thousands of games on it.

    We don't support 3rd party images, especially the ones sold with ROMs and Retropie. Use the image from retropie.org.uk/forum and if you still have an issue, then open a separate topic and post the details of your system - as detailed in https://retropie.org.uk/forum/topic/3/read-this-first.

  • CEC power button kills Kodi instead shutting down

    2
    0 Votes
    2 Posts
    593 Views
    RascasR

    @ramco That's weird, I never saw a TV/Remote who shuts down Kodi or the Raspberry, the power button is never assigned to o CEC button, it should only turn off the TV.
    Probably it is your TV brand, never heard about that one. Each TV brand as it's own CEC implementation and name, yours might be one of the weakest.
    You said you are running Kodi 18.2, Kodi is currently in version 18.8, update it and check, although I doubt it will fix your problem.

Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.