Matt

Results 293 comments of Matt

Try on 0.7.0+ and see if the progress bar ever starts filling up.

Current failure VM trace: ``` jdk/internal/loader/URLClassPath$JarLoader$1.run()Ljava/lang/Void; jdk/internal/util/jar/JarIndex.getJarIndex(Ljava/util/jar/JarFile;)Ljdk/internal/util/jar/JarIndex; java/util/jar/JarFile.getJarEntry(Ljava/lang/String;)Ljava/util/jar/JarEntry; java/util/jar/JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry; java/util/jar/JarFile.isMultiRelease()Z java/util/jar/JarFile.checkForSpecialAttributes()V java/util/jar/JarFile.getBytes(Ljava/util/zip/ZipEntry;)[B java/util/zip/ZipFile.getInputStream(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream; java/util/zip/ZipFile$ZipFileInflaterInputStream.(Ljava/util/zip/ZipFile;Ljava/util/zip/ZipFile$ZipFileInputStream;Ljava/util/zip/ZipFile$CleanableResource;I)V java/util/zip/ZipFile$CleanableResource.getInflater()Ljava/util/zip/Inflater; java/util/zip/Inflater.(Z)V java/util/zip/Inflater.init(Z)J ``` The `InflaterNatives` class only handles `initIDs`. We either need to implement those,...

Went with a different approach for hooking ZipFile handles on JDK 9+ Then I hit a wall with `Inflater` natives still in some jar file handling... so to work around...

The issue here isn't the format. Our API is structured such that you have one file as mapping input, and one file as mapping output. A directory structure does not...

41bfc33bba5f2b95e44c9360a705f3d4d3185fb0 Supported via `Mappings > Advanced Apply`. This will open a new window where you can select Enigma as your mapping format and a directory of enigma files _(like Minecraft...

Partially mitigated with 54c8a0be210dffd0e9014511c1a20d6530772a55

Related: https://github.com/Col-E/Recaf-Launcher/issues/20

Looks like scoping problems with the `catch` block handling and how we propagate _(or don't in this case)_ variables into them.

Addressed with 81e49e6363dac1e24a0f34ae74d16873650263da

We should be swapping out for Mac OS users. https://github.com/Col-E/Recaf/blob/dev4/recaf-ui/src/main/java/software/coley/recaf/ui/config/KeybindingConfig.java#L163 I dont own a MAC to verify things though. Can you diagnose where the issue is?