WhiteHatBox
Share Page
Following(0)
Partner(s)
Sain

Bug reports

ReplyThanks 2014/09/01 12:41:49 0 0

In BotChief Editor create table type initializable global variable. Using "get values from table" select storable local string variable. Choose "remove row and add the row to the last of the table". Add LoadURL action, in action settings select created new storable local string variable. In BotChief task manager create new task, select multi treat, add few variable values, run bot.

After all values will be used, all new circles will run without first variable values!

Bug found in BotChief Editor 3.1.6, BotChief 2.7.5

Sain
2014/09/03 04:39:19
Make some additional tests - even when used 1 thread first values of variables used only once, all other - in loop in "run forever mode"
Sain
2014/09/03 06:26:03

Additional info for bug1: input 3 rows into table type variable, set 3 thread and run bot 3 times. After that check data in table and see this:

first row has data that was in 2-nd row before run

2-nd row has data that was in 3-rd row before run

3-rd row has data that was in 2-nd row before run

after run there is no data that was in 1-st row before run...

Sain
2014/09/03 11:26:08

Tested "remove row and add the row to the last of the table" with 4 rows. After first circle of running application:

first row has data that was in 4-th row before run

2-nd row has data that was in 2-st row before run

3-rd row has data that was in 3-nd row before run

4-th row has data that was in 4-th row before run

after run there is no data that was in 1-st row before run...



WhiteHatBox
2014/09/04 00:02:35
thanks for report, will check it.
Let's ROCK!
Sain
2014/09/04 08:25:49

Tested with 5 rows in table, 5 treads and 15 run times. As result in log file I saw, that values was used in such order:

1 row
3 row
4 row
2 row
5 row
2 row
3 row
4 row
5 row
2 row
3 row
4 row
5 row
2 row
3 row

Sain
2014/09/10 11:14:44

Very often, when I use scraper action, program stop working...

Sain
2014/09/10 12:07:27
Any info when new version will be available for download?
Sain
2014/09/10 15:23:39

Bug3:


See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at System.Windows.Forms.DataGridViewCellCollection.get_Item(Int32 index)
at BotChiefEditore.?(DataGridView A_0)
at BotChiefEditore.?()
at BotChiefEditore.?(Object A_0, EventArgs A_1)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at DevComponents.DotNetBar.Controls.ComboBoxEx.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at BotChiefEditore.?(Object A_0, AdvTreeNodeEventArgs A_1)
at DevComponents.AdvTree.AdvTree.OnAfterNodeSelect(AdvTreeNodeEventArgs args)
at DevComponents.AdvTree.AdvTree.SelectNode(Node node, eTreeAction action)
at DevComponents.AdvTree.AdvTree.?(Node ?, MouseEventArgs ?, Point ?)
at DevComponents.AdvTree.AdvTree.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
BotChiefEditor
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/WhiteHatBox/AppFile/129/BotChiefEditor.exe
----------------------------------------
DevComponents.DotNetBar2
Assembly Version: 10.9.0.4
Win32 Version: 10.9.0.4
CodeBase: file:///C:/Program%20Files/WhiteHatBox/AppFile/129/DevComponents.DotNetBar2.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.5420 built by: Win7SP1
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.66.0
Win32 Version: 1.0.66.0
CodeBase: file:///C:/Program%20Files/WhiteHatBox/AppFile/129/System.Data.SQLite.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.


For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Sain
2014/09/10 18:39:02

Bug4: UserAgent settings not working.

<< < 12 > >>
VerifyCode
Advanced Option