zenos 13 Posted October 31, 2017 Report Share Posted October 31, 2017 Hey guys,do you also have problems when compiling bots since the last update 5.9.55 ? I'm using windows seven, last ubot 5 version 5.9.55, without any plugins and the bot cannot open. All of my bots have the same issue when I compile them.Here is the bot i made for test, the one you can see on the screen. I've attached the .ubot. ui button("go google") { go() } define go { navigate("google.com","Wait") wait for browser event("Everything Loaded","") type text(<name="q">,"ubot forum","Standard") click(<name="btnK">,"Left Click","No") } test.ubot Quote Link to post Share on other sites
ronaldod 4 Posted October 31, 2017 Report Share Posted October 31, 2017 Yups already sended a report to support.Not a developer but looks like a dll is borked. Quote Link to post Share on other sites
zenos 13 Posted October 31, 2017 Author Report Share Posted October 31, 2017 Yups already sended a report to support.Not a developer but looks like a dll is borked. Ok man, thanks, I hope this will be soon resolved. Quote Link to post Share on other sites
masterk 6 Posted October 31, 2017 Report Share Posted October 31, 2017 Same here Quote Link to post Share on other sites
ronaldod 4 Posted October 31, 2017 Report Share Posted October 31, 2017 I think they fixed the compiler. It works again. For me that is Quote Link to post Share on other sites
Monovski 4 Posted November 1, 2017 Report Share Posted November 1, 2017 Hey guys,do you also have problems when compiling bots since the last update 5.9.55 ? I'm using windows seven, last ubot 5 version 5.9.55, without any plugins and the bot cannot open. All of my bots have the same issue when I compile them.Here is the bot i made for test, the one you can see on the screen. I've attached the .ubot. ui button("go google") { go() } define go { navigate("google.com","Wait") wait for browser event("Everything Loaded","") type text(<name="q">,"ubot forum","Standard") click(<name="btnK">,"Left Click","No") } same with me zen I think they fixed the compiler. It works again. For me that is I did not get newest update Quote Link to post Share on other sites
zenos 13 Posted November 1, 2017 Author Report Share Posted November 1, 2017 It seems to be good for me too, no update but now when I'm compiling there is no error anymore Quote Link to post Share on other sites
HelloInsomnia 1103 Posted November 1, 2017 Report Share Posted November 1, 2017 The compiler is server side so it could have been an issue that was resolved without Ubot updating again. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.