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


- loktar - 2011-06-07

but only the screen goes black, the game stills on, ican hear the game sound and the controller works. i have searched for the apmd service but cant find, im new on linux. no one have ever faced this problem?


- malte - 2011-06-07

Maybe this helps.


Resolution changes after app launch - vash265 - 2011-06-08

I'm using advanced launcher to launch a couple of emulators. Because of some sound issues, I'm actually launching scripts that killall -stop xbmc, launch the emulator, and killall -cont xbmc when the emulator is quit.

This works fantastically, except whenever XBMC returns from the application, the resolution is down to 1280x800 (I have it set to default to 1920x1080). I'm not sure if this is a problem with the launcher, XBMC, or my setup, but I was hoping you could help.

I'm running xbmc on a 2008 macbook (max native resolution of 1280x800, probably not coincidentally), hooked up to an external display via DVI. My OS is Ubuntu 10.04 (so no Xorg files). XBMC launches into 1080p on startup, and I can always go to settings and change it back, but it's becoming a bit of a nuisance.

Any ideas? Thanks.


- Angelscry - 2011-06-08

vash265 Wrote:I'm using advanced launcher to launch a couple of emulators. Because of some sound issues, I'm actually launching scripts that killall -stop xbmc, launch the emulator, and killall -cont xbmc when the emulator is quit.

This works fantastically, except whenever XBMC returns from the application, the resolution is down to 1280x800 (I have it set to default to 1920x1080). I'm not sure if this is a problem with the launcher, XBMC, or my setup, but I was hoping you could help.

I'm running xbmc on a 2008 macbook (max native resolution of 1280x800, probably not coincidentally), hooked up to an external display via DVI. My OS is Ubuntu 10.04 (so no Xorg files). XBMC launches into 1080p on startup, and I can always go to settings and change it back, but it's becoming a bit of a nuisance.

Any ideas? Thanks.
There is 2 causes that could explain why you are not recovering the 1920x1080 resolution after closing the emulator :
- When you start an emulator it force to use its proper screen resolution. In this case try to configure the emulator to use the same resolution as XBMC.
- When you start/close the emulator, for a few second your are forced to use the windows manager/OS resolution. Here again, in this case try to configure the Ubuntu to use the same resolution as XBMC.

If it is not working, you can also modify you bash script (used to close/pause XBMC) to change the resolution of your screen (just before resume/restart XBMC) using the xrandr command line : http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html


- vash265 - 2011-06-09

Angelscry Wrote:There is 2 causes that could explain why you are not recovering the 1920x1080 resolution after closing the emulator :
- When you start an emulator it force to use its proper screen resolution. In this case try to configure the emulator to use the same resolution as XBMC.
- When you start/close the emulator, for a few second your are forced to use the windows manager/OS resolution. Here again, in this case try to configure the Ubuntu to use the same resolution as XBMC.

If it is not working, you can also modify you bash script (used to close/pause XBMC) to change the resolution of your screen (just before resume/restart XBMC) using the xrandr command line : http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html

I wanted to keep my emulator resolution as it was so it didn't distort the game screen. However, your other two suggestions set me off on the right path.

All I had to do was disable my laptop monitor:

xrandr --output LVDS1 --off

This fixed the problem. To ensure it's off when I launch one of the emulators, I just added it to the top line of my script (before I even killed XBMC). That way XBMC didn't default back to the laptop's resolution when it resumed.

Note that the name of the monitor (LVDS1) may differ if you're looking at this at some point in the future. To find out what your monitor is called, type

xrandr -q

That will show a list of all the available monitors with their respective resolutions. LVDS1 is the default name for laptop monitors with intel drivers.


- Angelscry - 2011-06-09

vash265 Wrote:I wanted to keep my emulator resolution as it was so it didn't distort the game screen. However, your other two suggestions set me off on the right path.

All I had to do was disable my laptop monitor:

xrandr --output LVDS1 --off

This fixed the problem. To ensure it's off when I launch one of the emulators, I just added it to the top line of my script (before I even killed XBMC). That way XBMC didn't default back to the laptop's resolution when it resumed.

Note that the name of the monitor (LVDS1) may differ if you're looking at this at some point in the future. To find out what your monitor is called, type

xrandr -q

That will show a list of all the available monitors with their respective resolutions. LVDS1 is the default name for laptop monitors with intel drivers.
Thank you for the complement of information about xrandr. It will be useful for the other users.


- BrooksyX - 2011-06-09

Sorry if this has been asked but I searched with no answers to be found. Is there any plans for support for multi disc games. Like making them show up once and when clicking on the game you can pick which disc to launch? If not thats fine as I just name them disc 1, disc 2.. etc.


- Angelscry - 2011-06-10

BrooksyX Wrote:Sorry if this has been asked but I searched with no answers to be found. Is there any plans for support for multi disc games. Like making them show up once and when clicking on the game you can pick which disc to launch? If not thats fine as I just name them disc 1, disc 2.. etc.
I have removed this option from Advanced launcher several version ago to only display the first CD, for 3 reasons :
  • First, most of the game ask you the first disk to start a game even if you actual evolution into the game is on other disk.
  • Second, it is the role of the emulator to manage multi-CD, not the launcher. Some emulators like WinUAE does it perfectly since many years.
  • Finally, you always have the opportunity to write/use scripts that will automatically mount all the disks and automatically switch between them using a key press action.
Also, as I always said a lot of time, Advanced Launcher is an application launcher, not a roms or disks manager.


- BrooksyX - 2011-06-10

Angelscry Wrote:I have removed this option from Advanced launcher several version ago to only display the first CD, for 3 reasons :
  • First, most of the game ask you the first disk to start a game even if you actual evolution into the game is on other disk.
  • Second, it is the role of the emulator to manage multi-CD, not the launcher. Some emulators like WinUAE does it perfectly since many years.
  • Finally, you always have the opportunity to write/use scripts that will automatically mount all the disks and automatically switch between them using a key press action.
Also, as I always said a lot of time, Advanced Launcher is an application launcher, not a roms or disks manager.

Ok thanks for the reply, and thanks for all the help so far! This is definitely my favorite plug in for xbmc


- igotdvds - 2011-06-10

Support in Simplicity: http://forum.xbmc.org/showthread.php?tid=103215


- Angelscry - 2011-06-10

igotdvds Wrote:Support in Simplicity: http://forum.xbmc.org/showthread.php?tid=103215
Thank you very much igotdvds for this skin support of Advanced Launcher.Cool


- loktar - 2011-06-12

first of all i want to thanks malte for the black screen solution, works like a charm. my new problem is with the streets of rage remake game, it uses bgdi to run but any script i have made the dont starts on xbmc-live but if i run by putty the game works. the game is on ubuntugames repo.


- tscustoms - 2011-06-12

ive searched and really couldnt find a clear answer for this, but i got my snes emu running good and all my roms, but everytime it goes to download the fanart, thumbs, and info it always says no data. what do i need to do? thanks


- Angelscry - 2011-06-12

tscustoms Wrote:ive searched and really couldnt find a clear answer for this, but i got my snes emu running good and all my roms, but everytime it goes to download the fanart, thumbs, and info it always says no data. what do i need to do? thanks
Which scrapper are you using?


- Angelscry - 2011-06-12

loktar Wrote:first of all i want to thanks malte for the black screen solution, works like a charm. my new problem is with the streets of rage remake game, it uses bgdi to run but any script i have made the dont starts on xbmc-live but if i run by putty the game works. the game is on ubuntugames repo.
Could you be more precise please? "Streets of rage remake" is an emulated or a stand-alone game? What is bgdi? How do you start it? With which script?