Bot crash while cannot write to cookies

Post Reply
John7
Posts: 2
Joined: 29 Mar 2016, 17:20

Bot crash while cannot write to cookies

Post by John7 »

Here is what shows on log..

13.7.2016 12.39.07: Ïðîèçîøëî èñêëþ÷åíèå! App version: 4.1.2.2
13.7.2016 12.39.07: Type: EIniFileException
13.7.2016 12.39.07: Message: Unable to write to C:\Program Files (x86)\UnitSender\Elite\"Player account"\Cookies\Cookies.ini
13.7.2016 12.39.07: ------------------------------------------------------------------------ Call Stack ------------------------------------------------------------------------
13.7.2016 12.39.07: > [00404E10] System.ThreadWrapper
13.7.2016 12.39.07: ------------------------------------------------------------------------------------------------------------------------------------------------------------
13.7.2016 12.39.59: Ïðîèçîøëî èñêëþ÷åíèå!
13.7.2016 12.39.59: Type: EThread App version: 4.1.2.2
13.7.2016 12.39.59: Message: Thread creation error: Not enough storage is available to process this command
13.7.2016 12.39.59: ------------------------------------------------------------------------ Call Stack ------------------------------------------------------------------------
13.7.2016 12.39.59: > [00404E10] System.ThreadWrapper
13.7.2016 12.39.59: > [00428AD7] Classes.TThread.Create
13.7.2016 12.39.59: > [00485F55] JclDebug.TJclDebugThread.Create (Line 3988, "JclDebug.pas")
13.7.2016 12.39.59: > [007BB0C6] serverthread.TListener.Execute (Line 1132, "Source\serverthread.pas")
13.7.2016 12.39.59: > [004289DC] Classes.ThreadProc
13.7.2016 12.39.59: > [00404E10] System.ThreadWrapper
13.7.2016 12.39.59: > [00428AD7] Classes.TThread.Create
13.7.2016 12.39.59: > [00485F55] JclDebug.TJclDebugThread.Create (Line 3988, "JclDebug.pas")
13.7.2016 12.39.59: > [007BB0C6] serverthread.TListener.Execute (Line 1132, "Source\serverthread.pas")
13.7.2016 12.39.59: > [004289DC] Classes.ThreadProc
13.7.2016 12.39.59: > [00404E10] System.ThreadWrapper
13.7.2016 12.39.59: ------------------------------------------------------------------------------------------------------------------------------------------------------------
13.7.2016 12.40.54: Ïðîèçîøëî èñêëþ÷åíèå! App version: 4.1.2.2
13.7.2016 12.40.54: Type: EIniFileException
13.7.2016 12.40.54: Message: Unable to write to C:\Program Files (x86)\UnitSender\Elite\"Player account"\Cookies\Cookies.ini
13.7.2016 12.40.54: ------------------------------------------------------------------------ Call Stack ------------------------------------------------------------------------
13.7.2016 12.40.54: > [00566D4C] WIniFiles.TWIniFile.WriteString (Line 194, "Source\WIniFiles.pas")
13.7.2016 12.40.54: > [00736F3B] Main.SaveCookies (Line 28706, "Source\Main.pas")
13.7.2016 12.40.54: > [007379FF] Main.TForm1.HTTPResponse (Line 28821, "Source\Main.pas")
13.7.2016 12.40.54: > [007BDF34] serverthread.TSyncProxyThread.Execute (Line 1867, "Source\serverthread.pas")
13.7.2016 12.40.54: > [004289DC] Classes.ThreadProc
13.7.2016 12.40.54: > [00404E10] System.ThreadWrapper
13.7.2016 12.40.54: > [00566D4C] WIniFiles.TWIniFile.WriteString (Line 194, "Source\WIniFiles.pas")
13.7.2016 12.40.54: > [00736F3B] Main.SaveCookies (Line 28706, "Source\Main.pas")
13.7.2016 12.40.54: > [007379FF] Main.TForm1.HTTPResponse (Line 28821, "Source\Main.pas")
13.7.2016 12.40.54: > [007BDF34] serverthread.TSyncProxyThread.Execute (Line 1867, "Source\serverthread.pas")
13.7.2016 12.40.54: > [004289DC] Classes.ThreadProc
13.7.2016 12.40.54: ------------------------------------------------------------------------------------------------------------------------------------------------------------


Looks like bot crash while it attempt to write on cookie.ini file...i'm using installed ie as browser in bot. Is there some kind of limit on that file what how much can be written there and how to extend that file side if that is problem?
User avatar
Vlad
Разработчик
Posts: 4303
Joined: 16 Aug 2010, 21:21

Re: Bot crash while cannot write to cookies

Post by Vlad »

I will remove cookies from ini file in future version to avoid this error
Post Reply