-
```
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.strobel.assembler.Collection.get(Collection…
-
I've uploaded it here
https://ufile.io/j5rma
Screenshot
![screen 2017-05-21 at 09 51 13](https://cloud.githubusercontent.com/assets/1357701/26280537/190e15aa-3e0b-11e7-8066-2a0705f0f7e4.jpg)
…
-
```
java.lang.IllegalArgumentException: Node belongs to another tree.
at com.strobel.decompiler.languages.java.ast.AstNode.addChild(AstNode.java:419)
at com.strobel.decompiler.languages.java.ast.…
ghost updated
5 years ago
-
```
java.lang.IllegalStateException: malformed input around byte 8
at com.strobel.assembler.metadata.Buffer.readUtf8(Buffer.java:200)
at com.strobel.assembler.ir.ConstantPool.read(ConstantPool.ja…
-
```
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.get(ArrayList.java:431)
at com.strobel.assembler.Collection.get(Co…
-
Since 19w37a, PassiveEntity has a new subclass for entity data. However, its intermediary name is that for an anonymous class (`net/minecraft/class_1296$1`), causing some troubles in procyon and yarn.…
liach updated
5 years ago
-
java.lang.IllegalStateException: Wrong magic number: 52
at com.strobel.assembler.metadata.ClassFileReader.readClass(ClassFileReader.java:337)
at com.strobel.assembler.metadata.MetadataSystem.resol…
-
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
Hi @daleharvey and @marten-de-vries
Could you give @garethbowen and myself access to the following pouchdb-server npm packages so that we can publish a new pouchdb-server release:
* couchdb-eva…
-
The method `public static LongSupplier _initGlfw()`, line 31 in com.mojang.blaze3d.platform.GLX.java does not decompile. As far as I looked, everything else if fine.
The error was cause by a NullPo…