Then how could i fix it
So when I open the installer it creates a temporary file but because i don't have permisson it doesn't create and thats why i can't open it?
java.net.preferIPv4Stack=true
Exception in thread "main" java.lang.RuntimeException: javax.imageio.IIOException: Can't create cache file!
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at net.minecraftforge.installer.InstallerPanel.getImage(InstallerPanel.java:136)
at net.minecraftforge.installer.InstallerPanel.<init>(InstallerPanel.java:146)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:185)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:72)
Caused by: javax.imageio.IIOException: Can't create cache file!
at javax.imageio.ImageIO.createImageInputStream(Unknown Source)
at javax.imageio.ImageIO.read(Unknown Source)
at net.minecraftforge.installer.InstallerPanel.getImage(InstallerPanel.java:131)
... 3 more
Caused by: java.nio.file.AccessDeniedException: D:\Program Files (x86)\imageio1109621026117497757.tmp
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
at java.nio.file.Files.newByteChannel(Unknown Source)
at java.nio.file.Files.createFile(Unknown Source)
at java.nio.file.TempFileHelper.create(Unknown Source)
at java.nio.file.TempFileHelper.createTempFile(Unknown Source)
at java.nio.file.Files.createTempFile(Unknown Source)
at javax.imageio.stream.FileCacheImageInputStream.<init>(Unknown Source)
at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(Unknown Source)
... 6 more
JVM info: Oracle Corporation - 1.8.0_341 - 25.341-b10
java.net.preferIPv4Stack=true
Found java version 1.8.0_341
This is the log that appears when it fails, is this the thing you say?
I'm trying to install forge for 1.19.2, but I keep getting an error when opening it:
Something went wrong while installing <br/>Check log for more details :<br/>java.lang.RuntimeException: javax.imageio.IIOException: Can't create cache file
This is the log mentioned:
JVM info: Oracle Corporation - 1.8.0_341 - 25.341-b10
java.net.preferIPv4Stack=true
Found java version 1.8.0_341