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 Combobox freezes bot after W10 upgrade

Joined
Oct 12, 2014
Messages
181
I recently upgraded from Windows 8 to Windows 10.
But I can no longer click on comboboxes because it freezes the bot, as shown on the picture. It never loads and I have to terminate the Java process.

At first I thought it was a problem with Alpha bots but it happens on all bots with comboboxes, except one.

q6y6SEN.png

 
Does anyone know why this is happening?
I'm unable to use any bots after upgrading.
 
Joined
Aug 23, 2015
Messages
25
I am experiencing the same issue.

I have attempted : allocating more memory, Changing interface to oldschool style (helped a little. but certain boxes still did it)

It's also caused me to lose 3 hours worth of $ through runemate on a paid bot:/
please help anyone!
 
Joined
Oct 12, 2014
Messages
181
I am experiencing the same issue.

I have attempted : allocating more memory, Changing interface to oldschool style (helped a little. but certain boxes still did it)

It's also caused me to lose 3 hours worth of $ through runemate on a paid bot:/
please help anyone!

Yeah, it's still happening. Haven't found a fix for it yet.
It's only happening on Windows 10, so I'm pretty sure it's an issue with Java (?).
 
Joined
Aug 23, 2015
Messages
25
@Cloud no error or crash report on the jvm log that runs when i open the bat file.

@Arbiter java 8 update 60, if i knew how to get the dump log i'd love to get that for you:p ill look into it. for me it has happened on Pixie FDK and Alpha Slayer so far. could possibly be from updating to windows 10? i will pull out my windows 8 laptop and try it on there.

It works great on my windows 8.1

Edit:
(09:16:39) [Debug] Version: 1.1.16
(09:16:39) [Debug] Operating System: Windows 10 (x64)
(09:16:39) [Debug] Java: 8 Update 60 (x64)
(09:17:15) [Setup] Downloading game...
(09:17:52) [Setup] Syncing with RuneMate Cloud (a04eacb4)...
(09:25:20) Our combat mode is: Revolution
(09:25:20) Our combat mode is: Revolution

is this right?
 
Last edited:
Joined
Oct 12, 2014
Messages
181
@Arbiter No exceptions or anything is shown in the log. Java Version 8 Update 60 (build 1.8.0_60-b27)
I will get you a list of bots that doesn't work and a few that works (I believe I found óne).
 
@Arbiter
Doesn't work in any Alpha bot, any Celestial bot, any SS bot, most bots actually.
It doesn't work, when the combobox looks like this: http://puu.sh/jRxuQ/5afbccda1f.png
But it does work in TenPortables, where the combobox looks like this: http://puu.sh/jRxts/f8af043335.png
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Tested Alpha Runecrafting and it worked fine on Windows 10 with Java 8 Update 60. Please give me a specific bot name that crashes for you.

61673a008c1ad6fcde5ffa97d9ec0916.gif
 
Joined
Oct 12, 2014
Messages
181
Just tested it and it works just fine. Try updating your graphics driver from the vendor's website, NOT Windows Update. I will additionally check on another Windows 10 computer to see if it occurs there.

I'll try that, thanks!
 
@Arbiter I updated my drivers, they were very outdated, apparently.
But it didn't fix the issue, sadly.

Alpha Runecrafter works fine for me as well. It's the only one I've found that works.
 
Joined
Apr 26, 2015
Messages
35
I was having this issue back in beta10. Somebody came to the conclusion that it maybe JavaFx that's the issue. I have the latest drivers and it was still crashing. No logs were being generated either.
 
Joined
Oct 12, 2014
Messages
181
Found the error and solution here:
http://stackoverflow.com/questions/31786980/javafx-windows-10-combobox-error

It hangs the application, when you're clicking on a combobox that isn't focused.
You can use the tab key to focus on the combobox and then click it. This will prevent the application from hanging.

A combobox in focus:
5953cae1ff.png


A combobox out of focus:
257bddd017.png


This is not an issue with Java or RuneMate. It's an error with JavaFX, which many bot authors uses to make the GUI's for their bots.
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
It appears that the bug has been documented here
Unfortunately that means it is out of our control and we cannot fix it. You need to wait for the bug to be fixed within java. If you're familiar with how the JRE error reporting system work, feel free to comment on their page. If there were more comments it may raise the priority of the issue.
 
Joined
Apr 26, 2015
Messages
35
Thanks guys!



Found the error and solution here:
http://stackoverflow.com/questions/31786980/javafx-windows-10-combobox-error

It hangs the application, when you're clicking on a combobox that isn't focused.
You can use the tab key to focus on the combobox and then click it. This will prevent the application from hanging.

A combobox in focus:
5953cae1ff.png


A combobox out of focus:
257bddd017.png


This is not an issue with Java or RuneMate. It's an error with JavaFX, which many bot authors uses to make the GUI's for their bots.

It appears that the bug has been documented here
Unfortunately that means it is out of our control and we cannot fix it. You need to wait for the bug to be fixed within java. If you're familiar with how the JRE error reporting system work, feel free to comment on their page. If there were more comments it may raise the priority of the issue.
 
Top