• Help pls.. in menu MAME2010 pi3

    6
    0 Votes
    6 Posts
    1k Views
    mituM

    @teaw I don't have a keyboard to test, but do you have a specific reason for using Mame2010 instead of Mame2003 or AdvMame ?

  • Can't find Daphne in RetroPie Setup on Debian (i5 amd64)

    3
    0 Votes
    3 Posts
    923 Views
    johne79J

    @herb_fargus said in Can't find Daphne in RetroPie Setup on Debian (i5 amd64):

    @johne79 the Daphne build is specific to the pi I believe, though you can probably compile it manually for the PC build.

    Managed to get it compiled on Debian x64, basically you have to get it from here and run the instructions: https://github.com/DavidGriffith/daphne

    Haven't actually tested it out yet though on Dragon's Lair.

  • MSX Laserdisc - Retropie

    8
    0 Votes
    8 Posts
    2k Views
    H

    @vikingrock hey I just got these games to play in PC. One click setup. I have all the media for 15 games or so but only 4 games. The file I had was messed up and out of 15 games only 2 work. Just set everything up on my pi as far as wheel and videos. Not sure about my config for openmsx. It loads but kicks out. Have any luck? Thanks

  • 0 Votes
    2 Posts
    740 Views
    InsecureSpikeI

    nevermind.... ive done it

  • Watchdog???

    6
    0 Votes
    6 Posts
    3k Views
    E

    @jonnykesh Ok thanks for the info!

  • Only black screen instead of video screensaver

    16
    0 Votes
    16 Posts
    3k Views
    pjftP

    @analoghero Not at all, please. :) that has indeed been requested quite a few times, and now that the image screensaver does exactly that - albeit with images - it could be a potential change to how it works.

    Maybe it gets picked it up some day.

    Glad you're sorted!

  • Need help configuring xboxdrv with xboxdrv + sorr + sixaxis

    1
    0 Votes
    1 Posts
    643 Views
    No one has replied
  • How to start or Activate Xroar on Rpi2 SD card image

    5
    0 Votes
    5 Posts
    2k Views
    S

    @rbaker You legend! I had the ROM but hadn't renamed it d32.rom. It now works fine. Dragon heaven here I come!

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Change saves location

    2
    1 Votes
    2 Posts
    1k Views
    T

    Ok according to a post I've found, apparently I need to put both in /opt/retropie/configs/all/retroarch.cfg and /opt/retropie/configs/snes/retroarch.cfg

    but I still have the problem. Do I really need to add it inside each retroarch.cfg emulator ?

  • Ansible on Retropie/Raspbian

    2
    0 Votes
    2 Posts
    734 Views
    OurFriendIronyO

    Figured I'd share the error I was getting. Firstly, you need to be using Python 3+ for the version of ansible.

    sudo pip install ansible

    Downloading/unpacking ansible Downloading ansible-2.4.1.0.tar.gz (6.7MB): 6.7MB downloaded Running setup.py (path:/tmp/pip-build-f2xlqxxd/ansible/setup.py) egg_info for package ansible no previously-included directories found matching 'ticket_stubs' no previously-included directories found matching 'hacking' Requirement already satisfied (use --upgrade to upgrade): jinja2 in /usr/local/lib/python3.4/dist-packages (from ansible) Requirement already satisfied (use --upgrade to upgrade): PyYAML in /usr/local/lib/python3.4/dist-packages (from ansible) Requirement already satisfied (use --upgrade to upgrade): paramiko in /usr/local/lib/python3.4/dist-packages (from ansible) Requirement already satisfied (use --upgrade to upgrade): cryptography in /usr/local/lib/python3.4/dist-packages (from ansible) Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python3.4/dist-packages (from ansible) Requirement already satisfied (use --upgrade to upgrade): idna>=2.1 in /usr/local/lib/python3.4/dist-packages (from cryptography->ansible) Requirement already satisfied (use --upgrade to upgrade): asn1crypto>=0.21.0 in /usr/local/lib/python3.4/dist-packages (from cryptography->ansible) Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/local/lib/python3.4/dist-packages (from cryptography->ansible) Installing collected packages: ansible Running setup.py install for ansible changing mode of build/scripts-3.4/ansible from 644 to 755 changing mode of build/scripts-3.4/ansible-playbook from 644 to 755 changing mode of build/scripts-3.4/ansible-pull from 644 to 755 changing mode of build/scripts-3.4/ansible-doc from 644 to 755 changing mode of build/scripts-3.4/ansible-galaxy from 644 to 755 changing mode of build/scripts-3.4/ansible-console from 644 to 755 changing mode of build/scripts-3.4/ansible-connection from 644 to 755 changing mode of build/scripts-3.4/ansible-vault from 644 to 755 no previously-included directories found matching 'ticket_stubs' no previously-included directories found matching 'hacking' changing mode of /usr/local/bin/ansible to 755 changing mode of /usr/local/bin/ansible-doc to 755 changing mode of /usr/local/bin/ansible-galaxy to 755 changing mode of /usr/local/bin/ansible-connection to 755 changing mode of /usr/local/bin/ansible-console to 755 changing mode of /usr/local/bin/ansible-inventory to 755 changing mode of /usr/local/bin/ansible-vault to 755 changing mode of /usr/local/bin/ansible-playbook to 755 changing mode of /usr/local/bin/ansible-config to 755 changing mode of /usr/local/bin/ansible-pull to 755 Could not find .egg-info directory in install record for ansible Successfully installed ansible Cleaning up...

    Looks good so far, but...

    ansible --version

    ERROR! Unexpected Exception, this is probably a bug: unsupported operand type(s) for %: 'bytes' and 'bytes' the full traceback was: Traceback (most recent call last): File "/usr/local/bin/ansible", line 85, in <module> mycli = getattr(__import__("ansible.cli.%s" % sub, fromlist=[myclass]), myclass) File "/usr/local/lib/python3.4/dist-packages/ansible/cli/__init__.py", line 38, in <module> from ansible.inventory.manager import InventoryManager File "/usr/local/lib/python3.4/dist-packages/ansible/inventory/manager.py", line 44, in <module> IGNORED_EXTS = [b'%s$' % to_bytes(re.escape(x)) for x in C.INVENTORY_IGNORE_EXTS] File "/usr/local/lib/python3.4/dist-packages/ansible/inventory/manager.py", line 44, in <listcomp> IGNORED_EXTS = [b'%s$' % to_bytes(re.escape(x)) for x in C.INVENTORY_IGNORE_EXTS] TypeError: unsupported operand type(s) for %: 'bytes' and 'bytes'
  • Menu help

    2
    0 Votes
    2 Posts
    416 Views
    jonnykeshJ

    You have changed to KIOSK mode. Enter the Konami code to revert.

    ↑ ↑ ↓ ↓ ← → ← → B A
  • Playstation (PSX) Memory Cards

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Hole saws for aluminum control panel

    11
    0 Votes
    11 Posts
    4k Views
    A

    I know this is an old post but just in case anyone still needs holesaw recommendations, Toolstation does a great range: https://www.toolstation.com/shop/Power+Tool+Accessories/d80/Holesaws/sd1530

  • Help with bluetooth controller wont work in games

    5
    0 Votes
    5 Posts
    2k Views
    T

    Another thing to make sure of is that the controller firmware is up to date.

    http://support.8bitdo.com/

    8bitdo has gone through many iterations of their controller software. I didn't use the 8bitdo hack but was able to connect the controller normally to a Pi Zero W using normal Bluetooth methods.

  • Viaboot power supply

    3
    0 Votes
    3 Posts
    806 Views
    herb_fargusH

    @dankcushions I've personally never had any issues with canakit chargers but I also don't overclock

  • Kodi 17.3 Freezing on Retropie 4.3

    3
    0 Votes
    3 Posts
    1k Views
    pjftP

    @exonerated I have that the majority of the times I have my PS3 controller plugged in via USB. It stays stuck in a never ending black screen restart loop - both at startup and on exit.

    If it's the same thing, I find that unplugging it usually helps.

  • Adding Videos outside of scrape

    14
    0 Votes
    14 Posts
    3k Views
    pjftP

    @necrym hi.

    First of all, take no offense here. If you indeed developed something and wanted to share, thank you for the effort and contributing!

    Don't take offense if someone doesn't want to download a pre-compiled binary without source code from such a source. It may be with your best intention but in this day and age better safe than sorry, really.

    As @herb_fargus and others said, there are other ways to share software that people are more comfortable with. Just that.

    As for the ROMs and such, while the idea and argument sound reasonable at first, truth is they run inside an emulator, which in turn are for the most part open source. As such, unless there's a clear backdoor in each of those, ready to be exploited, for the most part running those ROMs will not result in any harm. Worst case scenario the emulator will crash.

    Now if you'd be taking about running a pre-compiled emulator from one such website, the same concerns would apply.

    Hope that helps.

  • Kodi randomly skips video

    8
    0 Votes
    8 Posts
    2k Views
    P

    I'm wondering if I might have better luck with v16 of Kodi. Is there a way to downgrade?

  • 0 Votes
    4 Posts
    5k Views
    T

    Thanks for the great suggestion, I wasn't aware it was on top of Raspbian Lite. Now that I know that, it doesn't make sense for me to have two versions of Raspbian!
    Cheers for the speedy responses.

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.