You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from my limited testing:
-on archiloom 0.10.0 the reload succeeds but no changes are applied at runtime, two identical file access errors are printed into the console
-on archiloom 0.11.0 the reload succeeds and changes runtime classes but still prints the file access errors
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: java.nio.file.FileSystemException: %appdata%\Local\Temp\838308561030404975.jar: The process cannot access the file because it is being used by another process
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:275)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at java.base/java.nio.file.Files.deleteIfExists(Files.java:1191)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at dev.architectury.transformer.TransformerRuntime.lambda$main$6(TransformerRuntime.java:178)
[16:18:21] [Thread-0/INFO] (Minecraft) [STDERR]: at dev.architectury.transformer.PathModifyListener.run(PathModifyListener.java:56)
[16:18:26] [Thread-0/INFO] (Minecraft) [STDERR]: java.nio.file.FileSystemException: %appdata%\Local\Temp\838308561030404975.jar: The process cannot access the file because it is being used by another process)
The text was updated successfully, but these errors were encountered:
from my limited testing:
-on archiloom 0.10.0 the reload succeeds but no changes are applied at runtime, two identical file access errors are printed into the console
-on archiloom 0.11.0 the reload succeeds and changes runtime classes but still prints the file access errors
The text was updated successfully, but these errors were encountered: