Kodi Community Forum

Full Version: [CLOSED] Advanced Launcher - Applications Launcher Addon for XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Hi Anglescry-

Does AL support Hyperspin? - let me rephrase - I followed your video tutorial in getting a second instance of AL working - all good there - worked like a champ - Hyperspin launches plays all good there

When I exit XBMC does not maximize - it goes into window mode ...

Any ideas ?
(2012-11-15, 23:08)dugan26 Wrote: [ -> ]Does AL support Hyperspin? - let me rephrase - I followed your video tutorial in getting a second instance of AL working - all good there - worked like a champ - Hyperspin launches plays all good there
What do you mean by supporting Hyperspin? Advanced Launches allows to start application with command line. It is not dedicated to specifically start limited number of application. So... yes you can start Hyperspin using Advanced Launcher... so I think we can tell it support it. You just have to create a stand alone launcher pointing to the Hyperspin executable file (Hyperspin.exe I think).

(2012-11-15, 23:08)dugan26 Wrote: [ -> ]When I exit XBMC does not maximize - it goes into window mode... Any ideas ?
This recurrent problem occurs with last version of XBMC on Windows systems. It is due to a difficulty of XBMC to regain correctly focus after been minimized. You can try some things to fix this :

  1. If not already done, activate the Use a fullscreen window rather than true fullscreen option that is present into XBMC system settings.
  2. If it is not working, go into the Advanced modifications menu of your launcher and change the Toogle Fullscreen option.
  3. If it is not even working, last option is to create an autoit script that will force XBMC to maximize correctly. Script must be something like this (not tested) :

    Code:
    Run ( 'pssuspend XBMC.exe' )
    Run ( 'C:\Program Files\HyperSpin\Hyperspin.exe','', ' 'C:\Program Files\HyperSpin\' )
    ProcessWaitClose ( "Hyperspin.exe" )
    Run ( 'pssuspend -r XBMC.exe' )
    WinSetState("XBMC", "", @SW_MAXIMIZE)
Compile this script into executable file and start it instead of Hyperspin.exe fron Advanced Launcher.

You will found information concerning pssuspend application use here and you will found an example how compiling and using autoitscripts here.

Once again- Great Program -- Great support and thank you for your help!!!! have a great weekend.
Hi all,

with current XBMC compiled from git (Frodo Beta1) I have problems with advanced launcher:

I created a File Launcher (C64 Games) and scanned for Items. The GUI sais "x files successfully added". But when I select the Launcher, press Enter, I do not get into the Item List but stay in the same view with the Launcher....

Any Ideas?

Thx in advance
Angelscry -

thanks for your response and continued support of your product -

Use a fullscreen window rather than true fullscreen option is set

I tried: Toggle Fullscreen in the launcher both ON and OFF - still no good

I am familiar with autoit and compiling scripts to use however I am not much of a programmer - can you help me with the syntax? I tried what you have listed above ... (understand that you have not tested it).

1. It would not compile at first until i deleted (from the second line one of the ' or the , - i cant remember which one.

2. After I compiled it, and then pointed my launcher to the new .exe - it would not launch Hyperspin.

If you get some time, perhaps you can take a look? It would be greatly appreciated. Many thanks in advance.
Have the same problem than snoopy1978.
Yep same problem as snoopy1978 too. Although you can get to the list by doing a search by platform. And trying to manually add a new item to the list which then takes you to the list afterward.
(2012-11-16, 19:41)snoopy1978 Wrote: [ -> ]Hi all,

with current XBMC compiled from git (Frodo Beta1) I have problems with advanced launcher:

I created a File Launcher (C64 Games) and scanned for Items. The GUI sais "x files successfully added". But when I select the Launcher, press Enter, I do not get into the Item List but stay in the same view with the Launcher....

Any Ideas?

Thx in advance

(2012-11-17, 18:46)captainsn Wrote: [ -> ]Have the same problem than snoopy1978.

(2012-11-17, 23:21)jcerecke Wrote: [ -> ]Yep same problem as snoopy1978 too. Although you can get to the list by doing a search by platform. And trying to manually add a new item to the list which then takes you to the list afterward.

A XBMC ticket already report this problem (but for video addon) here : http://trac.xbmc.org/ticket/13030. I have reported that the problem also occurs with Advanced Launcher a will wait for a reply.
(2012-11-16, 23:45)dugan26 Wrote: [ -> ]1. It would not compile at first until i deleted (from the second line one of the ' or the , - i cant remember which one.
Effectively, there was a small mistake into my posted script. Must be this :

Code:
Run ( 'pssuspend XBMC.exe' )
Run ( 'C:\Program Files\HyperSpin\Hyperspin.exe','', 'C:\Program Files\HyperSpin\' )
ProcessWaitClose ( "Hyperspin.exe" )
Run ( 'pssuspend -r XBMC.exe' )
WinSetState("XBMC", "", @SW_MAXIMIZE)

(2012-11-16, 23:45)dugan26 Wrote: [ -> ]2. After I compiled it, and then pointed my launcher to the new .exe - it would not launch Hyperspin.
It must start Hyperspin. Are you sure to have Hyperspin executable file located at C:\Program Files\HyperSpin\Hyperspin.exe on your system?
I assume the error is already known but with frodo beta I can t access my games...it get stuck on the menu of my launcher....
Hope it will get fix soon!
(2012-11-19, 17:08)bakito Wrote: [ -> ]I assume the error is already known but with frodo beta I can t access my games...it get stuck on the menu of my launcher....
Hope it will get fix soon!
Yes, already known, thank you. The error will be fixed by next XBMC frodo beta releases.

Hi Angelscry -

My Hyperspin was not in c:\program files - however i altered your script to point to where it was which was in the root of c:\Hyperspin -

I kept getting script error addon.py in the bottom right hand side of xbmc

so I decided to re-install into program files (just incase there were other things going on that i could not tell) and got the same error ...

Ideas ?

Running XP incase that matters ?

Want a log?
(2012-11-19, 17:12)Angelscry Wrote: [ -> ]
(2012-11-19, 17:08)bakito Wrote: [ -> ]I assume the error is already known but with frodo beta I can t access my games...it get stuck on the menu of my launcher....
Hope it will get fix soon!
Yes, already known, thank you. The error will be fixed by next XBMC frodo beta releases.
I have installed version 12.0-BETA1 Git:20121119-22795bc of XBMC this morning and the XBMC bug has been fixed


(2012-11-19, 23:51)dugan26 Wrote: [ -> ]Hi Angelscry -

My Hyperspin was not in c:\program files - however i altered your script to point to where it was which was in the root of c:\Hyperspin -

I kept getting script error addon.py in the bottom right hand side of xbmc

so I decided to re-install into program files (just incase there were other things going on that i could not tell) and got the same error ...

Ideas ?

Running XP incase that matters ?

Want a log?
Script error addon.py and the fact that you have changed the path of the Autoit script are not at all related. To determine the origin of the script error addon.py, yes I need the xbmc.log file, and the version number of Advanced Launcher your are using.

Angelscry-

New Info*****
I tried the same exact autoit file (compiled into .exe) on another pc and it worked. Worked perfectly - I guess something is wrong with my other box where it wont work ... I took a quick look at the log - (i have no clue what im looking for) I did see an error down towards the end about not a valid win32 application ... ?

Box it worked on: Win7 (i know you mentioned that it should not matter)
Box it did not work on: XP

AL version on both boxes 1.7.6

Log:

http://pastebin.com/fChDGj7k

Many thanks in advance -

Was looking around for a NeoGeo emulator for Linux, and ran into GnGeo:
http://code.google.com/p/gngeo/

XGnGeo is a front end for it:
http://xgngeo.choplair.org/

Haven't yet figured out the command line arguments for it though. Know of a good scrapper for it? Thanks!
(2012-11-20, 19:32)dugan26 Wrote: [ -> ]Angelscry-

New Info*****
I tried the same exact autoit file (compiled into .exe) on another pc and it worked. Worked perfectly - I guess something is wrong with my other box where it wont work ... I took a quick look at the log - (i have no clue what im looking for) I did see an error down towards the end about not a valid win32 application ... ?

Box it worked on: Win7 (i know you mentioned that it should not matter)
Box it did not work on: XP

AL version on both boxes 1.7.6

Log:

http://pastebin.com/fChDGj7k

Many thanks in advance -
I think your problem comes to the fact that your autoit script have been compiled into 64-bit. So it work perfectly on your Win7 system (64-bit) but not on your WinXP system (32-bit). So you need to compile your Autoit script under 32-bit to make it run on WinXP. Autoit offer this option into its context menu.

Also last version of Advanced launcher is actually 1.10.6.
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