egede 0 Share Posted January 23, 2020 So i'm not sure whats causing this but for whatever reason when i run a script there seems to be a 1/3 chance that the onLoop method never gets invoked (onStart does though). I've tried overwriting the stop method to check if something is unexpectedly calling it in my startup code, but nope, it never get called. Is anyone else experiencing this? is it actually a bug or could i be doing something wrong? Link to comment Share on other sites More sharing options...
Shy 14 Share Posted January 24, 2020 Are you sure OnLoop itself isn't getting invoked? Or is it just your code inside of onLoop that isn't running the way you think it should? You would need to post your code. It's hard to say what the problem is otherwise. Link to comment Share on other sites More sharing options...
egede 0 Author Share Posted January 24, 2020 yeah im sure, this happens even in a bare bone script that does nothing but log a message when the onLoop & onStart methods get invoked Link to comment Share on other sites More sharing options...
egede 0 Author Share Posted January 24, 2020 on further inspection it seems to happen when i start a script while not on the default zoom. The zoom solver will kick in and change the zoom but then once it completes onLoop never gets invoked after that. When i start a script while being on the default zoom, everything works fine. So it seems theres a bug in the zoom solver Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted January 24, 2020 If it says the zoom solver finishes, then it shouldn't be a bug on the zoom solver side. I'll test it out tomorrow though to take a look. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.