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


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - hentai23 - 2012-12-14

?

well thanks for telling me now , yes without youre script and exiting with x does the job , fullscreen every freakin time buyaaaa!!!


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-12-14

(2012-12-14, 13:36)hentai23 Wrote: ?

well thanks for telling me now , yes without youre script and exiting with x does the job , fullscreen every freakin time buyaaaa!!!
No problem. It always a pleasure for me to take on my time to create useless scripts for users who do not know how to use theirs applications. Wink




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - hentai23 - 2012-12-14

go ahead rub it in will ya, lols Wink


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sudopinion - 2012-12-14

Hi Angelscry. Sorry if you've already answered this, but upon upgrading to frodo, i'm getting this error (from xbmc.log)
Code:
...

08:45:52 T:5996 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
08:45:52 T:2676  NOTICE: Thread Jobworker start, auto delete: true
08:45:54 T:7876  NOTICE: Thread XBPyThread start, auto delete: false
08:45:54 T:7876  NOTICE: -->Python Interpreter Initialized<--
08:45:55 T:7876  NOTICE: Launcher: found 73 launchers
08:45:55 T:7876   ERROR: NEWADDON Invalid Date Format ""
08:45:55 T:6864   ERROR: Previous line repeats 72 times.
08:45:55 T:6864  NOTICE: Thread Background Loader start, auto delete: false
08:45:57 T:6176  NOTICE: Previous line repeats 4 times.
08:45:57 T:6176  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6176  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6176  NOTICE: Launcher: found 73 launchers
08:45:57 T:6176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            Traceback (most recent call last):
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\addon.py", line 20, in <module>
                                                plugin.Main()
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 205, in __init__
                                                if (self.launchers[launcher]["rompath"] == ""):
                                            KeyError: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            -->End of Python script error report<--
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
08:45:57 T:6236  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6236  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6236  NOTICE: Launcher: found 73 launchers
08:45:57 T:6236   ERROR: NEWADDON Invalid Date Format ""
08:45:57 T:7792   ERROR: Previous line repeats 72 times.
08:45:57 T:7792  NOTICE: Thread Background Loader start, auto delete: false

(2012-12-14, 13:42)Angelscry Wrote: No problem. It always a pleasure for me to take on my time to create useless scripts for users who do not know how to use theirs applications. Wink
Since you're offering...identify roms inside archives using hash-checking...Big GrinBig GrinBig GrinBig GrinBig Grin




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-12-14

(2012-12-14, 18:53)sudopinion Wrote: Hi Angelscry. Sorry if you've already answered this, but upon upgrading to frodo, i'm getting this error (from xbmc.log)
Code:
...

08:45:52 T:5996 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
08:45:52 T:2676  NOTICE: Thread Jobworker start, auto delete: true
08:45:54 T:7876  NOTICE: Thread XBPyThread start, auto delete: false
08:45:54 T:7876  NOTICE: -->Python Interpreter Initialized<--
08:45:55 T:7876  NOTICE: Launcher: found 73 launchers
08:45:55 T:7876   ERROR: NEWADDON Invalid Date Format ""
08:45:55 T:6864   ERROR: Previous line repeats 72 times.
08:45:55 T:6864  NOTICE: Thread Background Loader start, auto delete: false
08:45:57 T:6176  NOTICE: Previous line repeats 4 times.
08:45:57 T:6176  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6176  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6176  NOTICE: Launcher: found 73 launchers
08:45:57 T:6176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            Traceback (most recent call last):
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\addon.py", line 20, in <module>
                                                plugin.Main()
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher\resources\lib\launcher_plugin.py", line 205, in __init__
                                                if (self.launchers[launcher]["rompath"] == ""):
                                            KeyError: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            -->End of Python script error report<--
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
08:45:57 T:6236  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6236  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6236  NOTICE: Launcher: found 73 launchers
08:45:57 T:6236   ERROR: NEWADDON Invalid Date Format ""
08:45:57 T:7792   ERROR: Previous line repeats 72 times.
08:45:57 T:7792  NOTICE: Thread Background Loader start, auto delete: false

(2012-12-14, 13:42)Angelscry Wrote: No problem. It always a pleasure for me to take on my time to create useless scripts for users who do not know how to use theirs applications. Wink
Since you're offering...identify roms inside archives using hash-checking...Big GrinBig GrinBig GrinBig GrinBig Grin
No. Advanced Launcher is an applications launcher, not a roms manager.




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sudopinion - 2012-12-14

(2012-12-14, 19:17)Angelscry Wrote: ......
No. Advanced Launcher is an applications launcher, not a roms manager.

I was totally being facetious. But I truly don't know what's going on with advl. Is there any other info I can give you help identify the problem?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-12-14

(2012-12-14, 19:38)sudopinion Wrote:
(2012-12-14, 19:17)Angelscry Wrote: ......
No. Advanced Launcher is an applications launcher, not a roms manager.

I was totally being facetious. But I truly don't know what's going on with advl. Is there any other info I can give you help identify the problem?
Which problem?




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-12-14

(2012-12-12, 18:37)Angelscry Wrote:
(2012-12-12, 17:44)DocMAX Wrote: hi, i also tried with RC1 with Toogle Fullscreen On and Off, same problem. and the problem is easy to reproduce: just have the window unfocused by i.e. explorer, make some lef/right movement on the controller (i have an xbox for win controller) and then bring xbmc.exe back on focus. the left/right events are being executed in a loop (endless!).

big big bug, we need to find a solution, can't play my games from the couch anymore =(...
I have created a ticket : http://trac.xbmc.org/ticket/13726
The buffering controller bug is now fixed in current GIT versions of XBMC. Wink




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sudopinion - 2012-12-14

(2012-12-14, 19:45)Angelscry Wrote: Which problem?
This problem:
Code:
...

08:45:52 T:5996 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
08:45:52 T:2676  NOTICE: Thread Jobworker start, auto delete: true
08:45:54 T:7876  NOTICE: Thread XBPyThread start, auto delete: false
08:45:54 T:7876  NOTICE: -->Python Interpreter Initialized<--
08:45:55 T:7876  NOTICE: Launcher: found 73 launchers
08:45:55 T:7876   ERROR: NEWADDON Invalid Date Format ""
08:45:55 T:6864   ERROR: Previous line repeats 72 times.
08:45:55 T:6864  NOTICE: Thread Background Loader start, auto delete: false
08:45:57 T:6176  NOTICE: Previous line repeats 4 times.
08:45:57 T:6176  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6176  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6176  NOTICE: Launcher: found 73 launchers
08:45:57 T:6176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            Traceback (most recent call last):
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\addon.py", line 20, in <module>
                                                plugin.Main()
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\resources\lib\launcher_plugin.py", line 205, in __init__
                                                if (self.launchers[launcher]["rompath"] == ""):
                                            KeyError: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            -->End of Python script error report<--
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
08:45:57 T:6236  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6236  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6236  NOTICE: Launcher: found 73 launchers
08:45:57 T:6236   ERROR: NEWADDON Invalid Date Format ""
08:45:57 T:7792   ERROR: Previous line repeats 72 times.
08:45:57 T:7792  NOTICE: Thread Background Loader start, auto delete: false



RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-12-14

(2012-12-14, 20:14)sudopinion Wrote:
(2012-12-14, 19:45)Angelscry Wrote: Which problem?
This problem:
Code:
...

08:45:52 T:5996 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
08:45:52 T:2676  NOTICE: Thread Jobworker start, auto delete: true
08:45:54 T:7876  NOTICE: Thread XBPyThread start, auto delete: false
08:45:54 T:7876  NOTICE: -->Python Interpreter Initialized<--
08:45:55 T:7876  NOTICE: Launcher: found 73 launchers
08:45:55 T:7876   ERROR: NEWADDON Invalid Date Format ""
08:45:55 T:6864   ERROR: Previous line repeats 72 times.
08:45:55 T:6864  NOTICE: Thread Background Loader start, auto delete: false
08:45:57 T:6176  NOTICE: Previous line repeats 4 times.
08:45:57 T:6176  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6176  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6176  NOTICE: Launcher: found 73 launchers
08:45:57 T:6176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            Traceback (most recent call last):
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\addon.py", line 20, in <module>
                                                plugin.Main()
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\resources\lib\launcher_plugin.py", line 205, in __init__
                                                if (self.launchers[launcher]["rompath"] == ""):
                                            KeyError: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            -->End of Python script error report<--
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
08:45:57 T:6236  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6236  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6236  NOTICE: Launcher: found 73 launchers
08:45:57 T:6236   ERROR: NEWADDON Invalid Date Format ""
08:45:57 T:7792   ERROR: Previous line repeats 72 times.
08:45:57 T:7792  NOTICE: Thread Background Loader start, auto delete: false
Which versions of XBMC and Advanced Launcher are you sing?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sudopinion - 2012-12-14

(2012-12-14, 20:59)Angelscry Wrote:
(2012-12-14, 20:14)sudopinion Wrote:
(2012-12-14, 19:45)Angelscry Wrote: Which problem?
This problem:
Code:
...

08:45:52 T:5996 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
08:45:52 T:2676  NOTICE: Thread Jobworker start, auto delete: true
08:45:54 T:7876  NOTICE: Thread XBPyThread start, auto delete: false
08:45:54 T:7876  NOTICE: -->Python Interpreter Initialized<--
08:45:55 T:7876  NOTICE: Launcher: found 73 launchers
08:45:55 T:7876   ERROR: NEWADDON Invalid Date Format ""
08:45:55 T:6864   ERROR: Previous line repeats 72 times.
08:45:55 T:6864  NOTICE: Thread Background Loader start, auto delete: false
08:45:57 T:6176  NOTICE: Previous line repeats 4 times.
08:45:57 T:6176  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6176  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6176  NOTICE: Launcher: found 73 launchers
08:45:57 T:6176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            Traceback (most recent call last):
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\addon.py", line 20, in <module>
                                                plugin.Main()
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\resources\lib\launcher_plugin.py", line 205, in __init__
                                                if (self.launchers[launcher]["rompath"] == ""):
                                            KeyError: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            -->End of Python script error report<--
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
08:45:57 T:6236  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6236  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6236  NOTICE: Launcher: found 73 launchers
08:45:57 T:6236   ERROR: NEWADDON Invalid Date Format ""
08:45:57 T:7792   ERROR: Previous line repeats 72 times.
08:45:57 T:7792  NOTICE: Thread Background Loader start, auto delete: false
Which versions of XBMC and Advanced Launcher are you sing?
Using Frodo RC-1 with the latest version of advanced launcher on win7 x64.



RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - harSon - 2012-12-14

Does anyone have a batch code, Autoit script or Autohotkey script (I'd prefer Autoit, but it doesn't matter) so I can A) Launch Steam into Big Picture Mode automatically and B) Suspend/Close the XBMC proccess until I exit out of Steam?


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - Angelscry - 2012-12-14

(2012-12-14, 21:03)sudopinion Wrote:
(2012-12-14, 20:59)Angelscry Wrote:
(2012-12-14, 20:14)sudopinion Wrote: This problem:
Code:
...

08:45:52 T:5996 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
08:45:52 T:2676  NOTICE: Thread Jobworker start, auto delete: true
08:45:54 T:7876  NOTICE: Thread XBPyThread start, auto delete: false
08:45:54 T:7876  NOTICE: -->Python Interpreter Initialized<--
08:45:55 T:7876  NOTICE: Launcher: found 73 launchers
08:45:55 T:7876   ERROR: NEWADDON Invalid Date Format ""
08:45:55 T:6864   ERROR: Previous line repeats 72 times.
08:45:55 T:6864  NOTICE: Thread Background Loader start, auto delete: false
08:45:57 T:6176  NOTICE: Previous line repeats 4 times.
08:45:57 T:6176  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6176  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6176  NOTICE: Launcher: found 73 launchers
08:45:57 T:6176   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            Traceback (most recent call last):
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\addon.py", line 20, in <module>
                                                plugin.Main()
                                              File "C:\Users\sudopinion\AppData\Roaming\XBMC\addons\plugin.program.advanced.launcher​\resources\lib\launcher_plugin.py", line 205, in __init__
                                                if (self.launchers[launcher]["rompath"] == ""):
                                            KeyError: ('N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20',)
                                            -->End of Python script error report<--
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
08:45:57 T:6236  NOTICE: Thread XBPyThread start, auto delete: false
08:45:57 T:6236  NOTICE: -->Python Interpreter Initialized<--
08:45:57 T:6236  NOTICE: Launcher: found 73 launchers
08:45:57 T:6236   ERROR: NEWADDON Invalid Date Format ""
08:45:57 T:7792   ERROR: Previous line repeats 72 times.
08:45:57 T:7792  NOTICE: Thread Background Loader start, auto delete: false
Which versions of XBMC and Advanced Launcher are you sing?
Using Frodo RC-1 with the latest version of advanced launcher on win7 x64.
Which RC-1? I'm actually on 12.0-RC1 Git:20121214-487c0e0 and I'm not able to generate any error message. Are you using a older or younger version of RC-1? What is exactly your problem? How/when it occurs?


(2012-12-14, 21:08)harSon Wrote: Does anyone have a batch code, Autoit script or Autohotkey script (I'd prefer Autoit, but it doesn't matter) so I can A) Launch Steam into Big Picture Mode automatically and B) Suspend/Close the XBMC proccess until I exit out of Steam?
Have you read this thread? http://www.gwenael.org/forum/viewtopic.php?id=349




RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - sudopinion - 2012-12-14

(2012-12-14, 21:09)Angelscry Wrote: ... What is exactly your problem? How/when it occurs? ....

Found the problem. My program is generating a space after the random number in the launchers part of the xml:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<launchers>
    <launcher>
        <id>N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0 </id>
....
Code:
....
08:45:57 T:7176   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20
08:45:57 T:7176   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.advanced.launcher/?N6vDXlyX2d4ouw5k7F6luAfVXd1qEt5MW0%20) failed
...
I guess xmbc 11.0 is more forgiving.


nneeeevvvverrrrmiiiind.
TongueRolleyes


RE: [RELEASE] Advanced Launcher - Applications Launcher Addon for XBMC - harSon - 2012-12-14

(2012-12-14, 21:09)Angelscry Wrote: Have you read this thread? http://www.gwenael.org/forum/viewtopic.php?id=349

I tried doing this Autoit script from that thread:
Code:
HotKeySet("!{F4}", "Terminate")

if ProcessExists ( "steam.exe" ) = True Then
    Run ( '"C:\Program Files (x86)\Steam\Steam.exe" steam://open/bigpicture', "C:\Program Files (x86)\Steam\" )
        While 1
            if ProcessExists ( "steam.exe" ) = False Then
                Terminate ()
            EndIf
            Sleep(100)
        WEnd
ElseIf ProcessExists ( "steam.exe" ) = False Then
    Run ('"C:\Program Files (x86)\Steam\Steam.exe" -bigpicture', "C:\Program Files (x86)\Steam\" )
        While 1
            if ProcessExists ( "steam.exe" ) = False Then
                Terminate ()
            EndIf
            Sleep(100)
        WEnd
EndIf

Func Terminate()
    Run ('"C:\Program Files (x86)\Steam\Steam.exe" -shutdown', "C:\Program Files (x86)\Steam\" )
    if WinExists ("XBMC") = True Then
        WinActivate( "XBMC" )
        WinWaitActive( "XBMC" )
    EndIf
Exit 0

EndFunc

And it definitely launches Steam Big Picture, but it doesn't suspend/close the XBMC instance behind it, so the controller/remote inputs I use are applied to XBMC which minimizes Steam. Any idea on how to fix that?

Thanks!