Author Topic: Crashing every 30 mins or so  (Read 3203 times)

Tags:
  • All members
  • Posts: 347
Crashing every 30 mins or so
« on: 18 Oct 2018, 15:27 »
Hi there.

Been getting constant crashed today ...

Faulting application name: feeder8.exe, version: 8.7.2.3, time stamp: 0x5bc5f5c6
Faulting module name: KERNELBASE.dll, version: 10.0.17134.319, time stamp: 0x5ea0e53d
Exception code: 0x0eedfade
Fault offset: 0x001117d2
Faulting process ID: 0x3b10
Faulting application start time: 0x01d466f17631b04f
Faulting application path: C:\Program Files (x86)\MarketFeeder Pro 8\feeder8.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report ID: 006efb97-b574-476a-aebc-8f90c1250425
Faulting package full name:
Faulting package-relative application ID:


Windows 10 16gb RAM
The trigger is fairly intensive and looks at horse markets at a 0.5 sec refresh over 10 mins up till in play ... but I wouldn't expect it to crash becasue of it...
Can anyone help? Can provide the trigger privately if you want.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Crashing every 30 mins or so
« Reply #1 on: 18 Oct 2018, 16:02 »
hi
I need to see the trigger that you are using to see if a loop is been created.

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 347
Re: Crashing every 30 mins or so
« Reply #2 on: 18 Oct 2018, 16:04 »
hmmm not that I am aware of...

I have turned up the refresh rate for inplay as i dont care about that and it seems to have sorted it out

If I need to send the trigger I will do ... where can I / how can I send it? It is quite private so certainly dont want to post it to the forum.

  • All members
  • Posts: 347
Re: Crashing every 30 mins or so
« Reply #3 on: 18 Oct 2018, 16:44 »
I have noticed also that sometimes markets stop refreshing and there appears the refresh animation under statement and account balance... It stays there constantly 

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Crashing every 30 mins or so
« Reply #4 on: 18 Oct 2018, 19:19 »
hi
you need to check your internet connection.
not sure if you can send the trigger by PM.

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 347
Re: Crashing every 30 mins or so
« Reply #5 on: 18 Oct 2018, 20:03 »
Internet fine I'm on a 100 Meg leased line... Will try and PM

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Crashing every 30 mins or so
« Reply #6 on: 19 Oct 2018, 08:50 »
Quote
The trigger is fairly intensive and looks at horse markets at a 0.5 sec refresh over 10 mins up till in play ... but I wouldn't expect it to crash becasue of it..

Check if there are any trigger expressions in your triggers (especially with IF function) that use variables which you might forget to initialise. In this case, the expression does not get parsed correctly, it keeps swelling like a snowball and eventually crashes the software.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 347
Re: Crashing every 30 mins or so
« Reply #7 on: 19 Oct 2018, 08:52 »
There are ZERO IF statements used and ZERO variables used.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Crashing every 30 mins or so
« Reply #8 on: 19 Oct 2018, 11:51 »
hi
up to now I have found a few variables that are not working due to no such variable.
b_offered_r_ticks(back_price,-1)
b_offered_r_ticks(back_price,-2)
b_offered_r_ticks(back_price,-3)
l_offered_r_ticks(lay_price,1)
l_offered_r_ticks(lay_price,2)
l_offered_r_ticks(lay_price,3)

the correct variables are
b_offered_back_price-r_ticks(back_price,-1)
b_offered_back_price-r_ticks(back_price,-2)
b_offered_back_price-r_ticks(back_price,-3)
l_offered_lay_price+r_ticks(lay_price,-1)
l_offered_lay_price+r_ticks(lay_price,-2)
l_offered_lay_price+r_ticks(lay_price,-3)

the above are in both lay and back trigger conditions

I am still testing so maybe find some more.

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • All members
  • Posts: 347
Re: Crashing every 30 mins or so
« Reply #9 on: 19 Oct 2018, 12:15 »
Thanks . Appreciate this. 

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Crashing every 30 mins or so
« Reply #10 on: 19 Oct 2018, 13:46 »
hi
I am not sure why you have the 2 remember triggers as there conditions are duplicated in the betting triggers and they are every 4 seconds so more strain on the cpu.
you could use the first condition from the remember triggers and put it in place of the last condition in the betting triggers then move the condition to the first place.
selections are picked quicker and less triggers.

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: Crashing every 30 mins or so
« Reply #11 on: 20 Oct 2018, 18:51 »
hi
I have run your original trigger for 3 hours .
there is no memory leak.
up to now no crash.
so still looking.

mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Crashing every 30 mins or so
« Reply #12 on: 22 Oct 2018, 10:56 »
Hello!

There was a memory leak after all, which I have now fixed.

Thank you Mcbee for looking into it, and thank you liltbrockie for reporting it.

Please re-donwload and reinstall MF Pro.

I will change the version number later today.
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

  • All members
  • Posts: 347
Re: Crashing every 30 mins or so
« Reply #13 on: 22 Oct 2018, 11:18 »
:-(

God thats wasted my time... lol

Anyway ... glad I found it and glad its fixed.... :-)

 

Please note, BetFair is seems to be currently OFFLINE