Need help obfuscating project

Im making a Minecraft 1.8.9 Forge mod and want to obfuscate my project with ProGuard. I linked my gradle build file and my proguard rules file. Error im getting while building:
Can't find common super class of [InstallerFrame] (with 1 known super classes: InstallerFrame and 1 unknown classes: javax.swing.JFrame) and [java.lang.Exception] (with 3 known super classes: java.lang.Throwable, java.lang.Object, java.lang.Exception)
Can't find common super class of [InstallerFrame] (with 1 known super classes: InstallerFrame and 1 unknown classes: javax.swing.JFrame) and [java.lang.Exception] (with 3 known super classes: java.lang.Throwable, java.lang.Object, java.lang.Exception)
Can someone help me?
3 Replies
JavaBot
JavaBot6d ago
This post has been reserved for your question.
Hey @j_sse! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
j_sse
j_sseOP6d ago
proguard rules:
-dontoptimize
-dontshrink

-obfuscationdictionary obfuscation_dictionary.txt
-classobfuscationdictionary obfuscation_dictionary.txt
-packageobfuscationdictionary obfuscation_dictionary.txt

-keep class !jesse.** { *; }
-keep class jesse.scriptmod.ScriptMod { *; }
-adaptresourcefilecontents mixins.scriptmod.json

-ignorewarnings
-dontoptimize
-dontshrink

-obfuscationdictionary obfuscation_dictionary.txt
-classobfuscationdictionary obfuscation_dictionary.txt
-packageobfuscationdictionary obfuscation_dictionary.txt

-keep class !jesse.** { *; }
-keep class jesse.scriptmod.ScriptMod { *; }
-adaptresourcefilecontents mixins.scriptmod.json

-ignorewarnings
JavaBot
JavaBot6d ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Want results from more Discord servers?
Add your server