ARpiCADE 3.82 Release!

Latest on ARpiCADE new releases, release notes, and history of previous versions.

Moderator: dee2eR

dee2eR
Inventor
Inventor
Posts: 2116
Joined: Tue Aug 22, 2017 2:07 pm

Re: ARpiCADE 3.82 Release!

Post by dee2eR » Fri Apr 20, 2018 1:12 pm

default run.sh file contents:
<start of file (this line isn't in the file)>
#! /bin/bash

# Setup dispmanx for clean AdvMAME & Daphne video output this version of SDL is modified to output for
# correct scanline output at 240p
export SDL_DISPMANX_IGNORE_RATIO=1
clear

# Now loading message
/boot/nowloadn.sh

# Start hotkeys
hotkeys start

# If you want to auto load a game put it here
#/boot/launchers/mame192.sh snowbros >/dev/null 2>&1

## Scan arcade games for Attract-Mode list
# NOTE: noPornRoms is the same as sortRoms with an extra no porn games array, only use sortRoms OR noPornRoms, NOT BOTH.
#bash /home/pi/.attract/sortRoms.sh
bash /home/pi/.attract/noPornRoms.sh

## Scan console games for Attract-Mode list
bash /home/pi/.attract/sortRomsConsoles.sh

## Combine gamelists into all games list for Attract-Mode
bash /boot/launchers/servMenu.sh carccons

# Bugfix for SDL2.0 keyboard input to terminal bug for a cleaner Attract-Mode
stty -echo

# Launch Attact-Mode (games)
attract >/dev/null 2>&1

# Launch Attact-Mode (service menu)
attract -c /home/pi/.attractsm/ >/dev/null 2>&1

# Restore terminal keyboard output for a usable terminal
stty sane

## AdvanceMenu frontend
# If you want to use AdvanceMenu disable all romscanning scripts as they are not used by AdvanceMenu
# Launch advmenu
#/home/pi/.advance/advmenu >/dev/null 2>&1
<end of file (this line isn't in the file)>

Not sure what would cause the file to go blank. What program are you using to edit files on your PC? Do you safely remove/eject/unmount the sd card before removing it? Have you accidentally filled the /boot partition of the card? Trying to fit more than a partition can fit can cause some odd things to happen with SD cards.

User avatar
FrizzleFried
Legendary Contributor
Legendary Contributor
Posts: 522
Joined: Sat Nov 25, 2017 5:35 pm
Location: Idaho
Contact:

Re: ARpiCADE 3.82 Release!

Post by FrizzleFried » Fri Apr 20, 2018 1:33 pm

I have had (on multiple occasions) every one of my DISPLAYS just disappear.... but never RUN.SH.

The display issues has happened so many times I lost count (none with 3.82 thus far though (knock on wood))...
Visit my arcade blog ... www.idahogaragecade.com (Updated: 10/28/21)

User avatar
cool_factor
Legendary Contributor
Legendary Contributor
Posts: 409
Joined: Tue Sep 26, 2017 10:55 am
Location: Fort Worth TX

Re: ARpiCADE 3.82 Release!

Post by cool_factor » Fri Apr 20, 2018 1:39 pm

dee2eR wrote:
Fri Apr 20, 2018 1:12 pm
Not sure what would cause the file to go blank. What program are you using to edit files on your PC? Do you safely remove/eject/unmount the sd card before removing it? Have you accidentally filled the /boot partition of the card? Trying to fit more than a partition can fit can cause some odd things to happen with SD cards.

64GB SD card, the contents havent grown much at all (HSS SD card). I bought the exact same one for a spare so I can keep 3.72 intact. I used Ubuntu to hash out, just opened file,edited,saved. Done it multiple times with no issues. Always eject before removing. I will have to verify my video snaps arent too large but I dont think Ive gotten close to filling that SD card. THANKS for the info to cut/paste. Not at machine so have to try later...

mR_CaESaR
Super Contributor
Super Contributor
Posts: 90
Joined: Thu Feb 15, 2018 11:59 pm
Location: Sydney, Australia

Re: ARpiCADE 3.82 Release!

Post by mR_CaESaR » Sun Apr 22, 2018 6:52 am

dee2eR wrote:
Fri Apr 20, 2018 5:34 am
Are you using the parent roms or clones? It occured that maybe I'm not testing the right versions to reproduce the issue. I only tested parent roms.
Yeah just parent roms on everything for me.

I try and keep the roms directory as clean as possible.

Has the way emulators launch changed dramatically since 3.811?

jmac
Community Member
Community Member
Posts: 20
Joined: Tue Apr 17, 2018 1:12 pm

Re: ARpiCADE 3.82 Release!

Post by jmac » Sun Apr 22, 2018 3:07 pm

Just a followup FYI to an earlier post i made. As an FYI, the Ultimark Opti-pac does work plug and play on 3.82. I am using with Ultimarc spinners. Can anyone shed some light on where i need to poke/tweak to make fine adjustments to speed/sensitivity, etc., for using optical devices in 3.82? Is this done in the emulator config/settings or elsewhere?

mR_CaESaR
Super Contributor
Super Contributor
Posts: 90
Joined: Thu Feb 15, 2018 11:59 pm
Location: Sydney, Australia

Re: ARpiCADE 3.82 Release!

Post by mR_CaESaR » Sun Apr 22, 2018 8:27 pm

Sorry I can't help, I'm not familiar with a track ball on any configuration.. Pc or jamma

dee2eR
Inventor
Inventor
Posts: 2116
Joined: Tue Aug 22, 2017 2:07 pm

Re: ARpiCADE 3.82 Release!

Post by dee2eR » Mon Apr 23, 2018 1:46 am

jmac wrote:
Sun Apr 22, 2018 3:07 pm
Just a followup FYI to an earlier post i made. As an FYI, the Ultimark Opti-pac does work plug and play on 3.82. I am using with Ultimarc spinners. Can anyone shed some light on where i need to poke/tweak to make fine adjustments to speed/sensitivity, etc., for using optical devices in 3.82? Is this done in the emulator config/settings or elsewhere?
The sensitivity should be adjustable in the MAME menu that comes up with start1+joy1right or keyboard 'tab' during gameplay. I'm not at my test setup right now but I think it's found under analog controls.

jmac
Community Member
Community Member
Posts: 20
Joined: Tue Apr 17, 2018 1:12 pm

Re: ARpiCADE 3.82 Release!

Post by jmac » Mon Apr 23, 2018 1:25 pm

Ah yes, that seems to do the trick. I have will have to poke around a bit as both player 1 and player 2 spinners seems to be active at times when it is two player (cocktail mode). Though i am slowly getting it figured out.

User avatar
cool_factor
Legendary Contributor
Legendary Contributor
Posts: 409
Joined: Tue Sep 26, 2017 10:55 am
Location: Fort Worth TX

Sound/Video issues

Post by cool_factor » Wed May 02, 2018 1:26 pm

Sound and video issues in FBA and 078. Original SD card bought from HSS. No sound or video issues with games on 3.72. Updated to 3.82 and just transferred everything to ROM folders they use to be in. Now popping sounds/warble and missing some in game sounds. Video issue is screen size has changed for games as well, not correct aspect ratio anymore. Already did what Frizzlefried suggested with AUDIO SYNC, no change. Even tried fresh build (my grandson got into menus some how so I thought corruption), same issues. Pop in 3.72 card and all is well, Pop in 3.82 and these issues. Do I need to move all the ROMS to a different ROM folder now? If so, which one? Can list games that are in those folders later as Im not at machine.

dee2eR
Inventor
Inventor
Posts: 2116
Joined: Tue Aug 22, 2017 2:07 pm

Re: ARpiCADE 3.82 Release!

Post by dee2eR » Wed May 02, 2018 11:43 pm

What games are you having issue with, there's a buch of different resolutions in use so it will be easier for me to track down the problem with more info.

The roms folders for these emulators have not changed, FBA has been updated which may or may not be something to do with the issue.

I will look into it, thaks for the feedback.

Post Reply