Kodi Community Forum
[CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291)
+---- Thread: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC (/showthread.php?tid=85724)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - firewasborn - 2013-05-05

(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.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2013-05-05

(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/


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - firewasborn - 2013-05-05

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


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sagaopc - 2013-05-06

angels, have how run no$gba or No$zoomer (DS emulator) in advanced launcherHuh i only find Desmume support in Gwenael wiki page


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2013-05-06

(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


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sudopinion - 2013-05-06

(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


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sagaopc - 2013-05-06

(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!


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Leoo5van - 2013-05-06

Maybe you find solution and nate will correct this.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2013-05-06

(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


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - firewasborn - 2013-05-06

(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?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2013-05-06

(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=85724&pid=1324197#pid1324197


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sagaopc - 2013-05-06

(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
---------------------------


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2013-05-06

(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.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sagaopc - 2013-05-06

(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
---------------------------


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2013-05-06

(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