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 - Angelscry - 2014-10-13

(2014-10-13, 05:54)S3N1L3AN1MAL Wrote: Thank you for the response, especially to noobish and (I imagine) frequently asked questions.

I love how you can create view by console and view by genre screens with Advanced Launcher, yet RCB seemingly does not support this. Is it possible to use both, or will I wind up with a mess?
That's 2 different add-ons. You can use both on your XBMC system.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - S3N1L3AN1MAL - 2014-10-13

I'm new to XBMC add-ons (as I'm sure you can tell). I wonder though, if the 2 can work in tandem to create a game library, or if they would be treated as totally separated.

At any rate, I think I'll download both.

PS: Downloaded Advanced Launcher and enjoying it. Sticking with it exclusively due to possibility of genre+console screen, versatility, surprisingly easy to use; No need for RCB. Looking forward to getting the library configed. Thanks again.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-10-13

(2014-10-13, 06:20)S3N1L3AN1MAL Wrote: I'm new to XBMC add-ons (as I'm sure you can tell). I wonder though, if the 2 can work in tandem to create a game library, or if they would be treated as totally separated.

At any rate, I think I'll download both.
Totally separated.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - rbrohman - 2014-10-14

I'm running Gotham based Openelec. I have some script files for launching connections to openvpn servers. The scripts work perfectly if I ssh into the box and run them from command line. However, I cannot seem to get them working with advanced launcher.

Script file is very simple:
Code:
openvpn --config /storage/downloads/openvpn/East.ovpn --auth-user-pass /storage/downloads/openvpn/password.txt &
The log file shows:
Code:
20:34:32 T:140027534006016 WARNING: CActiveAE::StateMachine - signal: 0 from port: OutputControlPort not handled for state: 6
20:34:37 T:140026031605504   ERROR: ActiveAE::Resume - failed to init

I had this working on my last setup, but stupidly forgot to document exactly how I did it. Can anyone spot my mistake?

Thanks


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Stev - 2014-10-14

I'm trying to create AutoIt scripts for Advanced Launcher using pstools to pause the XBMC process. It works fine for some games, and the pstools stuff seems to work fine - but there are two games that just won't run. They both give different messages:

One simply gives the standard windows dialog for 'exe has stopped working'. This particular file has some unusual info on the 'target' field of the shortcut (which may be causing the problem, I'm not sure exactly how to feed that info into the AutoIt script). The exact target is:

Code:
X:\Games\PC\Gauntlet\binaries\gauntlet.exe -bundle-dir contents -ini settings

The other game states, in a generic 'Error' dialog: 'Failed to initialize client - unable to load game resources.' There doesn't seem to be anything funky going on with the target for this one, and running the exe from the folder launches the game fine (the first one gives the same 'stopped working' error message if you try to run from the game folder)

Any help would be greatly appreciated.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - david1337 - 2014-10-15

(2014-10-14, 12:12)Stev Wrote: I'm trying to create AutoIt scripts for Advanced Launcher using pstools to pause the XBMC process. It works fine for some games, and the pstools stuff seems to work fine - but there are two games that just won't run. They both give different messages:

One simply gives the standard windows dialog for 'exe has stopped working'. This particular file has some unusual info on the 'target' field of the shortcut (which may be causing the problem, I'm not sure exactly how to feed that info into the AutoIt script). The exact target is:

Code:
X:\Games\PC\Gauntlet\binaries\gauntlet.exe -bundle-dir contents -ini settings

The other game states, in a generic 'Error' dialog: 'Failed to initialize client - unable to load game resources.' There doesn't seem to be anything funky going on with the target for this one, and running the exe from the folder launches the game fine (the first one gives the same 'stopped working' error message if you try to run from the game folder)

Any help would be greatly appreciated.


Stev - try to create a batch run script for each of those games and run that script from within the Autoit script. I have some random games that won't work if I "run" or "shellexecute" them from Autoit. But the BAT files work 100%.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - rbrohman - 2014-10-16

(2014-10-14, 02:38)rbrohman Wrote: I'm running Gotham based Openelec. I have some script files for launching connections to openvpn servers. The scripts work perfectly if I ssh into the box and run them from command line. However, I cannot seem to get them working with advanced launcher.

Script file is very simple:
Code:
openvpn --config /storage/downloads/openvpn/East.ovpn --auth-user-pass /storage/downloads/openvpn/password.txt &
The log file shows:
Code:
20:34:32 T:140027534006016 WARNING: CActiveAE::StateMachine - signal: 0 from port: OutputControlPort not handled for state: 6
20:34:37 T:140026031605504   ERROR: ActiveAE::Resume - failed to init

I had this working on my last setup, but stupidly forgot to document exactly how I did it. Can anyone spot my mistake?

Thanks

Anyone have vpn (or other) scripts setup in AL? Any ideas?

Thanks


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-10-17

(2014-10-16, 14:41)rbrohman Wrote:
(2014-10-14, 02:38)rbrohman Wrote: I'm running Gotham based Openelec. I have some script files for launching connections to openvpn servers. The scripts work perfectly if I ssh into the box and run them from command line. However, I cannot seem to get them working with advanced launcher.

Script file is very simple:
Code:
openvpn --config /storage/downloads/openvpn/East.ovpn --auth-user-pass /storage/downloads/openvpn/password.txt &
The log file shows:
Code:
20:34:32 T:140027534006016 WARNING: CActiveAE::StateMachine - signal: 0 from port: OutputControlPort not handled for state: 6
20:34:37 T:140026031605504   ERROR: ActiveAE::Resume - failed to init

I had this working on my last setup, but stupidly forgot to document exactly how I did it. Can anyone spot my mistake?

Thanks

Anyone have vpn (or other) scripts setup in AL? Any ideas?

Thanks
Does the XBMC user has the sufficient rights to start openvnp? What return the openvpn log?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - S3N1L3AN1MAL - 2014-10-18

I've got my games library looking incredible, but it seems only emulator roms are searchable and my IBM PC labeled stuff isn't.

Details: I created a new category called "PC" and filled it with executables/shortcuts to games. I then scraped/defined all info for each one. When clicking on both the "PC" category and the game thumbnails and searching for each criteria it comes up blank.

Also, is it possible to create a query launcher that searches both genre and platform (for example: NES Shooters)?

I know little of coding, but would this work?
Code:
<args>ActivateWindow(10001,"plugin://plugin.program.advanced.launcher/?NintendoEntertainmentSystem/%%SEARCH_PLATFORM%%/?Shooter/%%SEARCH_GENRE%%)</args>

If anyone has suggestions or further reading, I'd greatly appreciate it. Thank you.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - beckyboo - 2014-10-18

Hi all, I hope I am in the right place to ask this, I seem to be going round in circles.
I'm using Advanced Launcher on my Zotac box with OpenElec. I have set it up to look for SNES Roms and it has imported them with covers and fanart just fine.
However, when I attempt to launch a game it does nothing. I am using RetroArch for my emulator, should I be using anything else?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-10-18

(2014-10-18, 10:26)beckyboo Wrote: Hi all, I hope I am in the right place to ask this, I seem to be going round in circles.
I'm using Advanced Launcher on my Zotac box with OpenElec. I have set it up to look for SNES Roms and it has imported them with covers and fanart just fine.
However, when I attempt to launch a game it does nothing. I am using RetroArch for my emulator, should I be using anything else?
How have you configurated your RetroArch / SNES files launcher?

(2014-10-18, 05:39)S3N1L3AN1MAL Wrote: I've got my games library looking incredible, but it seems only emulator roms are searchable and my IBM PC labeled stuff isn't.

Details: I created a new category called "PC" and filled it with executables/shortcuts to games. I then scraped/defined all info for each one. When clicking on both the "PC" category and the game thumbnails and searching for each criteria it comes up blank.
What do you mean exactly by "searching for each criteria" and "comes up blank"?

(2014-10-18, 05:39)S3N1L3AN1MAL Wrote: Also, is it possible to create a query launcher that searches both genre and platform (for example: NES Shooters)?

I know little of coding, but would this work?
Code:
<args>ActivateWindow(10001,"plugin://plugin.program.advanced.launcher/?NintendoEntertainmentSystem/%%SEARCH_PLATFORM%%/?Shooter/%%SEARCH_GENRE%%)</args>
Not possible in state... and a little complicated to put in place.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - S3N1L3AN1MAL - 2014-10-18

(2014-10-18, 14:49)Angelscry Wrote: What do you mean exactly by "searching for each criteria" and "comes up blank"?

It seems like Advanced Launcher is treating IBM PC as non-searchable. When only my PC library was configured, if I tried to search it, it would return a blank results window. Now it will return data, but only from emulators. Here's what I mean:


1. PC Library (blatant rip-off of screenshot on page 1 Big Grin)
-Note "Shooter" Left 4 Dead 2
Image

2. PC Category Right-Click Menu
Image


3. Selecting Search>Genre>Shooter
Image


4. Results of Search>Genre>Shooter
-Note that L4D2 is not present
Image


IBM PC is skipped over when creating a Query Launcher as well. Thank you for any assistance.


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2014-10-18

Left 4 Dead 2 is a stand-alone launcher or an item (.lnk)?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - S3N1L3AN1MAL - 2014-10-18

(2014-10-18, 17:53)Angelscry Wrote: Left 4 Dead 2 is a stand-alone launcher or an item (.lnk)?

It seems to be pointed to an .Ink, but I believe I added them as stand alone launchers.

PS: Confirmed all PC library games were added as stand alone launchers that point to shortcut .Inks because I'm unable to add PC games as items like you can with emulators (via right click menu "add items').

If I add an emulator called "PC" and tell it to use a useless .bat file, I can then add PC games as items. However it will not let me select .Ink files (even though .Ink support is turned on and specified), only .Exes. These items are then searchable, but un-launchable (they get a script error, because of the useless .bat file, I guess).

Does your repository contain additional files, or is the same as the .Zip I got from Github?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - M4tt0 - 2014-10-18

Have been trying to get Colin McRae 2005 running via the standalone launcher but does not work. I think because of resolution issues.
Kodi/XBMC is set to run on 720p on my HD ready TV. CMR runs on 1080i in compatibility mode. When I launch it from within Kodi I can see that the TV tries to switch the resolution to 1080i but then gets stuck. The picture returns to Kodi and Kodi wants to use 1080i too (which is sub-optimal). CMR continues to run in the background but I get no picture.

Running Helix Alpha 3 on a Win 8.1 system. I'm using XBMC Launcher to boot into kodi directly.

Any advice appreciated...