Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

eesa

Members
  • Joined

  • Last visited

Everything posted by eesa

  1. Various ASM (java bytecode manipulation) libraries download, but are marked as not found, due to them being downloaded to the wrong folder. I put the misinstalled libraries into the right folders, but forge does not recognize them. Are there any command-line arguments to skip those libraries being downloaded. Log ahead. JVM info: Debian - 17.0.6 - 17.0.6+10-Debian-1 java.net.preferIPv4Stack=true Current Time: 26/05/2023 16:24:15 Host: files.minecraftforge.net [51.79.83.165] Host: maven.minecraftforge.net [51.79.83.165] Host: libraries.minecraft.net [13.107.253.35, 13.107.226.35] Host: launchermeta.mojang.com [13.107.253.35, 13.107.226.35] Host: piston-meta.mojang.com [13.107.253.35, 13.107.226.35] Host: authserver.mojang.com [13.33.165.53, 13.33.165.48, 13.33.165.54, 13.33.165.101] Found java version 17.0.6 Extracting json Considering minecraft client jar Downloading libraries Found 0 additional library directories Considering library cpw.mods:securejarhandler:2.1.6 File exists: Checksum validated. Considering library org.ow2.asm:asm:9.3 File exists: Checksum validated. Considering library org.ow2.asm:asm-commons:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-tree:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-util:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-analysis:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library net.minecraftforge:accesstransformers:8.0.4 File exists: Checksum validated. Considering library org.antlr:antlr4-runtime:4.9.1 File exists: Checksum validated. Considering library net.minecraftforge:eventbus:6.0.3 File exists: Checksum validated. Considering library net.minecraftforge:forgespi:6.0.0 File exists: Checksum validated. Considering library net.minecraftforge:coremods:5.0.1 File exists: Checksum validated. Considering library cpw.mods:modlauncher:10.0.8 File exists: Checksum validated. Considering library net.minecraftforge:unsafe:0.2.0 File exists: Checksum validated. Considering library com.electronwill.night-config:core:3.6.4 File exists: Checksum validated. Considering library com.electronwill.night-config:toml:3.6.4 File exists: Checksum validated. Considering library org.apache.maven:maven-artifact:3.8.5 File exists: Checksum validated. Considering library net.jodah:typetools:0.8.3 File exists: Checksum validated. Considering library net.minecrell:terminalconsoleappender:1.2.0 File exists: Checksum validated. Considering library org.jline:jline-reader:3.12.1 File exists: Checksum validated. Considering library org.jline:jline-terminal:3.12.1 File exists: Checksum validated. Considering library org.spongepowered:mixin:0.8.5 File exists: Checksum validated. Considering library org.openjdk.nashorn:nashorn-core:15.3 File exists: Checksum validated. Considering library net.minecraftforge:JarJarSelector:0.3.19 File exists: Checksum validated. Considering library net.minecraftforge:JarJarMetadata:0.3.19 File exists: Checksum validated. Considering library cpw.mods:bootstraplauncher:1.1.2 File exists: Checksum validated. Considering library net.minecraftforge:JarJarFileSystems:0.3.19 File exists: Checksum validated. Considering library net.minecraftforge:fmlloader:1.19.4-45.0.43 File exists: Checksum validated. Considering library com.github.jponge:lzma-java:1.3 File exists: Checksum validated. Considering library com.google.code.findbugs:jsr305:3.0.2 File exists: Checksum validated. Considering library com.google.code.gson:gson:2.8.7 File exists: Checksum validated. Considering library com.google.errorprone:error_prone_annotations:2.1.3 File exists: Checksum validated. Considering library com.google.guava:guava:20.0 File exists: Checksum validated. Considering library com.google.guava:guava:25.1-jre File exists: Checksum validated. Considering library com.google.j2objc:j2objc-annotations:1.1 File exists: Checksum validated. Considering library com.nothome:javaxdelta:2.0.1 File exists: Checksum validated. Considering library com.opencsv:opencsv:4.4 File exists: Checksum validated. Considering library commons-beanutils:commons-beanutils:1.9.3 File exists: Checksum validated. Considering library commons-collections:commons-collections:3.2.2 File exists: Checksum validated. Considering library commons-io:commons-io:2.4 File exists: Checksum validated. Considering library commons-logging:commons-logging:1.2 File exists: Checksum validated. Considering library de.oceanlabs.mcp:mcp_config:1.19.4-20230314.122934@zip File exists: Checksum validated. Considering library de.siegmar:fastcsv:2.0.0 File exists: Checksum validated. Considering library net.md-5:SpecialSource:1.11.0 File exists: Checksum validated. Considering library net.minecraftforge:ForgeAutoRenamingTool:0.1.22:all File exists: Checksum validated. Considering library net.minecraftforge:binarypatcher:1.1.1 File exists: Checksum validated. Considering library net.minecraftforge:fmlcore:1.19.4-45.0.43 File exists: Checksum validated. Considering library net.minecraftforge:fmlloader:1.19.4-45.0.43 File exists: Checksum validated. Considering library net.minecraftforge:forge:1.19.4-45.0.43:universal File exists: Checksum validated. Considering library net.minecraftforge:installertools:1.3.0 File exists: Checksum validated. Considering library net.minecraftforge:jarsplitter:1.1.4 File exists: Checksum validated. Considering library net.minecraftforge:javafmllanguage:1.19.4-45.0.43 File exists: Checksum validated. Considering library net.minecraftforge:lowcodelanguage:1.19.4-45.0.43 File exists: Checksum validated. Considering library net.minecraftforge:mclanguage:1.19.4-45.0.43 File exists: Checksum validated. Considering library net.minecraftforge:srgutils:0.4.11 File exists: Checksum validated. Considering library net.minecraftforge:srgutils:0.4.3 File exists: Checksum validated. Considering library net.minecraftforge:srgutils:0.4.9 File exists: Checksum validated. Considering library net.sf.jopt-simple:jopt-simple:5.0.4 File exists: Checksum validated. Considering library net.sf.jopt-simple:jopt-simple:6.0-alpha-3 File exists: Checksum validated. Considering library org.apache.commons:commons-collections4:4.2 File exists: Checksum validated. Considering library org.apache.commons:commons-lang3:3.8.1 File exists: Checksum validated. Considering library org.apache.commons:commons-text:1.3 File exists: Checksum validated. Considering library org.checkerframework:checker-qual:2.0.0 File exists: Checksum validated. Considering library org.codehaus.mojo:animal-sniffer-annotations:1.14 File exists: Checksum validated. Considering library org.ow2.asm:asm-analysis:9.2 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-analysis:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-commons:9.2 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-commons:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-tree:9.2 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm-tree:9.3 Downloading library from https://maven.creeperhost.net/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:178) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Downloading library from https://maven.minecraftforge.net/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar java.nio.file.NoSuchFileException: /home/eesa/.minecraft/libraries/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) at java.base/java.nio.file.Files.newOutputStream(Files.java:228) at java.base/java.nio.file.Files.copy(Files.java:3160) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:193) at net.minecraftforge.installer.DownloadUtils.download(DownloadUtils.java:181) at net.minecraftforge.installer.DownloadUtils.downloadLibrary(DownloadUtils.java:166) at net.minecraftforge.installer.actions.Action.downloadLibraries(Action.java:89) at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:110) at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423) at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:189) at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161) Considering library org.ow2.asm:asm:9.2 File exists: Checksum validated. Considering library org.ow2.asm:asm:9.3 File exists: Checksum validated. Considering library trove:trove:1.0.2 File exists: Checksum validated. These libraries failed to download. Try again. org.ow2.asm:asm-commons:9.3 org.ow2.asm:asm-tree:9.3 org.ow2.asm:asm-util:9.3 org.ow2.asm:asm-analysis:9.3 org.ow2.asm:asm-analysis:9.2 org.ow2.asm:asm-analysis:9.3 org.ow2.asm:asm-commons:9.2 org.ow2.asm:asm-commons:9.3 org.ow2.asm:asm-tree:9.2 org.ow2.asm:asm-tree:9.3

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.