Patch result: false 'Please report this to Quark!' in log on start
SierraKomodo opened this issue · 2 comments
No crash, but the following appears in the log while minecraft is starting up. Full log is here.
[18:18:14] [Client thread/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
[18:18:14] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
[18:18:14] [Client thread/INFO] [Quark ASM]: Located Method, patching...
[18:18:14] [Client thread/INFO] [Quark ASM]: Patch result: false
[18:18:14] [Client thread/INFO] [Quark ASM]: ============= Please report this to Quark! =============
ALOAD 0
INVOKESTATIC vazkii/quark/base/asm/ASMHooks.createPlayerDamage (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;
DUP
IFNULL L0
ARETURN
L0
POP
L1
LINENUMBER 48 L1
NEW net/minecraft/util/EntityDamageSource
DUP
LDC "player"
ALOAD 0
INVOKESPECIAL net/minecraft/util/EntityDamageSource.<init> (Ljava/lang/String;Lnet/minecraft/entity/Entity;)V
ARETURN
L2
LOCALVARIABLE ? Lnet/minecraft/entity/player/EntityPlayer; L1 L2 0
MAXSTACK = 4
MAXLOCALS = 1
[18:18:14] [Client thread/INFO] [Quark ASM]: ============= Please report this to Quark! =============
Exact same msg in console.
[11:20:42] [main/INFO] [Quark ASM]: Transforming net.minecraft.util.DamageSource
[11:20:42] [main/INFO] [Quark ASM]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
[11:20:42] [main/INFO] [Quark ASM]: Located Method, patching...
[11:20:42] [main/INFO] [Quark ASM]: Patch result: false
[11:20:42] [main/INFO] [Quark ASM]: ============= Please report this to Quark! =============
ALOAD 0
INVOKESTATIC vazkii/quark/base/asm/ASMHooks.createPlayerDamage (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;
DUP
IFNULL L0
ARETURN
L0
POP
L1
LINENUMBER 48 L1
NEW net/minecraft/util/EntityDamageSource
DUP
LDC "player"
ALOAD 0
INVOKESPECIAL net/minecraft/util/EntityDamageSource.<init> (Ljava/lang/String;Lnet/minecraft/entity/Entity;)V
ARETURN
L2
LOCALVARIABLE ☃ Lnet/minecraft/entity/player/EntityPlayer; L1 L2 0
MAXSTACK = 4
MAXLOCALS = 1
[11:20:42] [main/INFO] [Quark ASM]: ============= Please report this to Quark! =============
If you need a full log it's here as well.