You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run this java -jar OpenBukloit-1.0.8.jar -m single -i "ExcellentCrates-4.0.6.jar" -o "ExcellentCrates-4.0.6-kopia.jar" --key "##" -r
My output was following: ←[95m?←[39m ←[92;1mProcessing ExcellentCrates-4.0.6.jar←[39;22m ←[95m║←[39m ←[97mPlugin name: ←[96mExcellentCrates←[39m ←[95m║←[39m ←[97mPlugin main class: ←[96msu.nightexpress.excellentcrates.ExcellentCrates←[39m ←[95m║←[39m ←[97mMain class version: ←[96m60.0←[97m (Java ←[96m16←[97m)←[39m ←[95m║←[39m ←[97mInjecting exploit template...←[39m ←[95m║←[39m ←[97mPatching main class...←[39m ←[95m║←[39m ←[91monEnable(..) is not found in su.nightexpress.excellentcrates.ExcellentCrates←[39m ←[95m?←[39m ←[91mjava.lang.Exception: Injection task failed with code: 1←[39m
The text was updated successfully, but these errors were encountered:
This error means that the target plugin doesn't have onEnable method in its main class. For now, OpenBukloit can't create onEnable method by itself, and so isn't capable of patching such plugins.
Rikonardo
changed the title
java.lang.Exception: Injection task failed with code: 1←[39m
Add ability to automatically create onEnable method for plugins that don't have it (feature)
Jan 7, 2023
I tried to run this
java -jar OpenBukloit-1.0.8.jar -m single -i "ExcellentCrates-4.0.6.jar" -o "ExcellentCrates-4.0.6-kopia.jar" --key "##" -r
My output was following:
←[95m?←[39m ←[92;1mProcessing ExcellentCrates-4.0.6.jar←[39;22m ←[95m║←[39m ←[97mPlugin name: ←[96mExcellentCrates←[39m ←[95m║←[39m ←[97mPlugin main class: ←[96msu.nightexpress.excellentcrates.ExcellentCrates←[39m ←[95m║←[39m ←[97mMain class version: ←[96m60.0←[97m (Java ←[96m16←[97m)←[39m ←[95m║←[39m ←[97mInjecting exploit template...←[39m ←[95m║←[39m ←[97mPatching main class...←[39m ←[95m║←[39m ←[91monEnable(..) is not found in su.nightexpress.excellentcrates.ExcellentCrates←[39m ←[95m?←[39m ←[91mjava.lang.Exception: Injection task failed with code: 1←[39m
The text was updated successfully, but these errors were encountered: