Post
Topic
Board Gambling
Re: [http://just-dice.com] Martingale betting bot for JD
by
seuntjie
on 08/10/2013, 17:30:23 UTC
Looks nice, how I can get it bet automaticly?
Now it stops after each bet / after pressing bot´s start high / start low button.

Seems I made an error in that specific method, fixed now. You can download it at:

https://sourceforge.net/projects/seuntjiejddb/files/Update%20Only/DiceBot-2.4.1.exe/download - exe update only - replace the existing exe with this one
https://sourceforge.net/projects/seuntjiejddb/files/Complete%20Release/DiceBot-2.4.1.zip/download - full download

Thank you. Now it updates balance correctly when pressing reset, but after first roll it halts giving "unhandled exception" error with the details below: (It does same thing on Win XP fin and Windows 7 UK machines)

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
   at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Double.Parse(String s)
   at DiceBot.cDiceBot.DoBet(Double dBalance)
   at DiceBot.cDiceBot.set_PreviousBalance(Double value)
   at DiceBot.cDiceBot.tmBetting_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.2012 (RTMLDR.030319-2000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
DiceBot
    Assembly Version: 2.4.1.0
    Win32 Version: 2.4.1.0
    CodeBase: file:///C:/DiceBot-2.4.1/DiceBot-2.4/DiceBot-2.4.1.exe
----------------------------------------



found the error, and a series of other errors that the same problem is going to make, mostly while saving and reading the settings. busy with a fix and will have one ready within a few hours.

Sorry about this, I wish I had a way of testing everything, but sadly there are just too much to test, so some things slip through.