|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Launching Games via Dynamic Menu in SageMC
Hi, I'm having issues using Nielm's dynamic menu as included in SageMC. I'm trying to use it to launch a game, configured to sleep Sage before launch and restore Sage after exit. It successfully goes to sleep, launches the game - and then the game immediately exits and Sage awakes from sleep. It's as if "Alt+F4" gets sent very rapidly after launch.
Anyone experienced anything similar? I have done a search, but didn't bring anything up.
__________________
Server: Sage 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, Terratec Cinergy 2400i, Technotrend S2-3200 Client: Sage Client 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, GeForce 6150, ForceWare 93.71, nForce 8.26, PureVideo 1.02-223, SageMC 6.3.2c |
#2
|
|||
|
|||
Just a brief bump...
__________________
Server: Sage 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, Terratec Cinergy 2400i, Technotrend S2-3200 Client: Sage Client 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, GeForce 6150, ForceWare 93.71, nForce 8.26, PureVideo 1.02-223, SageMC 6.3.2c |
#3
|
|||
|
|||
Mahoney,
You need to state what game you are trying to launch and maybe even copy and paste on here the menuitem. I run all my emulator games with Dynamic menus and have no problems.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#4
|
|||
|
|||
I've tried to launch two - X-Wing 95, which I expected to be hard as it's an ancient game, and EA Sports Rugb 06 which is rather more modern.
XML looks like this: Code:
<actionMenuItem title="Rugby 06"> <actionList> <sageCommand command="Power Off"/> <extCommand arguments="" command="C:\Program Files\Games\EA SPORTS Rugby 06\Rugby06.exe" waitforexit="1" window="normal"/> <sageCommand command="Power On"/> </actionList> </actionMenuItem> Thanks for any help.
__________________
Server: Sage 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, Terratec Cinergy 2400i, Technotrend S2-3200 Client: Sage Client 6.1.9, Java 1.6.0_01, AthlonXP 3000+, 512MB RAM, GeForce 6150, ForceWare 93.71, nForce 8.26, PureVideo 1.02-223, SageMC 6.3.2c |
#5
|
|||
|
|||
That looks like it should work. I use the exact command to run Tiger woods 06. I use overlay and no 3d in Sage.... Maybe you can try that. I also have Sage set to No Screensaver on sleep.
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://www.sage-community.org/~nielm/nielm_modules/dynamic_menu/sagemenu_1_3.dtd"> <sageMenu version="1.4"> <actionMenuItem title="Tiger Woods"> <actionList> <sageCommand command="Power Off"/> <extCommand arguments="" command="C:\Program Files\EA SPORTS\Tiger Woods PGA TOUR 06\bin\TW2006.exe" waitforexit="1" window="normal"/> <sageCommand command="Power On"/> </actionList> </actionMenuItem> </sageMenu>
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 05-30-2007 at 05:34 PM. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Video Editing for Sage | BobPhoenix | SageTV Customizations | 279 | 03-07-2013 01:35 PM |
STV: SageMC 16x9 Version 6.x (latest dev build) | dflachbart | SageMC Custom Interface | 6112 | 04-04-2008 11:16 PM |
Problem with Dynamic Menu in SageMC | nox71 | SageMC Custom Interface | 10 | 04-30-2007 04:14 PM |
STV Import: Menu Shortcut Bars | BobPhoenix | SageTV Customizations | 9 | 09-05-2006 04:46 PM |
STV: SageMC 16x9 11/26/2005 Sage 4.x Version 5_10 | mlbdude | SageMC Custom Interface | 2160 | 09-01-2006 03:36 PM |