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
ok so i have been racking my brain trying to get advanced launcher to launch epsxe but so far everytime i launch a game all i get is Addon.py script error. worst part is so far all my other emulators work but this one is giving me grief...

im using the settings from the wiki minus i added more extentions.

Arguments
-nogui -loadiso "%rom%"

Roms Extension
iso|bin|cue

using frodo rc3 and advanced launcher 1.10.15

if you need more information let me know what you need and ill dig it up.
error log hopfully
launcher.xml

ps. epsxe team released a new version.
(2013-01-24, 03:47)Vault Wrote: [ -> ]ok so i have been racking my brain trying to get advanced launcher to launch epsxe but so far everytime i launch a game all i get is Addon.py script error. worst part is so far all my other emulators work but this one is giving me grief...

im using the settings from the wiki minus i added more extentions.

Arguments
-nogui -loadiso "%rom%"

Roms Extension
iso|bin|cue

using frodo rc3 and advanced launcher 1.10.15

if you need more information let me know what you need and ill dig it up.
error log hopfully
launcher.xml

ps. epsxe team released a new version.
According to the error message your epsxe executable file is not a valid win32 application file. Unfortunately I cannot see the content of your launcher.xml file on pastebin (private access) to see why it is not recognized as a valid win 32 application.

(2013-01-24, 04:41)Angelscry Wrote: [ -> ]
(2013-01-24, 03:47)Vault Wrote: [ -> ]ok so i have been racking my brain trying to get advanced launcher to launch epsxe but so far everytime i launch a game all i get is Addon.py script error. worst part is so far all my other emulators work but this one is giving me grief...

im using the settings from the wiki minus i added more extentions.

Arguments
-nogui -loadiso "%rom%"

Roms Extension
iso|bin|cue

using frodo rc3 and advanced launcher 1.10.15

if you need more information let me know what you need and ill dig it up.
error log hopfully
launcher.xml

ps. epsxe team released a new version.
According to the error message your epsxe executable file is not a valid win32 application file. Unfortunately I cannot see the content of your launcher.xml file on pastebin (private access) to see why it is not recognized as a valid win 32 application.

hmm ok well i reset the launcher link so its no longer private (silly me).
interesting i can launch it on its own.
(2013-01-24, 04:43)Vault Wrote: [ -> ]
(2013-01-24, 04:41)Angelscry Wrote: [ -> ]
(2013-01-24, 03:47)Vault Wrote: [ -> ]ok so i have been racking my brain trying to get advanced launcher to launch epsxe but so far everytime i launch a game all i get is Addon.py script error. worst part is so far all my other emulators work but this one is giving me grief...

im using the settings from the wiki minus i added more extentions.

Arguments
-nogui -loadiso "%rom%"

Roms Extension
iso|bin|cue

using frodo rc3 and advanced launcher 1.10.15

if you need more information let me know what you need and ill dig it up.
error log hopfully
launcher.xml

ps. epsxe team released a new version.
According to the error message your epsxe executable file is not a valid win32 application file. Unfortunately I cannot see the content of your launcher.xml file on pastebin (private access) to see why it is not recognized as a valid win 32 application.

hmm ok well i reset the launcher link so its no longer private (silly me).
interesting i can launch it on its own.
Your epsxe launcher arguments are wrong :
Code:
<args>-loadsio "%rom%"</args>
they must be :
Code:
<args>-nogui -loadiso "%rom%"</args>
Oh forgot to set those back after messing with them to see if they might have been causing a problem. Hmm error log still says its an invalid win32 app. So frustrating the answer is probably staring me right in the face ill dig a little deeper into epsxe and the launcher.
Your Windows is a 32bit or a 64bit system?
Epsxe is a 32bit or a 64bit application?
windows 32bit and epsxe 32bit. not sure what is wrong it launches just fine from the exe file its self but no matter what i try i keep getting the error launching it from a bat file auto it script all throws the same error.
(2013-01-24, 05:23)Vault Wrote: [ -> ]windows 32bit and epsxe 32bit. not sure what is wrong it launches just fine from the exe file its self but no matter what i try i keep getting the error launching it from a bat file auto it script all throws the same error.
Which bat autoit script? A .bat script or an autoit script? You mean you did not start epsxe directly from Advanced launcher?
no when i run the epsxe.exe on its own it runs fine. i made a simple bat file to start epsxe and it runs fine on its own. i tried amking a modified version of the pcsx2 auto it script to launch it but i cant get that to load at all. But for some reason when trying to run any option in advanced launcher i keep getting the error.
(2013-01-24, 05:01)Vault Wrote: [ -> ]Oh forgot to set those back after messing with them to see if they might have been causing a problem. Hmm error log still says its an invalid win32 app. So frustrating the answer is probably staring me right in the face ill dig a little deeper into epsxe and the launcher.
Have you try to start epsxe with a game path as argument directly from a .bat file for example? Maybe, simply, the new version of epsxe cannot start games using from command line...Huh
(2013-01-22, 13:46)Angelscry Wrote: [ -> ]
(2013-01-22, 11:41)siriusbox Wrote: [ -> ]There is an issue with Advanced Launcher while using WASAPI as sound API in XBMC, if you launch a game, al least a MAME one, you lose the sound, probably because the system keeps in WASAPI mode, since XBMC keeps running and MAME probably doesn't do check of sound API either.

Please could anyone confirm that issue, I guess that probably is not a fault with Advanced Launcher but maybe could be a workaround just switching to Directsound when a game is launched and then restoring to WASAPI again, just toggling the current sound API if Directsound is not the default one, but I'm afraid that this needs to close and reopen XBMC Confused

Thanks.
That's a recurent big problem that actually happen with the Frodo versions of XBMC. Most of the application which use sounds, started form XBMC or running at the same time than XBMC, cannot render it correctly. And it is worse on Linux systems where XBMC totally modifiy all your system audio settings when it is started... and do no restore them when it is close. So it is not related to Advanced Launcher, but Advanced Launcher is one of the add-on the most affected by this bug.


(2013-01-22, 13:11)Ghostdivision Wrote: [ -> ]Unfortunately for many this can cause stuttering during video playback and recommended by some developers to keep off, especially for 1080/24 bluray ripsI do get stuttering video using that option.
If you do not want to use this option, do not use it... but I cannot do anything more for you. Just ask you the question : "Why this option exists into XBMC?" And the killer question : Why under Windows, XBMC cannot minimize correctly (like any other application) and play video without stuttering at the same time? I cannot change this option directly from Advanced Launcher (there is no XBMC builtin function for this) so users may do it manually. That's another big XBMC problem.

No worries, it seems to be working fine now, for whatever reason, chrome is on top and in focus. If not i can point toward a .bat file with advanced launcher that works well also.
(2013-01-24, 13:41)Angelscry Wrote: [ -> ]
(2013-01-24, 05:01)Vault Wrote: [ -> ]Oh forgot to set those back after messing with them to see if they might have been causing a problem. Hmm error log still says its an invalid win32 app. So frustrating the answer is probably staring me right in the face ill dig a little deeper into epsxe and the launcher.
Have you try to start epsxe with a game path as argument directly from a .bat file for example? Maybe, simply, the new version of epsxe cannot start games using from command line...Huh

Just tried its loads one fine from command line just not in advanced launcher.

start epsxe.exe -nogui -loadbin "H:\roms emulators\iso\psx\Final Fantasy Origins.iso.*"
Well i just deleted the launcher and tried remaking it using pcsxr but stll no go still the same error starting to think i'm not meant to play playstation games.
(2013-01-24, 18:53)Vault Wrote: [ -> ]Well i just deleted the launcher and tried remaking it using pcsxr but stll no go still the same error starting to think i'm not meant to play playstation games.
Ok... hum... Undecided Which Windows version are you using?
windows 7 home premium 32bit.
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