Kristoffer 24 Posted February 15, 2015 When I add if (!gui.getStart()) return 2000; in my loop the script selector remains open when I press start, so I'm guessing because my gui doesn't open the start boolean remains false so the script doesn't start. I use the same method on another client and it works so I guess this client works differently. Any suggestions on how I should go about this? If you need to see any code let me know.
Kristoffer 24 Author Posted February 15, 2015 Sounds odd, what does your onStart look like? I don't have one.
Pandemic 2852 Posted February 15, 2015 Open the client using a terminal, and check for any errors when starting the script.
Kristoffer 24 Author Posted February 15, 2015 Open the client using a terminal, and check for any errors when starting the script. http://postimg.org/image/o0bj5f061/
Nuclear Nezz 2105 Posted February 16, 2015 http://postimg.org/image/o0bj5f061/ Don't run the launcher through the terminal, run the client itself. You can find it in C:\users\username\dreambot\botdata\client.jar
Kristoffer 24 Author Posted February 16, 2015 Don't run the launcher through the terminal, run the client itself. You can find it in C:\users\username\dreambot\botdata\client.jar http://postimg.org/image/kyaljnhsj/
Pandemic 2852 Posted February 16, 2015 http://postimg.org/image/kyaljnhsj/ It's showing you have an initializer exception, show me GUI.java line 40
Kristoffer 24 Author Posted February 16, 2015 It's showing you have an initializer exception, show me GUI.java line 40 barTypeJCB.setModel(new DefaultComboBoxModel<Object>(Data.bars)); and this is barTypeJCB: private static JComboBox<Object> barTypeJCB;
Pandemic 2852 Posted February 16, 2015 barTypeJCB.setModel(new DefaultComboBoxModel<Object>(Data.bars)); and this is barTypeJCB: private static JComboBox<Object> barTypeJCB; Are you initializing that combobox anywhere?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.