Gotta Go Fast

Gotta Go Fast

2M Downloads

Cannot Find methods/Instructions for the Mod

FallenEagle1 opened this issue ยท 3 comments

commented

Was cleaning up some other things while looking through logs and came across this, so reporting it since its asked for.

Modpack: ATM3 Remix 0.1.2 (Noticed in ATM3 5.10.1 as well though)
Forge: 2760
Mod Version: 1.1

Getting these lines to show up

[11:09:43] [main/INFO] [Gotta Go Fast]: patching net.minecraft.network.NetHandlerPlayServer.processVehicleMove(CPacketVehicleMove)
[11:09:43] [main/ERROR] [Gotta Go Fast]: Couldn't find the vehicle constant instruction to modify :(
[11:09:43] [main/ERROR] [Gotta Go Fast]: Please report this
[11:09:43] [main/INFO] [Gotta Go Fast]: patching net.minecraft.network.NetHandlerPlayServer.processPlayer(CPacketPlayer)
[11:09:43] [main/ERROR] [Gotta Go Fast]: Couldn't find the elytra constant instruction to modify :(
[11:09:43] [main/ERROR] [Gotta Go Fast]: Please report this
[11:09:43] [main/ERROR] [Gotta Go Fast]: Couldn't find the player constant instruction to modify :(
[11:09:43] [main/ERROR] [Gotta Go Fast]: Please report this
[11:09:43] [main/ERROR] [Gotta Go Fast]: Couldn't find the processPlayer method (or any of its patch targets) to patch :(
[11:09:43] [main/ERROR] [Gotta Go Fast]: Please report this
[11:09:43] [main/ERROR] [Gotta Go Fast]: Couldn't find the processVehicleMove method (or any of its patch targets) to patch :(
[11:09:43] [main/ERROR] [Gotta Go Fast]: Please report this

This is at line 121 and line 410 in the log provided below.

The log is technically a test pack for when I'm doing some work on the pack, but the same error does show up in the other logs as well.
https://gist.github.com/FallenEagle1/7e091ab7a6a0b649a15b0092e387980f

commented

does it occur with just forge and GGF? its possible the target code got changed

commented

I'll do some checking and find out.

commented

With just forge and GGF it does not occur. I did some looking into it, and it looks like the mod random patches modifies this as well, which happens to be in the pack. I'm thinking it was loaded first and made the changes, so GGF was unable to do the same thing.