I have downloaded the latest version and installed it clean on a new machine and got the same message each time I start the debugger.
I fixed this by updating the
Update Program Settings.ini file in the AutoItDebugger folder.
I changed the line:
- Code: Select all
LatestVersionINILocation=http://thefoolonthehill.net/AutoIt_Debugger/Version.ini
into
- Code: Select all
LatestVersionINILocation=http://www.thefoolonthehill.net/userfiles/file/AutoIt_Debugger/Version.ini
This avoids the nasty message and I hope that I will be warned when a new version is availabe.
This line should be updated in the next update release of the debugger with the correct link.