GraxCode / zelixkiller

Deobfuscate ZKM up to version 11, replaced by threadtear
GNU General Public License v3.0
67 stars 20 forks source link

I got the project working but it won't work. #5

Open Levelheader opened 6 years ago

Levelheader commented 6 years ago

If I do anything, it errors similar to this

Exception in thread "main" java.lang.Error: Unresolved compilation problems: instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field The type Analyzer is not generic; it cannot be parameterized with arguments The type Analyzer is not generic; it cannot be parameterized with arguments <> The type Frame is not generic; it cannot be parameterized with arguments instructions cannot be resolved or is not a field The type Frame is not generic; it cannot be parameterized with arguments instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field

    at me.nov.zelixkiller.transformer.zkm11.ControlFlowT11.<init>(ControlFlowT11.java:34)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at me.nov.zelixkiller.ZelixKiller.main(ZelixKiller.java:94)
GraxCode commented 6 years ago

Are you sure you are using the right libraries?