Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Could not initialize class app.gO

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
Code:
java.lang.NoClassDefFoundError: Could not initialize class app.gO
 at app.Oo.true(fhc:278)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces.getLoadedContainers(qbc:179)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces.getLoaded(qbc:176)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces.getLoaded(qbc:198)
 at com.runemate.game.api.hybrid.queries.InterfaceComponentQueryBuilder.raw(khc:8)
 at com.runemate.game.api.hybrid.queries.QueryBuilder.results(opb:258)
 at app.no.true(snb:117)
 at app.sq.true(iwb:116)
 at app.xO.true(ksb:173)
 at com.runemate.game.api.script.framework.LoopingScript.run(nvb:274)
 at com.runemate.game.api.script.framework.AbstractScript.start(anb:10)
 at app.am.run(vwb:224)
@Cloud occurred 1 day ago.

Also,

Code:
ara
 at fx.a(fx.java:71)
 at akg.az(akg.java:57)
 at akg.aj(akg.java:63)
 at akg.mouseMoved(akg.java:158)
 at app.rS.true(ahc:185)
 at app.rS.true(ahc:5)
 at com.runemate.game.api.hybrid.input.Mouse$PathGenerator.hop(rg:407)
 at app.MQ.true(mec:37)
 at app.MQ.true(mec:251)
 at app.MQ.move(mec:140)
 at com.runemate.game.api.hybrid.input.Mouse.move(rg:215)
 at com.runemate.game.api.hybrid.input.Mouse.move(rg:272)
 at com.runemate.game.api.hybrid.input.Mouse.click(rg:70)
 at app.wN.click(arb:6)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(dac:130)
 at com.runemate.game.api.hybrid.local.hud.interfaces.SpriteItem.interact(ohc:111)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(fj:14)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(fj:85)
 at app.mp.true(btb:107)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(vhc:150)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(vhc:252)
 at com.runemate.game.api.hybrid.local.hud.interfaces.Bank.withdraw(vhc:11)
 at com.runemate.maxiscripts.task.tanner.tasks.Banker.execute(Banker.java:91)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(lvb:238)
 at com.runemate.game.api.script.framework.LoopingScript.run(nvb:118)
 at com.runemate.game.api.script.framework.AbstractScript.start(anb:10)
 at app.am.run(vwb:224)
Caused by: java.lang.NullPointerException
 at akg.az(akg.java:56)
 ... 25 more

and

Code:
arm
 at abe.y(abe.java:71)
 at akp.ad(akp.java:57)
 at akp.as(akp.java:63)
 at akp.mouseMoved(akp.java:158)
 at app.rS.true(ahc:185)
 at app.rS.true(ahc:5)
 at com.runemate.game.api.hybrid.input.Mouse$PathGenerator.hop(rg:407)
 at app.MQ.true(mec:37)
 at app.MQ.true(mec:251)
 at app.MQ.move(mec:140)
 at com.runemate.game.api.hybrid.input.Mouse.move(rg:215)
 at com.runemate.game.api.hybrid.input.Mouse.move(rg:272)
 at app.uq.hover(fac:244)
 at com.runemate.game.api.hybrid.local.hud.Menu.click(dac:113)
 at app.uq.interact(fac:130)
 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(fj:71)
 at app.mP.interact(pfc:209)
 at com.runemate.maxiscripts.task.miner.tasks.Mine.execute(Mine.java:41)
 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(lvb:238)
 at com.runemate.game.api.script.framework.LoopingScript.run(nvb:118)
 at com.runemate.game.api.script.framework.AbstractScript.start(anb:10)
 at app.am.run(vwb:224)
Caused by: java.lang.NullPointerException
 at akp.ad(akp.java:56)
 ... 20 more
 
Top