Code Monkey home page Code Monkey logo

Comments (8)

tonybruess avatar tonybruess commented on July 17, 2024

👍 This happened when I did my CraftBukkit update

from specialsource.

agaricusb avatar agaricusb commented on July 17, 2024

@mrapple hm are you sure, what specific symbols were problematic? I've only seen this when deobfuscating obfuscated CB, AFAIK it only occurs when a subclass references a field from its superclass which was private in vanilla but was edited for greater visibility and the obfuscated name happens to collide with another field in a subclass (specific example in FML issue 210, but could also occur with coremods using access transformers).

from specialsource.

tonybruess avatar tonybruess commented on July 17, 2024

Can't remember exactly, but it's the case you describe. A field that was edited in a superclass.

from specialsource.

agaricusb avatar agaricusb commented on July 17, 2024

FWIW, FML now includes this feature, for its runtime deobfuscation (the field type info is looked up dynamically).

from specialsource.

agaricusb avatar agaricusb commented on July 17, 2024

Overloaded field in 1.5.2 (noted while debugging MCPC+):

FD: net/minecraft/entity/EntityLiving/potionsNeedUpdate net/minecraft/entity/EntityLiving/field_70752_e
FD: net/minecraft/entity/player/EntityPlayerMP/playerInventoryBeingManipulated net/minecraft/entity/player/EntityPlayerMP/field_71137_h

FD: net/minecraft/entity/player/EntityPlayerMP/playerInventoryBeingManipulated jc/h
FD: net/minecraft/entity/EntityLiving/potionsNeedUpdate ng/h

from specialsource.

agaricusb avatar agaricusb commented on July 17, 2024

MinecraftPortCentral/Cauldron@e447c52

from specialsource.

tonybruess avatar tonybruess commented on July 17, 2024

Also, this occurred again during the 1.6 update. How do we fix this?

from specialsource.

tonybruess avatar tonybruess commented on July 17, 2024

Does this relate to #3? When it's fixed will this be fixed?

from specialsource.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.