-
Search Results
-
Topic: Dosbox not finding files
I have been playing with DOSbox because I want to play Bedlam. I am using the same file set up I use on my computer and the interface seems the same, but the computer works, the pi does not.
I set c to /media/usb/pc because that is where I am putting my installed games. On the pi and computer, dir gives me a folder BEDLAM. cd bedlam and the dir give me the correct folders and files. Now I try to setup, play, or run and the computer works perfectly, but the pi…
I get the setup menu, I select the option to select my audio driver, and it states it can not find the file and kicks me back to dos prompt. If I skip sound and try to play, it does the same. I try to “install to disk” and the same issue happens.
What am I missing? Works on PC, not on Pi. Any ideas?
Hi, I upgraded from 2.3 to 2.5, and my 2nd player joystick stopped working in 2 player games (e.g. outlaw, combat)
I migrated the games to the liberato emulator (previously there was only one), and the joysticks both work in other retroarch games.
Topic: Solution MAME Missing files
As this topic keeps coming up… It seems that no matter what image is used or the Pi model, people run into the issue of emulationstation showing a clrmamepro verified set, but failing to load with the missing files error.
The fix is to ensure both the es_systems.cfg file and the mame.cfg file are directed to the location of your ROM sets. If you transferred with the USB method, Pi did this correctly for you. If you did this over your network… human error could be the issue. Check the location of your ROMs. Otherwise….
es_systems.cfg can (typically) be found at
/etc/emulationstation/es_system.cfg
Look for MAME and ensure <path> leads to your ROMs (move ROMs or change path if needed)mame.cfg can (typically) be found at
/opt/retropie/emulators/mame4all/mame.cfg
Look for rompath=/home/pi/RetroPie/roms/mame and ensure this leads to your ROMs (move ROMs or change path if needed)This may seem redundant or overly simple, but if you want to know why I say this please read below. If you don’t care and want your ROMs to work, just change the ROM locations or paths and go play games. :)
From what I have found, the es_systems.cfg file tells Emulationstation where to look for the the ROM sets. This shows the ROMs in Emulationstation. THEN, Mame4AllPlus (M4AP) is executed and told to run ROM “X”. M4AP then looks at a location that is designated under the mame.cfg file for the files to run game “X”.
So when one gets the “missing file” error whens loading a ROM, they need to ensure that BOTH the es_systems.cfg file and the mame.cfg file are directing to the SAME location.
My line of logic comes from my personal installations and that every solution seems to be fixing the paths within the .cfg file(s) and/or putting the ROMs in the correct folder.
On all my Pi set ups, I run ROMs from the USB. In one installation, I had one(1) MAME ROM on both the USB and on the SD card. That one ROM ran without an issue, but every other ROM stated it was missing the required files. When I changed the path in mame.cfg, every single ROM loaded without an issue.
I then started another Pi build, and I changed the mame.cfg but forgot to change the es_systems.cfg. No ROMs showed in emulationstation. I changed the path in es_systems.cfg and every ROM showed and executed without an issue.
On my 3rd installation, I changed both paths and never had an issue loading MAME ROMs.
Example threads and solutions:
Topic: USB jostick problem
Hello,
I have a problem with all the Mario ROM snes .
Let me explain,
The game starts properly, the controller works correctly in the game menu and when I launch my game more no key answers, I can not have controlled Mario .
I have a PS3 USB jostick.
HELP ME PLEASE
Flo
For those who do not know what i am talking about here is the page about what i am talking about.
http://www.raphnet-tech.com/products/4nes4snes/
My issue is after image 2.3 where it worked exactly as it says on the page i have since upgraded to 2.4 images and now 2.5 and the problem is the same.
When i upgraded to image 2.4 retro-pie refuses to see the rest of the axises and no matter what i only have 2 axies and no matter what port i plug into which 2 of the data lines are for snes ports and the other two are for nes ports it only will see axis 0 and 1 never 2 through 8.
Also it does not plot the axises accurtely as for instance you can press left hat and all you get as response is 0+ axis.
I believe this is a bug to how it handles usb but any suggestions and help would be welcome
I swear, this MAME is going to kill me….
So again, 2.4 on my RPI B+.
I corrupted the image and started over (brown out/ black out in a snow storm), but now I can not get any joy inputs on the MAME. I start emulation, hit tab, go to overall inputs to re-map. Once I select a function to map, I press enter then press the corresponding joy pad input and it just sits there… So I press every single input and move every input (analog) and NOTHING is accepted. I hit the clone keyboard command and it accepts it. Try again to input the command for the joypad and the clone keyboard command and only get the keyboard mapped.
MAME is ignoring any input that is not from the keyboard at this point. I think I forgot something when I installed the image or I am missing something here. I went over my (very detailed) notes 3 times, but I can not see any mistakes in the setup.
Any ideas why MAME is ignoring any non-keyboard commands?
I made two autoconfigs for the retroUSB NES and SNES controller ports.
It would be nice to see these included in the project!
Hi
Using bits and pieces I found on the internet I managed to mostly get two usb controllers (USB N64 controllers) working with emulator station and retroarch.
Although I have programmed both the same, I am having one issue where only in one joystick the down buttonbutton seems to triggers two events- a down and a “fire”- whereas on the other the down, only does down, and the fire is the down button on the C buttons.
All other mappings works fine.
I’d appreciate any assistance in debugging etc.
I’m having an issue with two retrolink usb controllers (USB N64 controllers) in mame
http://www.amazon.co.uk/Retro-Bit-N64-8 … =Retro-Bit
Everything on the two usb controllers working with emulator station and retroarch EXCEPT for the analogue joystick.
In mame, I have the opposite problem, I can get everything working EXCEPT for the d-pad controls – i.e. analogue and other buttons work fine.
HELP!!!!
Topic: Setting up Sixaxis Failure
Raspberry Pi B+
RetroPie 2.5.0I’m trying to set up sixaxis so I can use my PS3 controller, following this guide…
https://github.com/petrockblog/RetroPie … controller
And this is what happens.
pi@retropie:/home/pi# gcc -o sixpair sixpair.c -lusb
cc1: error: /usr/local/include/arm-linux-gnueabihf: Not a directory
cc1: warning: /usr/local/include: not a directory [enabled by default]
pi@retropie:/home/pi#So, I’ve looked, and they are definitely not directories, seems as though if it pointed to /usr/include/arm-linux-gnueabihf it would be happy, because that is where everything lies…. I’m stuck here… I’ve reinstalled gcc, brain fart…