Please Porvide Fix for ctrader on windows 10 crashing with error "an item with the same key has already been added"

Created at 26 Nov 2018, 02:44
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
LA

laurenceshelley

Joined 09.07.2016

Please Porvide Fix for ctrader on windows 10 crashing with error "an item with the same key has already been added"
26 Nov 2018, 02:44


Since latest ctrader update programs thta used to work perfectly now crash with the error "An Item with the same key already added."

The programs now fail repeatedly.

Please advise how this can be fixed.


cTrader Automate
@laurenceshelley
Replies

Shares4UsDevelopment
22 Feb 2022, 12:57

RE: UserVoice

laurenceshelley said:

Since latest ctrader update programs thta used to work perfectly now crash with the error "An Item with the same key already added."

The programs now fail repeatedly.

Please advise how this can be fixed.

Surround your code with

try
{

#YOURCODE HERE#

}
catch(Exception ex){ Print(ex.message,"\t",ex.StackTrace.ToString());}

 


@Shares4UsDevelopment