04-13-2016, 06:59 PM
(04-13-2016, 05:58 PM)Ace Wrote: Set your "Stop Count" to 255. Once it stops after the 255th duty, check how much memory is being used by the ffxiv.exe in the Windows Task Manager, and report that number here.
After this, do a File > Reload Lua Modules, and then continue with duties, and see if it still crashes in the next 1.
Look into integer over flow errors? Using a short to count the number of duties would over flow after 256. That would cause an error in the bot, and crash it. Just a guess, but something maybe to look into.