Welcome!

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

Sign up now!

Bug Client Update breaks class definition

Joined
Dec 30, 2016
Messages
10
Client update broke some class that basically all bots depend on:


java.lang.NoClassDefFoundError: aux/iIIIiiiiIII
at aux.iiiiIiIiiIi.try(eh:225)
at aux.iIIIiiiiIiI.try(za:3366)
at aux.iIIIiiIIiiI.put(za:4318)
at aux.IIIiiiiiIII.try(za:4740)
at aux.iIiIiiiIIiI.uid(nb:266)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
at sun.rmi.transport.Transport$1.run(Transport.java:177)
at sun.rmi.transport.Transport$1.run(Transport.java:174)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
 
easily triggered ✌
Joined
Dec 31, 2015
Messages
4,602
Only a problem with an @auxi bot as far as i know.

Please post on the specific bot thread.
 
Joined
Dec 30, 2016
Messages
10
Not only Auxi bots. Other authors and bots all crash once you try to get to a point where they try to interact/execute in-game. Some may not crash until you 'set up' and set settings, but once you do and try to run them, they crash with this error. I get that from the message it could seem like an Auxi only bug. But either this bug is affecting all bots, or affecting bots that use this library from Auxi.

Examples: Yuri's chopper, Bot Suite, etc.
 
Joined
Dec 30, 2016
Messages
10
Oh I just realized, it's aux not auxi/**. So yeah it's definitely not just Auxi bots nor any of Auxi's code. I mean his bots were working totally fine yesterday, too. After updating (forced updates btw) today, all bots stopped working with this same error.

From my knowledge so far, all fingers point to a client side issue that affects most/all bots across the board.
 
Top