The problem, an update of the Launcher resulting in the bot failing to login with the new launcher.
The solution:
1: Update EVE and Launcher.
2: Roll back the Launcher (You do keep backups right?.)
3: Run the provided AutoHotKey script (install autohotkey.)
4: Run EvePilot as usual.
This script should close the update window the moment it opens and that allows the bot to continue to operate on the old launcher with the latest EVE.
| Code: |
loop
{
if WinActive("EVE Launcher Update")
{
WinClose
}
Sleep, 1000
}
|
Absolutely no warranty what so ever.