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


- Angelscry - 2011-04-02

Haohmaru Wrote:Sadly it didn't worked either after I've set it up with the close script. The emu didn't started and xbmc has restarted.

Thx for the help anyway I'm shure it has nothing to do with this great launcher anyway.
Problem may comes from your system configuration.

Haohmaru Wrote:There is still one minor thing that bothers me. Gens / GS runs fine with the launcher but its not that great as a Sega emulator like Kega Fusion is. I just can't get it to launch. If I set it up the same way as I did with gens and I start a game than xbmc vanishes for a fraction of a sec than comes back.
I've tried to launch it with the xbmc close and the suspend script but none of them worked.
If I start Kega Fusion in Ubuntu Live 10.04 i got no problems.
Is there a way to start it in xbmc live ? Huh
Do you want to start Kega fusion from Ubuntu Live 10.04 or from XBMC Live? Oo I have also problems with Kega-Fusion on my Linux system... more complicated than yours... I'm not able ti install it. So, I cannot really help you on that case. Sorry.


- Angelscry - 2011-04-02

Grangey. Wrote:great stuff, found it Smile

http://pastebin.com/z4fMbsqe
There is something wrong into your launchers.xml file. Shocked Empty tags are under this form :
Code:
....
<thumb />
<fanart />
<genre />
<release />
<publisher />
<launcherplot />
....
But normally it must be under this form :
Code:
....
<thumb></thumb>
<fanart></fanart>
<genre></genre>
<release></release>
<publisher></publisher>
<launcherplot></launcherplot>
....
That could generate some errors. Do you have tries to edit this launchers.xml file using an xml dedicated software?


- Grangey. - 2011-04-02

i didnt 100% understand you but if ive interpreted you correctly- no ive never edited this xml before.

i can certainly try to edit accordingly but tbh all the fanart and thumbs are working perfectly, its just the actual launching of the programs that dont work.

I normally edit my xmls using noteapad as im not aware of any decicated xml editors, can you point me in the direction of one? (free preferably).

Thanks for your help so far,
Grangey


- Grangey. - 2011-04-02

oh and after reading the xml i see what you mean, but note for the applications that look like that- its because i havnt entered in any fan art and left things like args blank- so i guess this is what the program does by default- all of these files launch correctly though exactly as they should (as the are standard exe launches). The difficulty im having is getting the lnks to launch into the appropriate actual file (as its done using the other method-the emulator style one)- as it just seems to launch into the main exe file which im forced to select when creating this setup rather than the respectivly linked lnk files.

I wonder if there is some way of creating an exe which tells it to launch the correct lnk files, does that make sense?


- Angelscry - 2011-04-03

Grangey. Wrote:oh and after reading the xml i see what you mean, but note for the applications that look like that- its because i havnt entered in any fan art and left things like args blank- so i guess this is what the program does by default- all of these files launch correctly though exactly as they should (as the are standard exe launches).
Yes it may not affect the way the .lnk files are started, but empty fields MUST NOT appears like this. The program is not writed to do manage XML tags like that.

Grangey. Wrote:I wonder if there is some way of creating an exe which tells it to launch the correct lnk files, does that make sense?
Oupsss.. I miss it. Your argument must be
Code:
<args>"%rom%"</args>
and not only
Code:
<args>%rom%</args>
as mentionned into the WIKI page : http://www.gwenael.org/xbmc/index.php?title=File_shortcuts


- nekoarashi - 2011-04-05

Nvm, figured it out. What are PC games scraped as , as far as console?


- killerpoptart - 2011-04-05

Does anyone recommend a SNES emulator that would work well with this? Thanks for the reply!


- twotone8 - 2011-04-05

zsnes


- Angelscry - 2011-04-05

nekoarashi Wrote:Nvm, figured it out. What are PC games scraped as , as far as console?
IBM PC Compatible


- Angelscry - 2011-04-05

killerpoptart Wrote:Does anyone recommend a SNES emulator that would work well with this? Thanks for the reply!
http://www.gwenael.org/xbmc/index.php?title=Super_Nintendo


- steel187 - 2011-04-06

i actually like mednafen for snes, which is based off bsnes


- ghostelement - 2011-04-06

When I go to add a new launcher for an emulator, I only see drive "I:" as a selection. I can't see my C drive or anything. I think someone else had this problem before, but I wasn't able to find it easily since this thread is almost 200 pages long now.


- htpc guy - 2011-04-06

ghostelement Wrote:When I go to add a new launcher for an emulator, I only see drive "I:" as a selection. I can't see my C drive or anything. I think someone else had this problem before, but I wasn't able to find it easily since this thread is almost 200 pages long now.

Remove any discs from the cd/dvd tray, unmount any usb thumbdrives or external hard drives and try again.


- Angelscry - 2011-04-06

ghostelement Wrote:When I go to add a new launcher for an emulator, I only see drive "I:" as a selection. I can't see my C drive or anything. I think someone else had this problem before, but I wasn't able to find it easily since this thread is almost 200 pages long now.
You just have to read the Advanced Launcher user guide, and more precisely the text part into red : http://www.gwenael.org/forum/viewtopic.php?id=3

htpc guy Wrote:Remove any discs from the cd/dvd tray, unmount any usb thumbdrives or external hard drives and try again.
No... he just have to add the drives he want to access as source into XBMC file manager. This is how we have to do now since the release of Dharma. This is not just specific to Advanced Launcher but for all the add-ons


- ingeon - 2011-04-07

Angelscry Wrote:You just have to read the Advanced Launcher user guide, and more precisely the text part into red : http://www.gwenael.org/forum/viewtopic.php?id=3

No... he just have to add the drives he want to access as source into XBMC file manager. This is how we have to do now since the release of Dharma. This is not just specific to Advanced Launcher but for all the add-ons

Understand, but why if I have no drives in DVD-rom does it work. If I forget a disk in the drive, I have to remove it, restart XBMC and then it`s okay. And this is not just Advanced Launcher, I understand that.