- Joined
- Oct 12, 2014
- Messages
- 181
- Thread Author
- #1
Trying to make this script work but I can't seem to figure out what triggers this StackOverflowError.
I don't think it's something in my script that does it.
The "at a.xq.super(hvb:253)" keeps going and going.
It might have something to do with Inventory.getSelectedItem() or Inventory.getFirstItem("").interact("").
I don't think it's something in my script that does it.
Code:
Exception in thread "Bot-Script" (07:44:20) java.lang.StackOverflowError
(07:44:20) at a.lPt1.<init>(oq:102)
(07:44:20) at a.cE.<init>(ax:6)
(07:44:20) at a.Ld.<init>(bv:15)
(07:44:20) at a.vc.<init>(iab:42)
(07:44:20) at a.HC.<init>(vy:5)
(07:44:20) at a.Nd.class(pr:103)
(07:44:20) at a.Nd.final(pr:42)
(07:44:20) at a.cE.true(ax:147)
(07:44:20) at a.cE.short(ax:91)
(07:44:20) at a.oh.super(lz:729)
(07:44:20) at a.oh.for(lz:331)
(07:44:20) at a.oh.if(lz:943)
(07:44:20) at a.wE.do(ar:71)
(07:44:20) at a.oh.super(lz:673)
(07:44:20) at a.dP.super(wxb:676)
(07:44:20) at a.dP.do(wxb:443)
(07:44:20) at a.dP.super(wxb:675)
(07:44:20) at a.Vp.do(iob:209)
(07:44:20) at a.SP.super(cqb:147)
(07:44:20) at a.xq.super(hvb:39)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
(07:44:20) at a.xq.super(hvb:253)
The "at a.xq.super(hvb:253)" keeps going and going.
It might have something to do with Inventory.getSelectedItem() or Inventory.getFirstItem("").interact("").