When i used the command '/give <me> <block_id>' i consistently get a exception whilst executing it, but you still get given the block, without any conformation dialog
Exception :
et: Invalid index 3 requested for TranslatableComponent{key='commands.give.success', args=[TextComponent{text='Command Block', siblings=[], style=Style{hasParent=true, color=ยงf, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=HoverEvent{action=SHOW_ITEM, value='TextComponent{text='{id:137s,Damage:0s,Count:1b,}', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}'}}}, 1, TheFish97], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
Client> at es.a(SourceFile:97)
Client> at es.g(SourceFile:76)
Client> at es.iterator(SourceFile:134)
Client> at eg.a(SourceFile:89)
Client> at eg.apply(SourceFile:86)
Client> at com.google.common.collect.Iterators$8.transform(Iterators.java:860)
Client> at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
Client> at com.google.common.collect.Iterators$5.hasNext(Iterators.java:597)
Client> at com.google.common.collect.TransformedIterator.hasNext(TransformedIterator.java:43)
Client> at com.google.common.collect.Iterators$5.hasNext(Iterators.java:596)
Client> at ef.c(SourceFile:65)
Client> at net.minecraft.server.MinecraftServer.a(SourceFile:737)
Client> at bj.a(SourceFile:91)
Client> at x.a(SourceFile:285)
Client> at x.a(SourceFile:280)
Client> at as.b(SourceFile:78)
Client> at y.a(SourceFile:55)
Client> at kt.d(SourceFile:496)
Client> at kt.a(SourceFile:483)
Client> at fd.a(SourceFile:47)
Client> at dz.b(SourceFile:64)
Client> at kt.e(SourceFile:63)
Client> at kw.b(SourceFile:37)
Client> at bnz.b(SourceFile:84)
Client> at net.minecraft.server.MinecraftServer.u(SourceFile:482)
Client> at net.minecraft.server.MinecraftServer.t(SourceFile:399)
Client> at bnw.t(SourceFile:124)
Client> at net.minecraft.server.MinecraftServer.run(SourceFile:333)
Client> at ja.run(SourceFile:576)
Note - i got that error whilst trying to give myself a command block
Linked issues
is duplicated by 9
Comments 6
yes, with the same exception each time
Oh, and i probably should point out that i am using en_UK language en_US seems to work fine
Duplicate of MC-30450, please use the search function to see if your bug has already been submitted. Currently over 57% of tickets are being resolved as duplicate.
@Talven There is just one problem: This isn't a dublicate of MC-30450.
Look at the crash reports. MC-30450 throws a NullPointerException while this one is saying: "et: Invalid index 3 requested for TranslatableComponent{key='commands.give.success'".
The only thing these bugs have in common is that they happen when performing /give.
By the way this bug (MC-30806) dosen't happen if your language is English (US).
Could someone reopen this? It's not a duplicate, the exception in this is totally different than in MC-30450.
You're getting the error because Minecraft can't execute the "commands.give.success" message with the block being a Command block. Are you getting the message with other blocks?