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
I'm getting an inconsistent problem. Sometimes when I quit an emulator (ZSNES or Mednafen or whatever) that I had started with Advanced Launcher, instead of going back to the launch window, the screen stays black. XMBC is still running though as I can hear the GUI navigation sounds as I press buttons on the remote. This is still using XBMCbuntu. Resetting the hardware solves this, but I'd rather know what I've done wrong.

Thoughts?
(2013-04-27, 17:31)sagaopc Wrote: [ -> ]angels, with this new argument options, have how put ESC button to force close aplication (ex emulators, PC games...)
That's not Advanced launcher which manage directly this, but you will have different way to do it :
  • If it is possible, redefine your applications (emulators, PC games) key controls settings to close them using a specific key (like ESC).
  • Start your application using a script (like autoit) that will force your application to be closed by by pressing a specific key (like ESC). Here is an example : http://www.gwenael.org/forum/viewtopic.php?id=43
  • Or, last possibility, setup your system with a key/button logger application (autoit, lirc, etc...) that will close all possible running applications when you will press a specific key or remore button.

(2013-04-27, 17:38)DrMPS Wrote: [ -> ]I'm getting an inconsistent problem. Sometimes when I quit an emulator (ZSNES or Mednafen or whatever) that I had started with Advanced Launcher, instead of going back to the launch window, the screen stays black. XMBC is still running though as I can hear the GUI navigation sounds as I press buttons on the remote. This is still using XBMCbuntu. Resetting the hardware solves this, but I'd rather know what I've done wrong.

Thoughts?
That a recurent problem with XBMC, which is not able to regain correctly focus (ressources occupation problem). What you can try to fix this is to increase the delay time of few ms before starting and closing an application, and so let the time to XBMC to regain focus correctly. You will found an option to do this into Advanced Launcher > Add-settings > Miscellaneous > Launcher start options > Delay. Try to increase the value and see if it is able to fix the problem. I suggest you to increase this delay first to 5000 or 10000ms. If it fix the problem, gradually decrease the valeu to have a good compromise between starting application delay and XBMC regain focus stability.
(2013-04-27, 18:06)Angelscry Wrote: [ -> ]That's not Advanced launcher which manage directly this, but you will have different way to do it :
  • If it is possible, redefine your applications (emulators, PC games) key controls settings to close them using a specific key (like ESC).
  • Start your application using a script (like autoit) that will force your application to be closed by by pressing a specific key (like ESC). Here is an example : http://www.gwenael.org/forum/viewtopic.php?id=43
  • Or, last possibility, setup your system with a key/button logger application (autoit, lirc, etc...) that will close all possible running applications when you will press a specific key or remore button.


I try autoit script, but doesn't Work!
(2013-04-27, 21:36)sagaopc Wrote: [ -> ]
(2013-04-27, 18:06)Angelscry Wrote: [ -> ]That's not Advanced launcher which manage directly this, but you will have different way to do it :
  • If it is possible, redefine your applications (emulators, PC games) key controls settings to close them using a specific key (like ESC).
  • Start your application using a script (like autoit) that will force your application to be closed by by pressing a specific key (like ESC). Here is an example : http://www.gwenael.org/forum/viewtopic.php?id=43
  • Or, last possibility, setup your system with a key/button logger application (autoit, lirc, etc...) that will close all possible running applications when you will press a specific key or remore button.


I try autoit script, but doesn't Work!
What is not working? What looks like your autoit script? Which application do you want to start?
(2013-04-27, 22:25)Angelscry Wrote: [ -> ]
(2013-04-27, 21:36)sagaopc Wrote: [ -> ]
(2013-04-27, 18:06)Angelscry Wrote: [ -> ]That's not Advanced launcher which manage directly this, but you will have different way to do it :
  • If it is possible, redefine your applications (emulators, PC games) key controls settings to close them using a specific key (like ESC).
  • Start your application using a script (like autoit) that will force your application to be closed by by pressing a specific key (like ESC). Here is an example : http://www.gwenael.org/forum/viewtopic.php?id=43
  • Or, last possibility, setup your system with a key/button logger application (autoit, lirc, etc...) that will close all possible running applications when you will press a specific key or remore button.


I try autoit script, but doesn't Work!
What is not working? What looks like your autoit script? Which application do you want to start?

HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
ProcessClose ( "XBMC.exe" )
Run ( '"D:\Atomiswave\demul057\demul.exe" "' & $CmdLine[1] & '"', "D:\Atomiswave\demul057\" )
While 1
Sleep(100)
WEnd
EndIf

Func Terminate()
ProcessClose ( "demul.exe" )
Run ( '"C:\Program Files (x86)\XBMC\XBMC.exe"' )
Exit 0
EndFunc

didn't work with any emulators if i try!

i have autoit and autohotkey installed here!
edit: my mistake
(2013-04-28, 03:05)sagaopc Wrote: [ -> ]
(2013-04-27, 22:25)Angelscry Wrote: [ -> ]
(2013-04-27, 21:36)sagaopc Wrote: [ -> ]I try autoit script, but doesn't Work!
What is not working? What looks like your autoit script? Which application do you want to start?

HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
ProcessClose ( "XBMC.exe" )
Run ( '"D:\Atomiswave\demul057\demul.exe" "' & $CmdLine[1] & '"', "D:\Atomiswave\demul057\" )
While 1
Sleep(100)
WEnd
EndIf

Func Terminate()
ProcessClose ( "demul.exe" )
Run ( '"C:\Program Files (x86)\XBMC\XBMC.exe"' )
Exit 0
EndFunc

didn't work with any emulators if i try!

i have autoit and autohotkey installed here!
Ok... but what it is not working? The script does not start? XBMC does not close? Demul does no start? Demul does not close after pressing ESC? XBMC does not restart after Demul close? Seriously, what it is not working?
(2013-04-28, 13:30)Angelscry Wrote: [ -> ]
(2013-04-28, 03:05)sagaopc Wrote: [ -> ]
(2013-04-27, 22:25)Angelscry Wrote: [ -> ]What is not working? What looks like your autoit script? Which application do you want to start?

HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
ProcessClose ( "XBMC.exe" )
Run ( '"D:\Atomiswave\demul057\demul.exe" "' & $CmdLine[1] & '"', "D:\Atomiswave\demul057\" )
While 1
Sleep(100)
WEnd
EndIf

Func Terminate()
ProcessClose ( "demul.exe" )
Run ( '"C:\Program Files (x86)\XBMC\XBMC.exe"' )
Exit 0
EndFunc

didn't work with any emulators if i try!

i have autoit and autohotkey installed here!
Ok... but what it is not working? The script does not start? XBMC does not close? Demul does no start? Demul does not close after pressing ESC? XBMC does not restart after Demul close? Seriously, what it is not working?

script don't start...
Bit of a weird bug I ran into, but I don't know if its entirely due to Advanced Launcher.

I literally just updated to Frodo yesterday, as well as updating to the latest version of AL. Everything works fine, except for one little thing - in Showcase view, I can't seem to change the infopanel from anything but manual. Everything else in the menu works fine, but it just won't budge. It also won't let me bring the infopanel up manually either. At first I thought it was an issue with Aeon Nox, but it only happens in Advanced Launcher.

Oh, and as an aside, I couldn't find any information to another question of mine that is far less pressing. In the past I only used Advanced Launcher for games. I never had a second install of it for comics or anything like that. So on the main menu of XBMC I just had Advanced Launcher listed as "Games" and called it a day. Now that the newest AL has category support, I was wondering if there was a way to link the main page to that category, as opposed to selecting it through advanced launcher. IE I would like a comics and games section, as opposed to one advanced launcher section that has both. Is there an option for that I'm missing somewhere?

Thanks in advance!
(2013-04-29, 04:16)LightFantastic Wrote: [ -> ]I literally just updated to Frodo yesterday, as well as updating to the latest version of AL. Everything works fine, except for one little thing - in Showcase view, I can't seem to change the infopanel from anything but manual. Everything else in the menu works fine, but it just won't budge. It also won't let me bring the infopanel up manually either. At first I thought it was an issue with Aeon Nox, but it only happens in Advanced Launcher.
Access to the infopanel is managed by the skin. If you have only the problem with Advanced Launcher, maybe the skin contain specific action/view to access the info panel when you are using Advanced Launcher which is not working anymore with the last versions of Advanced Launcher.

(2013-04-29, 04:16)LightFantastic Wrote: [ -> ]Oh, and as an aside, I couldn't find any information to another question of mine that is far less pressing. In the past I only used Advanced Launcher for games. I never had a second install of it for comics or anything like that. So on the main menu of XBMC I just had Advanced Launcher listed as "Games" and called it a day. Now that the newest AL has category support, I was wondering if there was a way to link the main page to that category, as opposed to selecting it through advanced launcher. IE I would like a comics and games section, as opposed to one advanced launcher section that has both. Is there an option for that I'm missing somewhere?
You just have to add your categories (games, comics, etc...) into Advanced Launcher as favourites and then add this favourites as menu or submenu entries into your skin. Most of the skins have this feature now. If not, you always could add them by manually editing the xml files of your skin.

(2013-04-29, 02:21)sagaopc Wrote: [ -> ]
(2013-04-28, 13:30)Angelscry Wrote: [ -> ]
(2013-04-28, 03:05)sagaopc Wrote: [ -> ]HotKeySet("{ESC}", "Terminate")

If $CmdLine[0] == 1 Then
ProcessClose ( "XBMC.exe" )
Run ( '"D:\Atomiswave\demul057\demul.exe" "' & $CmdLine[1] & '"', "D:\Atomiswave\demul057\" )
While 1
Sleep(100)
WEnd
EndIf

Func Terminate()
ProcessClose ( "demul.exe" )
Run ( '"C:\Program Files (x86)\XBMC\XBMC.exe"' )
Exit 0
EndFunc

didn't work with any emulators if i try!

i have autoit and autohotkey installed here!
Ok... but what it is not working? The script does not start? XBMC does not close? Demul does no start? Demul does not close after pressing ESC? XBMC does not restart after Demul close? Seriously, what it is not working?

script don't start...
Ok... so the problem is how you have setup your launcher or your script. Have your compiled the script into an executable file. Does your launcher is pointing to this executable file?
Angels. i compile script and try without compile too... in the two times, the script doesn't open! the directory is right!


Now i found a bug in Advanced launcher 2.0.2 (i guess)

I create a new category and named him Emulators (emuladores), then i enter, config emulator, when i finalize, say me to create other launch. ok, i back to menu and choose Emulators, but it's empty! then i go to Default, and there he is!

It's only happens with emulators, PC games work very well

Version 2.0.3 : This new version of Advanced Launcher fix a bug occuring during the creation of files launcher which was always put the newly created launcher into the default category instead of the selected category. It is now fixed.

Changelog :
  • Fix category assignment for files launcher creation.

(2013-04-29, 23:22)sagaopc Wrote: [ -> ]Angels. i compile script and try without compile too... in the two times, the script doesn't open! the directory is right!


Now i found a bug in Advanced launcher 2.0.2 (i guess)

I create a new category and named him Emulators (emuladores), then i enter, config emulator, when i finalize, say me to create other launch. ok, i back to menu and choose Emulators, but it's empty! then i go to Default, and there he is!

It's only happens with emulators, PC games work very well

Thank you for the feedback. It may have been fixed now by version 2.0.3. Thanks again.
(2013-04-30, 01:59)Angelscry Wrote: [ -> ]Version 2.0.3 : This new version of Advanced Launcher fix a bug occuring during the creation of files launcher which was always put the newly created launcher into the default category instead of the selected category. It is now fixed.

Changelog :
  • Fix category assignment for files launcher creation.

(2013-04-29, 23:22)sagaopc Wrote: [ -> ]Angels. i compile script and try without compile too... in the two times, the script doesn't open! the directory is right!


Now i found a bug in Advanced launcher 2.0.2 (i guess)

I create a new category and named him Emulators (emuladores), then i enter, config emulator, when i finalize, say me to create other launch. ok, i back to menu and choose Emulators, but it's empty! then i go to Default, and there he is!

It's only happens with emulators, PC games work very well

Thank you for the feedback. It may have been fixed now by version 2.0.3. Thanks again.

Angels, have how remove or rename default in advanced Launcher?
have how show in menu only Games and only emulators separately?
(2013-04-30, 02:23)sagaopc Wrote: [ -> ]Angels, have how remove or rename default in advanced Launcher?
Go into Advanced Launcher > Add-on Settings > Miscellaneous > and check "Hide Default Category".

(2013-04-30, 02:23)sagaopc Wrote: [ -> ]have how show in menu only Games and only emulators separately?
Into Advanced Launcher, create 2 favourites : 1 for your Games category and 2 for your Emulator category. Then add these favourites as menu or submenu entries into your skin settings.
(2013-04-30, 02:33)Angelscry Wrote: [ -> ]
(2013-04-30, 02:23)sagaopc Wrote: [ -> ]Angels, have how remove or rename default in advanced Launcher?
Go into Advanced Launcher > Add-on Settings > Miscellaneous > and check "Hide Default Category".

(2013-04-30, 02:23)sagaopc Wrote: [ -> ]have how show in menu only Games and only emulators separately?
Into Advanced Launcher, create 2 favourites : 1 for your Games category and 2 for your Emulator category. Then add these favourites as menu or submenu entries into your skin settings.

Sorry for bothering you all the time angels, but your addon is very good, very helpful and has great potential ... I like much his work in XBMC.

I'm emulating the Dreamcast with nullDC 1.0.4 rev 150, and realized that most roms cdi crashes on launch or shortly gaming. Some already get error and do not even open, giving error plugin image, as the case of iso Dead or Alive 2.

As it is difficult to find isos without problems and most are ripped with loaders (echelon). Would be correct to use the GD-Roms in gdi format

The problem is that the GD-ROMs, in GDI format has a different structure. the gdi have in all the files format standard bin. Gdi all have the same names in all files

Ex: Bomberman Online.gdi

track1.bin
track3.bin
track2.raw

What makes it impossible to keep them in the same directory.

What I wonder is if advanced launcher would be able to read subdirectories

ex:

iso folder
       |
Bomberman Online sub folder
       |
Bomberman Online.gdi
track1.bin
track3.bin
track2.raw

i can do it, or you implement it??

Thanks for your attention!
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