Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Trying to run local bot - Failed to find a new game client.

Joined
May 15, 2018
Messages
6
Trying to run my first local bot with an EmbeddableUI. It compiles without errors, client finds the bot and I run it. The RM client starts the OSRS client but I cannot click Start Instance and after a while I get the error message "Failed to find a new game client.". I downloaded both the client in the link that is included in the full error message and I already had the OSRS client installed.

I don't think it's code related but if you need to see something specific just tell me.
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,745
I'd start with a super simple looping bot or something to be sure if it's a problem with RM or your code. Or download someone's open source bot.

Otherwise make sure you're using 32 bit java, are running it correctly (com.runemate.boot.Boot or something, -sdk, etc).
 
Joined
May 15, 2018
Messages
6
Fixed it. Can't say for sure how at the moment because I just re-installed everything and tried again.
 
Last edited:
Top