Jump to content
UBot Underground

Issue Opening Compiled Bot After 5.9.55 Ubot Update


Recommended Posts

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")
}

post-7178-0-68572300-1509463119_thumb.png

test.ubot

Link to post
Share on other sites

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.

Link to post
Share on other sites

 

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

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...