Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pghretroguy

Pages: [1] 2
1
I did the fix to the .sh file. Still didn't fix the issue. I do have sound. Very odd. Any ideas? Thanks!

2
General / Re: attract.cfg, last display crashing Attract Mode
« on: April 07, 2017, 04:45:00 AM »
Amazing. Thank you. I stop the attract service. Renamed that .am file and rebooted. All is well. In fact, the file never rebuilt itself. I'm on the current rev, so maybe its not needed anymore!!!!

3
General / Re: attract.cfg, last display crashing Attract Mode
« on: April 06, 2017, 05:37:21 PM »
Sorry, no. Whatever is the 8th display down crashes. Crazy!!!!

4
General / attract.cfg, last display crashing Attract Mode
« on: April 06, 2017, 05:31:29 PM »
Very odd. And I have swapped displays. What ever display is listed last in attract.cfg crashes attract mode with a segmentation fault. Any ideas? Thanks!!!

5
Themes / Re: Hyperspin themes
« on: March 31, 2017, 06:10:26 AM »
Thanks. I figured the IO for those big video files were a bit much for the Pi right now. Thanks for the amazing reply.

6
Themes / Hyperspin themes
« on: March 30, 2017, 05:55:28 AM »
So I'm using the newest version of of AM and Retropi. Newest HW version of the Pi as well. Anyone having issues with the Hyperspin themes running VERY slow? They seem to take forever to load. And run crazy slow. I've tried both version of the video decoder as well. Thanks

7
General / Re: AM upgrades
« on: January 08, 2017, 05:02:47 PM »
Thanks!!!!

8
General / Re: Daphne, no video
« on: January 08, 2017, 04:58:52 PM »
Thanks. I upgraded the AM packages and all is well.

9
General / Re: AM upgrades
« on: January 08, 2017, 09:52:50 AM »
Does this sound right:

cd
mkdir develop 
cd develop 
git clone --depth 1 https://github.com/mickelson/attract attract 
cd attract 
make USE_GLES=1 
sudo make install 

10
General / AM upgrades
« on: January 08, 2017, 09:36:42 AM »
Can someone tell me the easiest & best  way to upgrade all the AM packages? Thanks!!!

11
General / Re: Daphne, no video
« on: January 07, 2017, 01:36:24 PM »
OK, I renamed the .dat file for space ace. I ran the game again and it recreated the file. Still freezes. But maybe it is reparsing int he background. I'm going to let it site.... Wait... nope. same nonsense. The screen froze and it dong the same thing. Very odd.....

12
General / Re: Daphne, no video
« on: January 06, 2017, 10:55:15 AM »
Yup. A Pi 3. The game is running fine, but no video. Very odd. And the video runs in ES with no issue.

13
General / Daphne, no video
« on: January 06, 2017, 10:23:52 AM »
Hi folks. So I am using AM and Daphne. in ES, it works fine. When I run Space Ace or Dragon's Lair inside AM, the screen freezes and the game boots in the background. I can even use the pad and add credits and exit the game. When I exit the game, AM acts normal after that. Just no video. Very odd!!!

14
General / Re: Deleting roms
« on: December 29, 2016, 03:57:01 PM »
ocal options = ["Yes", "No"];
local command = fe.overlay.list_dialog( options, "Delete Rom File [" + fe.game_info(Info.Title) + "]");
if ( command != 0 ) return;

if ( OS == "Windows" )
{
fe.plugin_command( "cmd", "/c del \"" + </home/pi/RetroPie/roms/mame-libretro/> + fe.game_info(Info.Name) + ".zip\"");
}
else
{
// Use similar approach to above...
}


Having issues. Please help. I have tried every combination in the rom path with and without <> and the / at the end.

15
General / Re: Default Wheel art
« on: December 29, 2016, 02:10:03 PM »
Thanks!!!

Pages: [1] 2