• 1
  • 323
  • 324
  • 325(current)
  • 326
  • 327
  • 453
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC
(2013-05-05, 12:42)Angelscry Wrote:
(2013-05-05, 10:27)firewasborn Wrote:
(2013-05-04, 19:59)Angelscry Wrote: Seems that from Advanced Launcher, RetroArch is not using its defualt configuration file. To solve this add a cd command just before starting retroarch to indicate the RetroArch directory as working directory. Something like this :

Code:
pssuspend XBMC.exe
cd "C:\Program Files\RetroArch"
"C:\Program Files\RetroArch\retroarch.exe" -f -D -L libretro-git-snes9x-next-x86.dll %1
pssuspend -r XBMC.exe

Adding cd to the .bat file fixed the problem, thank you! I now went into another issue though, when starting retroarch with launcher, there is no sound. I tried the exact same config with another pc and xbmc and it worked just fine, and sound is also working when opening a rom with only retroarch. Any idea on this?
What is the config difference between both PC?


The only difference is that one of them is x86 and the other x64. Laptop on x86 is configured the same way as the stationary with x64 but with different paths and locations ofcourse. Both on Win7. But except from that, nothing special to either of them. So the laptop on x86 got fully working sound when running retroarch with launcher and the stationary gets no sound when running the same .bat (other paths).

The question is, I don't know if it's something on reatroarchs end or on xbmc? All I can say is that it's fully working on my laptop and not the stationary pc.
(2013-05-05, 14:35)firewasborn Wrote:
(2013-05-05, 12:42)Angelscry Wrote:
(2013-05-05, 10:27)firewasborn Wrote: Adding cd to the .bat file fixed the problem, thank you! I now went into another issue though, when starting retroarch with launcher, there is no sound. I tried the exact same config with another pc and xbmc and it worked just fine, and sound is also working when opening a rom with only retroarch. Any idea on this?
What is the config difference between both PC?


The only difference is that one of them is x86 and the other x64. Laptop on x86 is configured the same way as the stationary with x64 but with different paths and locations ofcourse. Both on Win7. But except from that, nothing special to either of them. So the laptop on x86 got fully working sound when running retroarch with launcher and the stationary gets no sound when running the same .bat (other paths).

The question is, I don't know if it's something on reatroarchs end or on xbmc? All I can say is that it's fully working on my laptop and not the stationary pc.
Could be related to this :
Quote:pssuspend XBMC.exe
cd "C:\Program Files\RetroArch"
"C:\Program Files\RetroArch\retroarch.exe" -f -D -L libretro-git-snes9x-next-x86.dll %1
pssuspend -r XBMC.exe
You will found a x86_x64 version here : http://themaister.net/retroarch-dl/
All paths and versions are already changed as stated to this.

Code:
pssuspend XBMC.exe
cd "C:\Program Files (x86)\RetroArch"
"C:\Program Files (x86)\RetroArch\retroarch.exe" -f -D -L libretro-git-snes9x-next-x86_64.dll %1
pssuspend -r XBMC.exe

I'm not that slow Tongue
angels, have how run no$gba or No$zoomer (DS emulator) in advanced launcherHuh i only find Desmume support in Gwenael wiki page
(2013-05-06, 01:20)sagaopc Wrote: angels, have how run no$gba or No$zoomer (DS emulator) in advanced launcherHuh i only find Desmume support in Gwenael wiki page
I don't know... Official no$gba is not clear concerning the existance of a command line support of not. Maybe you can try something like this :

Application : C:\Emulators\No$gba\no$zoomer.exe
Argument : "%rom%"
Extension : gba|zip

and see what happen... Undecided
(2013-05-06, 01:50)Angelscry Wrote:
(2013-05-06, 01:20)sagaopc Wrote: angels, have how run no$gba or No$zoomer (DS emulator) in advanced launcherHuh i only find Desmume support in Gwenael wiki page
I don't know... Official no$gba is not clear concerning the existance of a command line support of not. Maybe you can try something like this :

Application : C:\Emulators\No$gba\no$zoomer.exe
Argument : "%rom%"
Extension : gba|zip

and see what happen... Undecided

unfortunately that won't work.
here's something that will:
put it in the same dir as no$zoomer.exe/no$gba

nds.exe
(2013-05-06, 01:50)Angelscry Wrote:
(2013-05-06, 01:20)sagaopc Wrote: angels, have how run no$gba or No$zoomer (DS emulator) in advanced launcherHuh i only find Desmume support in Gwenael wiki page
I don't know... Official no$gba is not clear concerning the existance of a command line support of not. Maybe you can try something like this :

Application : C:\Emulators\No$gba\no$zoomer.exe
Argument : "%rom%"
Extension : gba|zip

and see what happen... Undecided

It's Work very well to me!!!! but Windows 8+ XBMC + No$Zoomer = incompatible!

U run the rom... ok, the game is fine, but in few minutes, the game going slow, and more slow, and more....

it's not happening in Windows 7!

I have a problem again with autoit! this scripts in gwenael never Works to me....

if anyone want to try:

my dir emulator:
D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64

exe name:
DeSmuME_x64.exe

DeSmuME windows name:
DeSmuME 0.9.10 svn4634 x64-JIT


Original Script used:

Code:
#include <Misc.au3> (WTF is this??????)
Opt("WinTextMatchMode", 3)
$path = "C:\Program Files (x86)\DeSmuMe_r3971_x86\"
$app = "DeSmuME_VS2008.exe"
$windows = "DeSmuME 0.9.7 svn3971 x86"

If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

plz help me!
Maybe you find solution and nate will correct this.
(2013-05-06, 05:15)sagaopc Wrote:
(2013-05-06, 01:50)Angelscry Wrote:
(2013-05-06, 01:20)sagaopc Wrote: angels, have how run no$gba or No$zoomer (DS emulator) in advanced launcherHuh i only find Desmume support in Gwenael wiki page
I don't know... Official no$gba is not clear concerning the existance of a command line support of not. Maybe you can try something like this :

Application : C:\Emulators\No$gba\no$zoomer.exe
Argument : "%rom%"
Extension : gba|zip

and see what happen... Undecided

It's Work very well to me!!!! but Windows 8+ XBMC + No$Zoomer = incompatible!

U run the rom... ok, the game is fine, but in few minutes, the game going slow, and more slow, and more....

it's not happening in Windows 7!

I have a problem again with autoit! this scripts in gwenael never Works to me....

if anyone want to try:

my dir emulator:
D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64

exe name:
DeSmuME_x64.exe

DeSmuME windows name:
DeSmuME 0.9.10 svn4634 x64-JIT


Original Script used:

Code:
#include <Misc.au3> (WTF is this??????)
Opt("WinTextMatchMode", 3)
$path = "C:\Program Files (x86)\DeSmuMe_r3971_x86\"
$app = "DeSmuME_VS2008.exe"
$windows = "DeSmuME 0.9.7 svn3971 x86"

If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

plz help me!
Ok... so script will be like this :

Code:
#include <Misc.au3>
Opt("WinTextMatchMode", 3)
$path = "D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64\"
$app = "DeSmuME_x64.exe"
$windows = "DeSmuME 0.9.10 svn4634 x64-JIT"

[code]If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

The #include <Misc.au3> line is to allow to use the Opt("WinTextMatchMode", 3) function that permit to detect windows by their exact title. Now... always the same question. What exactly is not working? You are not able to power on your XBMC system? Wink
(2013-05-05, 15:24)firewasborn Wrote: All paths and versions are already changed as stated to this.

Code:
pssuspend XBMC.exe
cd "C:\Program Files (x86)\RetroArch"
"C:\Program Files (x86)\RetroArch\retroarch.exe" -f -D -L libretro-git-snes9x-next-x86_64.dll %1
pssuspend -r XBMC.exe

I'm not that slow Tongue

Am I forgetting something in the code? Maybe it would work better with Autoit?
(2013-05-06, 15:33)firewasborn Wrote:
(2013-05-05, 15:24)firewasborn Wrote: All paths and versions are already changed as stated to this.

Code:
pssuspend XBMC.exe
cd "C:\Program Files (x86)\RetroArch"
"C:\Program Files (x86)\RetroArch\retroarch.exe" -f -D -L libretro-git-snes9x-next-x86_64.dll %1
pssuspend -r XBMC.exe

I'm not that slow Tongue

Am I forgetting something in the code? Maybe it would work better with Autoit?
If this .bat script code works on your x86 system but not on your X64 system, so the problem do not comes from the script or from Advanced launcher (both are not system bits dependant) but for your system itself. I don't think that using an autoit script will change anything. Your problem could be related to XBMC itself or to your RetroArch setup. Does XBMC is configured the same way on your both system? For example concerning the audio settings : http://forum.xbmc.org/showthread.php?tid...pid1324197
(2013-05-06, 14:50)Angelscry Wrote:
(2013-05-06, 05:15)sagaopc Wrote:
(2013-05-06, 01:50)Angelscry Wrote: I don't know... Official no$gba is not clear concerning the existance of a command line support of not. Maybe you can try something like this :

Application : C:\Emulators\No$gba\no$zoomer.exe
Argument : "%rom%"
Extension : gba|zip

and see what happen... Undecided

It's Work very well to me!!!! but Windows 8+ XBMC + No$Zoomer = incompatible!

U run the rom... ok, the game is fine, but in few minutes, the game going slow, and more slow, and more....

it's not happening in Windows 7!

I have a problem again with autoit! this scripts in gwenael never Works to me....

if anyone want to try:

my dir emulator:
D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64

exe name:
DeSmuME_x64.exe

DeSmuME windows name:
DeSmuME 0.9.10 svn4634 x64-JIT


Original Script used:

Code:
#include <Misc.au3> (WTF is this??????)
Opt("WinTextMatchMode", 3)
$path = "C:\Program Files (x86)\DeSmuMe_r3971_x86\"
$app = "DeSmuME_VS2008.exe"
$windows = "DeSmuME 0.9.7 svn3971 x86"

If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

plz help me!
Ok... so script will be like this :

Code:
#include <Misc.au3>
Opt("WinTextMatchMode", 3)
$path = "D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64\"
$app = "DeSmuME_x64.exe"
$windows = "DeSmuME 0.9.10 svn4634 x64-JIT"

[code]If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

The #include <Misc.au3> line is to allow to use the Opt("WinTextMatchMode", 3) function that permit to detect windows by their exact title. Now... always the same question. What exactly is not working? You are not able to power on your XBMC system? Wink

the script don't open... you run in advanced launcher and nothing happens...

EDIT: now this happens:

---------------------------
AutoIt Error
---------------------------
Line 19 (File "C:\Users\Marcio\Desktop\DeSmuME-launcher.au3"):

[code]If $CmdLine[0] == 1 Then
[code^ ERROR

Error: Missing separator character after keyword.
---------------------------
OK
---------------------------
(2013-05-06, 17:19)sagaopc Wrote:
(2013-05-06, 14:50)Angelscry Wrote:
(2013-05-06, 05:15)sagaopc Wrote: It's Work very well to me!!!! but Windows 8+ XBMC + No$Zoomer = incompatible!

U run the rom... ok, the game is fine, but in few minutes, the game going slow, and more slow, and more....

it's not happening in Windows 7!

I have a problem again with autoit! this scripts in gwenael never Works to me....

if anyone want to try:

my dir emulator:
D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64

exe name:
DeSmuME_x64.exe

DeSmuME windows name:
DeSmuME 0.9.10 svn4634 x64-JIT


Original Script used:

Code:
#include <Misc.au3> (WTF is this??????)
Opt("WinTextMatchMode", 3)
$path = "C:\Program Files (x86)\DeSmuMe_r3971_x86\"
$app = "DeSmuME_VS2008.exe"
$windows = "DeSmuME 0.9.7 svn3971 x86"

If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

plz help me!
Ok... so script will be like this :

Code:
#include <Misc.au3>
Opt("WinTextMatchMode", 3)
$path = "D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64\"
$app = "DeSmuME_x64.exe"
$windows = "DeSmuME 0.9.10 svn4634 x64-JIT"

[code]If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

The #include <Misc.au3> line is to allow to use the Opt("WinTextMatchMode", 3) function that permit to detect windows by their exact title. Now... always the same question. What exactly is not working? You are not able to power on your XBMC system? Wink

the script don't open... you run in advanced launcher and nothing happens...
Are you using this script as stand alone launcher or files launcher? Because this script only works with a rom path as first argument, so into files launcher mode. Please post the part of your launchers.xml file concerning this launcher to see how do you start if from Advanced Launcher.
(2013-05-06, 17:21)Angelscry Wrote:
(2013-05-06, 17:19)sagaopc Wrote:
(2013-05-06, 14:50)Angelscry Wrote: Ok... so script will be like this :

Code:
#include <Misc.au3>
Opt("WinTextMatchMode", 3)
$path = "D:\Nintendo DS\Emuladores\EmuCR_DeSmuMe_r4634_x64\"
$app = "DeSmuME_x64.exe"
$windows = "DeSmuME 0.9.10 svn4634 x64-JIT"

[code]If $CmdLine[0] == 1 Then
    Run('"' & $path & $app & '" "' & $CmdLine[1] & '"')
    WinWait ( $windows )
    WinActivate ( $windows )
    WinWaitActive ( $windows )
    Send("!{ENTER}")
    _MouseTrap(@DesktopWidth, @DesktopHeight, @DesktopWidth, @DesktopHeight)
    ProcessWaitClose( $app )
EndIf
Exit 0

The #include <Misc.au3> line is to allow to use the Opt("WinTextMatchMode", 3) function that permit to detect windows by their exact title. Now... always the same question. What exactly is not working? You are not able to power on your XBMC system? Wink



the script don't open... you run in advanced launcher and nothing happens...
Are you using this script as stand alone launcher or files launcher? Because this script only works with a rom path as first argument, so into files launcher mode. Please post the part of your launchers.xml file concerning this launcher to see how do you start if from Advanced Launcher.

when i try run in adv launcher happens it now: ---------------------------
AutoIt Error
---------------------------
Line 423 (File ""):


Error: "EndIf" statement with no matching "If" statement.
---------------------------
OK
---------------------------
(2013-05-06, 18:04)sagaopc Wrote:
(2013-05-06, 17:21)Angelscry Wrote:
(2013-05-06, 17:19)sagaopc Wrote: the script don't open... you run in advanced launcher and nothing happens...
Are you using this script as stand alone launcher or files launcher? Because this script only works with a rom path as first argument, so into files launcher mode. Please post the part of your launchers.xml file concerning this launcher to see how do you start if from Advanced Launcher.

when i try run in adv launcher happens it now: ---------------------------
AutoIt Error
---------------------------
Line 423 (File ""):


Error: "EndIf" statement with no matching "If" statement.
---------------------------
OK
---------------------------
Remove the:

Code:
[code]

string from the script.... Copy/paste error. Sorry...Blush
  • 1
  • 323
  • 324
  • 325(current)
  • 326
  • 327
  • 453

Logout Mark Read Team Forum Stats Members Help
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC24