|
自動儲倉 赦免勳章後 視窗會出現錯誤訊息 導致後來腳色滿了之後 無法再開啟自動儲倉腳色
查看 d2botcrash.log 發現以下訊息
2017/2/11
System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\KOLBOT\kolbot\d2bot-with-kolbot-CORE15-CN\images\39_Token of Absolution Right-click to reset Stat\'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)
at System.IO.Directory.GetFiles(String path, String searchPattern)
at D2Bot.ItemScreenShot.Take(Item item, Boolean Save) in C:\Users\QQ\Desktop\New folder (4)\d2botsharp\ItemScreenShot.cs:line 431
at D2Bot.ItemScreenShot.Take(D2Item d2item, Boolean Save) in C:\Users\QQ\Desktop\New folder (4)\d2botsharp\ItemScreenShot.cs:line 39
at D2Bot.Main.HandleMessage(IntPtr hWnd, String message) in C:\Users\QQ\Desktop\New folder (4)\d2botsharp\MsgHandler.cs:line 188
at D2Bot.Main.<WorkThread>b__3() in C:\Users\QQ\Desktop\New folder (4)\d2botsharp\MsgHandler.cs:line 60
因為有開啟自動組合洗點勳章 之前發現組合完會直接丟掉
所以在拾取文件加了 [name] == token of absolution
問題就此開始 BOT自動儲倉完 把洗點勳章儲完 就會出現錯誤訊息
好像無解 所以就把拾取文件 [name] == token of absolution 取消了
|
|