Quilt crashing on startup 1.20.1 WITHOUT mods

I went through deleting mods one by one with no success assuming that this had caused the issue somehow. Prior to attempting to install the replaymod, I had no issues. Below is a direct copy-paste of the crashlog output

---- Crashed! ----
Date/Time: 2023/11/10 15:57:44.6817

– Crash –

org.quiltmc.loader.impl.FormattedException: org.quiltmc.loader.impl.discovery.ModResolutionException: Failed to create the transform bundle!
at org.quiltmc.loader.impl.QuiltLoaderImpl.load(QuiltLoaderImpl.java:297)
at org.quiltmc.loader.impl.launch.knot.Knot.init(Knot.java:147)
at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:76)
at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: org.quiltmc.loader.impl.discovery.ModResolutionException: Failed to create the transform bundle!
at org.quiltmc.loader.impl.transformer.TransformCache.createTransformCache(TransformCache.java:271)
at org.quiltmc.loader.impl.transformer.TransformCache.populateTransformBundle(TransformCache.java:109)
at org.quiltmc.loader.impl.QuiltLoaderImpl.setup(QuiltLoaderImpl.java:341)
at org.quiltmc.loader.impl.QuiltLoaderImpl.load(QuiltLoaderImpl.java:295)
… 3 more
Caused by: java.nio.file.FileAlreadyExistsException: C:\Users\RealName\AppData\Roaming.minecraft.cache\quilt_loader\transform-cache-client\files.zip
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:87)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:236)
at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
at org.quiltmc.loader.impl.filesystem.QuiltZipCustomCompressedWriter.write0(QuiltZipCustomCompressedWriter.java:243)
at org.quiltmc.loader.impl.filesystem.QuiltZipCustomCompressedWriter.write(QuiltZipCustomCompressedWriter.java:74)
at org.quiltmc.loader.impl.filesystem.QuiltZipFileSystem.writeQuiltCompressedFileSystem(QuiltZipFileSystem.java:217)
at org.quiltmc.loader.impl.transformer.TransformCache.createTransformCache(TransformCache.java:267)
… 6 more

– Mods –

Index Mod ID Version Type File Hash (SHA-1) File(s)
------: ----- ---- --------- ------ ------------------- ---------
Mod Table Version: 2
Plugin Types: {}

---- end of report ----

Make sure to use the latest Quilt loader version (0.21.2 as of writing this). If that’s already what you use, try deleting this file C:\Users\RealName\AppData\Roaming.minecraft.cache\quilt_loader\transform-cache-client\files.zip.

Deleting the file worked, TYSM

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.