Discussions
Activity
Sign In
mholgatem
Activity
Discussions
26
Comments
1391
beta 8 web frontend
I think that you should be able to just run the update
Comment by
mholgatem
March 2015
permalink
Errors and MAME files
Here it is: http://pimame.org/forum/discussion/1625/mame4all-binariescode-has-moved#Item_5
Comment by
mholgatem
March 2015
permalink
Errors and MAME files
no need to uninstall, since the files moved, the installer didn't grab anything. I'm looking for the post right now that has the fix
Comment by
mholgatem
March 2015
permalink
Errors and MAME files
ah, then you need to run the installer. (check the forums though, the install files recently moved and our current built-in installer doesn't work right now)
Comment by
mholgatem
March 2015
permalink
Errors and MAME files
no there isn't a mame folder, it's the mame file. you are running the mame file with the -verifyroms flag, which means rather than running the main program, it just runs a check on the rom that you specify
Comment by
mholgatem
March 2015
permalink
beta 8 web frontend
That installer doesn't work for the new beta 8 (this was supposed to be a smooth rollout, then they sprung rpi2 with the new kernel on us). For right now, you should use this installer. wget pimame.org/update_beta.sh bash update_beta.sh That sh…
Comment by
mholgatem
March 2015
permalink
Romset v0.106
Sorry, no asking for roms on the forums.
Comment by
mholgatem
March 2015
permalink
Errors and MAME files
in command line, you can try this: /home/pi/pimame/emulators/mame4all-pi/mame -verifyroms 1943 you can replace '1943' with the name of whatever rom you want to check, just leave off the extension. You can also do something like this: /ho…
Comment by
mholgatem
March 2015
permalink
remove/add emulators to/from PiPlay
we are currently working on getting a bunch of bugs worked out that were introduced with the new kernel, then we will be focusing on upgrading and adding new emulators.
Comment by
mholgatem
March 2015
permalink
Games on flash drive
yup, no problem! Took me a while to figure that out as well!
Comment by
mholgatem
March 2015
permalink
Games on flash drive
just so you know, you can wrap your text in the following html tags: open - > close ->
Comment by
mholgatem
March 2015
permalink
Games on flash drive
Thanks @krayzielilsmoki - glad you got it working!
Comment by
mholgatem
March 2015
permalink
beta 8 web frontend
@fattyphunt - make sure that the web-front-end is running by typingsudo python /home/pi/pimame/pimame-web-frontend/app.py & You seem to be having a lot of problems getting things running. Can you give us a rundown of what version pi and your in…
Comment by
mholgatem
March 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
well. one problem down... 99 left to go :D
Comment by
mholgatem
March 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
@spd118 - are you using the xbox control driver? because what you posted, I don't think will do anything. the down, left, and right are mapped to arrow keys. but A, B, and select aren't mapped to any real sdl value. If you want to test, y…
Comment by
mholgatem
March 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
ARG! ok, I'm going to have to look into it some more. It runs through fine on my machine, so I think that there may be problems communicating with the new Kernel. @spd118 - the controller config is set to look at the button-up event, so pressi…
Comment by
mholgatem
March 2015
permalink
PS3 Controller not working within PiPlay - Is working in OS ok
@tyrelever - what method did you use to connect your ps3 controller? I'll give it a shot and see what I can come up with.
Comment by
mholgatem
March 2015
permalink
Games on flash drive
yes, you would keep them on the flash drive as well
Comment by
mholgatem
March 2015
permalink
Games on flash drive
it should beln -s /media/NASDRIVE/roms roms
Comment by
mholgatem
March 2015
permalink
Where has config.yaml gone?
yes, piplay is now database driven. If you access the web frontend, you can now edit config.db from there. Otherwise you will need an sql viewer that can handle sqlite format databases. The new location is /home/pi/pimame/pimame-menu/database/config…
Comment by
mholgatem
March 2015
permalink
Games on flash drive
you can call the mount point anything that you want. I called mine usb-drive. you are probably getting an error because it looks like I have an extra space in there between the '-' and the 'r'. It should just be:cd ~/pimame rm …
Comment by
mholgatem
March 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
my bad. by doing it that way, it just saved the html page as pmcontrollerconfig.py. You need to go here then right click and click either 'save page as...' (firefox) or 'save as...' (chrome), then make sure that you save it as p…
Comment by
mholgatem
March 2015
permalink
Controller Help
@TheStrayMongrel, I use htop to view processes in command line. sudo apt-get install htop then just type 'htop' to run it. It gives tons of good info. Ok, so here is a confusing bit of info, that took me a while to figure out on my own. G…
Comment by
mholgatem
March 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
You guys can try an update that I just posted to my repo. Right click on pmcontrollerconfig.py and then click 'Save link as...'. Then you need to copy it to your pi -> /home/pi/pimame/pimame-menu/pmmenu/
Comment by
mholgatem
March 2015
permalink
Games on flash drive
the easiest way is to create a symbolic link (symlink). It's basically like a shortcut. So you would do cd ~/pimame rm - r roms ln -s /path/to/flash-drive roms but first, I would make your system auto-mount your usb stick. it makes things way…
Comment by
mholgatem
March 2015
permalink
Controller Help
When you get the output 'Nothing to be done for all', that means that there have been no changes made to the target file and everything is already up to date. Have you made sure that the program is running? it is a modified version of retr…
Comment by
mholgatem
February 2015
permalink
Share your Build Pics
very nice! I like it a lot! It looks almost professionally done!
Comment by
mholgatem
February 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
The way that we have the controller config set up, it should only ever register 'hard' joystick movement and also only register buttons when they have been released to avoid false positives. so I'm really at a loss as to what is happe…
Comment by
mholgatem
February 2015
permalink
pimame menu will not launch on boot
I've heard that you can possibly burn out a diode on your pi if it draws too much power (I've never done it myself, but I've only ever tested with an active converter).
Comment by
mholgatem
February 2015
permalink
Controller setup menu not working in 0.8.0 Beta 8
hmm... I have it working fine with a 3rd party wired xbox controller, keyboard, and gpio buttons. Can you have it run through the genesis config and then either post it or email it to me? the output file is saved in /home/pi/.dgen/dgenrc
Comment by
mholgatem
February 2015
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
mholgatem
Joined
January 2014
Visits
505
Last Active
October 2016
Roles
Member, Administrator, Moderator
Recommended Accessories
Kodak Essential KP1000 USB Power Pack
HDMI 3-In 1-Out HDMI Auto Switch with 1.5 ft. Cable
Logitech Keyboard Controller for Logitech Revue and Google TV
FAVI Entertainment Wireless Keyboard (Built-in TouchPad/Laser Pointer) - Black
DVI Gear HDMI Cable 2M 6 feet
SanDisk Ultra SDHC Class 6 Flash Memory Card
Powered by Vanilla