SpartanB312 / Grunt

Liteweight Obfuscator
GNU General Public License v3.0
56 stars 6 forks source link

BUG? #2

Closed master7720 closed 3 months ago

master7720 commented 1 year ago

[01-01 03:27:19][main/INFO][Grunt] Initializing Grunt... [01-01 03:27:19][main/INFO][Grunt] Using config config.json [01-01 03:27:19][main/INFO][Grunt] Failed to read config config.json!But we generated a new one. [01-01 03:27:19][main/INFO][Grunt] Type (Y/N) if you want to continue y [01-01 03:27:20][main/INFO][Grunt] Reading input.jar Exception in thread "main" java.io.FileNotFoundException: input.jar (No such file or directory) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:228) at java.util.zip.ZipFile.(ZipFile.java:157) at java.util.jar.JarFile.(JarFile.java:171) at java.util.jar.JarFile.(JarFile.java:135) at net.spartanb312.grunt.process.resource.ResourceCache.readInput(ResourceCache.kt:123) at net.spartanb312.grunt.process.resource.ResourceCache.readJar(ResourceCache.kt:57) at net.spartanb312.grunt.GruntKt.main(Grunt.kt:42

3000IQPlay commented 1 year ago

that isnt bug

3000IQPlay commented 1 year ago

that is cfg issue

master7720 commented 5 months ago

only calling this is a bug cause it doesnt see my class path "{ "Settings": { "Input": "C:\Users\Rocky\Desktop\client\unobf.jar", "Output": "C:\Users\Rocky\Desktop\client\obf.jar", "Libraries": [ "net.minecraftforge:forge:1.12.2-14.23.5.2854", "https://impactdevelopment.github.io/maven/", "http://maven-eclipse.github.io/maven", "https://jitpack.io", "org.spongepowered:mixin:0.7.11-SNAPSHOT", "club.minnced:java-discord-rpc:2.0.2", "commons-codec:commons-codec:1.15", "org.spongepowered:mixin:0.8.2:processor", "org.jetbrains:annotations:22.0.0" ] }, "Exclusions": [], "DumpMappings": true, "MappingsOutput": "mappings.json", "ParallelProcessing": false, "CustomDictionary": [], "DictionaryStartIndex": 0, "CorruptOutput": false, "FileRemovePrefix": [], "FileRemoveSuffix": [] }"

master7720 commented 4 months ago

that isnt bug

it just doesnt see my class path at all ive tried different ways

master7720 commented 3 months ago

ammm a dummy