Welcome!

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

Sign up now!

Resolved SUPER Low FPS when running bot

Status
Not open for further replies.
Joined
Sep 29, 2015
Messages
8
If I have no bots running, the game plays just fine from the RuneMate Client. AS Soon as I click Run, and choose a bot. the WHOLE bot just lags unbearably. then it gets stuck and does absolutely nothing.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Which bot is this happening on? Can you try other bots to see if the problem is bot specific?
 
Joined
Sep 29, 2015
Messages
8
Tried on MaxiWoodcutter and AlphaWoodcutter as well. Same thing.
 
Ex-Staff
Joined
Apr 19, 2015
Messages
540
Are you running RuneMate in resizeable or fixed mode ?
Fixed mode or resizeable [using standard RuneMate dialog size] takes it away for me ;)
RuneMate in a full Window will cause low FPS for sure ;)
 
Joined
Sep 29, 2015
Messages
8
running it on Fixed right now, I can try resizable. I should also mention I am using the Darkscape

Lol, now it is telling me I have 2 bot instances open and I only have one... wtf is going on.
 
Ex-Staff
Joined
Apr 19, 2015
Messages
540
running it on Fixed right now, I can try resizable. I should also mention I am using the Darkscape
Fixed mode or resizeable [using standard RuneMate dialog size] both aren't causing low FPS.
Like @Arbiter said, check if this happends with other bots aswell.
If yes, then try lowering your RuneScape settings.
 
Joined
Sep 29, 2015
Messages
8
Fixed mode or resizeable [using standard RuneMate dialog size] both aren't causing low FPS.
Like @Arbiter said, check if this happends with other bots aswell.
If yes, then try lowering your RuneScape settings.

I'm on Minimal settings... It does happen with other scripts. I have 6gb ram, Etc. More than enough power. But it only lags when I start a script. Now it is saying I have 2 instances when I only have 1. The sad thing is, that it works on my 2gb laptop...
 
Joined
Sep 29, 2015
Messages
8
I hope someone can, Because I can't even write bots for this client if I can't use it.
 
Joined
Sep 15, 2015
Messages
2
I have all latest updates (running off a macbook pro) with no problems. Im curryently using bots with other clients (osbot) which works fine. Also I'm on osrs, not darkscape
 
Ex-Staff
Joined
Apr 19, 2015
Messages
540
Can you take a screenshot of the Java processes in your taskmanager aswell please ?
Would help out :D
 
I have all latest updates (running off a macbook pro) with no problems. Im curryently using bots with other clients (osbot) which works fine. Also I'm on osrs, not darkscape
There are some known issues with RuneMate when using a MAC
 
Joined
Sep 29, 2015
Messages
8
Yea, I am on the latest Java, and I have no processes running now because I closed the bot lol
 
Can you take a screenshot of the Java processes in your taskmanager aswell please ?
Would help out :D
 

There are some known issues with RuneMate when using a MAC
The error has to do with the size the bot is trying to run. Is there any way to increase the memory size? It gave me the error Heapsize out of memory.
 
Ex-Staff
Joined
Apr 19, 2015
Messages
540
Yea, I am on the latest Java, and I have no processes running now because I closed the bot lol
 

The error has to do with the size the bot is trying to run. Is there any way to increase the memory size? It gave me the error Heapsize out of memory.
Open up NOTEPAD, and copy/paste the following into it.
Save it as RuneMate 2GB.bat [all files], and run it as administrator.
Code:
"C:\Program Files\Java\jre1.8.0_60\bin\javaw.exe" -Xmx2048M -Xms2048M -jar "C:\Users\username\Desktop\RuneMate.jar"
2048 is the size in MB, so 2GB.
Ofcourse, feel free to customize the amount of RAM you would like to allocate to RuneMate ;)
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Open up Terminal and type "java -version". Screenshot and post the output. I suspect you are using the 32bit JRE. :/
 
Joined
Sep 29, 2015
Messages
8
Open up NOTEPAD, and copy/paste the following into it.
Save it as RuneMate 2GB.bat [all files], and run it as administrator.
Code:
"C:\Program Files\Java\jre1.8.0_60\bin\javaw.exe" -Xmx2048M -Xms2048M -jar "C:\Users\username\Desktop\RuneMate.jar"
2048 is the size in MB, so 2GB.
Ofcourse, feel free to customize the amount of RAM you would like to allocate to RuneMate ;)

This Was the issue :) I found it right before you posted it :)
 
Status
Not open for further replies.
Top