Win XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more
Firstly, thanks for this utility which I’m finding really useful in my HTPC setup.
All is working well, except that I get a “cannot connect to remote server” dialog in Kodi when it executed following a suspend state. This doesn’t happen when Kodi is executed after a log-on.
I disabled the Kodi Video Library setting “update library on start-up” and the dialog doesn’t appear after resuming from suspend so I suspect that Kodi is trying to connect to the internet before the internet connection is re-established.
I looked at the source for Launcher4Kodi.ahk and saw that the code related to executing Kodi after log-on was:
If (StartKodiOnWinLogon = 1 and ReloadLauncher4Kodi = 0)
{
Sleep %StartupDelay%
LaunchApplication(KodiPath)
WinWait,Kodi,,2 ; wait 2 seconds
WinActivate, ahk_class Kodi ; activate and bring to front.
}

Whilst (I think) the code related to executing Kodi after suspend was:
Sleep %StartupDelay%
;WinWait,Kodi,,6 ; wait 6 seconds
WinActivate, ahk_class Kodi ; activate and bring to front.
LaunchApplication(KodiPath)

Could this cause my problem? Any help appreciated.

The messages in the log related to the dialog message are:
15:01:52 T:4228 ERROR: CCurlFile::FillBuffer - Failed: Couldn't resolve host name(6)
15:01:52 T:4228 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
15:01:52 T:4228 ERROR: ADDON::CScraper::Run: Unable to parse web site
15:01:52 T:4828 ERROR: Win32DllLoader::Load: Failed to load "atiadlxx.dll" with error 126: "The specified module could not be found.
"
15:01:52 T:4828 ERROR: LoadLibrary('atiadlxx.dll') failed
15:01:52 T:4828 ERROR: Win32DllLoader::Load: Failed to load "atiadlxy.dll" with error 126: "The specified module could not be found.
"
15:01:52 T:4828 ERROR: LoadLibrary('atiadlxy.dll') failed
Reply


Messages In This Thread
green start button remapping - by Cassiel - 2013-02-12, 21:44
RE: XBMC Launcher - by Govnah - 2013-02-16, 06:32
RE: XBMCLauncher - by MBulli - 2013-02-17, 12:20
Launcher4Kodi - by baijuxavior - 2015-02-17, 15:27
lack of focus - by runey71 - 2015-02-18, 07:53
black screen problem - by -CraZed- - 2015-03-18, 06:36
RE: XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more - by berkhornet - 2015-03-23, 17:13
RE: XBMCLauncher / Launcher4Kodi - by TB4875 - 2015-03-25, 11:49
RE: XBMCLauncher / Launcher4Kodi - by kmarq - 2015-05-19, 14:41
Error - by liamp - 2015-05-31, 23:03
RE: XBMCLauncher / Launcher4Kodi - by gitman - 2015-06-07, 21:40
RE: XBMCLauncher / Launcher4Kodi - by RockerC - 2015-06-16, 16:28
RE: Using Tweak UAC - by berkhornet - 2015-07-13, 19:04
RE: - by alsergo - 2015-11-25, 00:11
W10 and netflix - by Cassiuss - 2016-01-10, 15:50
netflix - by Cassiuss - 2016-01-11, 09:11
netflix - by Cassiuss - 2016-01-11, 11:12
netflix - by Cassiuss - 2016-01-11, 13:04
netflix - by Cassiuss - 2016-01-11, 11:44
Reverse shell to explorer - by shayosef - 2016-01-17, 14:24
Launcher4Kodi improvement - by kalhimeo - 2016-01-27, 20:20
resume during recording kodi - by eddedrukker - 2016-04-03, 08:58
RE: XBMCLauncher / Launcher4Kodi - by leezy88 - 2017-02-06, 09:41
Might be of use to someone... - by Grumpy - 2017-09-19, 04:18
Logout Mark Read Team Forum Stats Members Help
XBMCLauncher / Launcher4Kodi - All in One Tool for Change Shell, Set Focus and more20