Titan Rs Posted October 9, 2018 Share Posted October 9, 2018 Hi guys, i'm making a script - i started it about a week ago and its been going good. However all of a sudden it just doesn't start. I have legit no idea what stupid thing i've done theres no errors present in the code or logger. Iv'e spent about 5hours now and still no clue. i just wanna smash the shit out of my laptop :). All my other scripts work its just this one. And yes ive restarted everything about 10times so its not that https://gyazo.com/33a60672fb8b1b38b0498f490d4a7016 if anyone has had this problem and knows a fix that would be awesome thanks Quote Link to comment Share on other sites More sharing options...
Explv Posted October 9, 2018 Share Posted October 9, 2018 4 minutes ago, Luke Reading said: Hi guys, i'm making a script - i started it about a week ago and its been going good. However all of a sudden it just doesn't start. I have legit no idea what stupid thing i've done theres no errors present in the code or logger. Iv'e spent about 5hours now and still no clue. i just wanna smash the shit out of my laptop :). All my other scripts work its just this one. And yes ive restarted everything about 10times so its not that https://gyazo.com/33a60672fb8b1b38b0498f490d4a7016 if anyone has had this problem and knows a fix that would be awesome thanks Show code Quote Link to comment Share on other sites More sharing options...
Juggles Posted October 9, 2018 Share Posted October 9, 2018 We will need your code. You probably have a variable in the wrong place that causes this issue Quote Link to comment Share on other sites More sharing options...
Titan Rs Posted October 9, 2018 Author Share Posted October 9, 2018 (edited) 8 minutes ago, Explv said: Show code i commented out my onLoop and onStart - i cant really show code cause its like 20classes. With onLoop commented out could a variable in the wrong place still cause a problem Edited October 9, 2018 by Luke Reading Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted October 9, 2018 Share Posted October 9, 2018 (edited) Pretty sure I had a similar issue before when I was trying to: <class>.exchangeContext(getBot()); in a class that extends MethodProvider - could be wrong though. Edited October 9, 2018 by Ragnar Lothbrok 1 Quote Link to comment Share on other sites More sharing options...
Titan Rs Posted October 9, 2018 Author Share Posted October 9, 2018 4 minutes ago, Ragnar Lothbrok said: Pretty sure I had a similar issue before when I was trying to: exchangeContext(getBot()); in a class that extends MethodProvider - could be wrong though. Thanks for the suggestion but i only have exchangeContext(getbot) in main script class Quote Link to comment Share on other sites More sharing options...
Juggles Posted October 9, 2018 Share Posted October 9, 2018 Send me your main class. Quote Link to comment Share on other sites More sharing options...
FrostBug Posted October 9, 2018 Share Posted October 9, 2018 Try running osbot in debug mode and see if it logs anything of interest Quote Link to comment Share on other sites More sharing options...
Titan Rs Posted October 9, 2018 Author Share Posted October 9, 2018 36 minutes ago, Juggles said: Send me your main class. ok will do Quote Link to comment Share on other sites More sharing options...