Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: Alex.S on September 05, 2016, 03:39:03 PM

Title: Numeric Parameters / Arithemtic Nodes & preventing crashes...
Post by: Alex.S on September 05, 2016, 03:39:03 PM
I often get crashes for little things with parameters or arithemtic nodes end up passing a value that the function does not expect. It'd be nice for these to be handled.

For example if I'm using a conditional node with every X counter, and I create a new parameter and hook it up, it'll crash max as it defaults to 0. There are various other situations where this type of thing happens too.
Title: Re: Numeric Parameters / Arithemtic Nodes & preventing crashes...
Post by: iToo on September 06, 2016, 12:44:45 PM
Hi, thanks for reporting the bug. It's already identified and fixed for the next update.
Usually we check all possible wrong values, but not this one, which was caused by using "Multiple of" with zero.

If you find other problems, please send us the minidump (http://forum.itoosoft.com/index.php?topic=1484.0) or a scene to reproduce it. Most of these errors can be fixed easily.

Thanks !
Title: Re: Numeric Parameters / Arithemtic Nodes & preventing crashes...
Post by: Alex.S on October 16, 2016, 03:57:11 PM
Thanks, I will do. I generally tend to work using Railclone every couple of months, so will report things as noticed.