@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
What are reasons for threaded function exit crash?
-
when threaded function with 10+ threads exits, using either end script or normal way (just let it execute all code, it will finish the function at thelast block) it often crashes
i dont know why because i have 2 threaded functions that end same way, have same amount of threads, but one crashes.
i can see in log that 4 threads out of 15 successfuly ended, and then boom log stopped due to crash
thanks for any info
-
It sounds like it's the threading process in the C++ code to save your process when an endless threading launch loop occurs.
Have you looked at the full logs in the logging folder? Even on a crash the logs are saved.
-
Since you're having alot of problems, send me a PM with your current theory on why its crashing so I can help you dive into this issue and get it fixed for you if possible!