<@&673394998913400873> uhh would this be a relinker bug? it's trying to write to a file that's already used
01/10/2024 22:17:56
System.IO.IOException: The process cannot access the file 'C:\Users\guyam\AppData\Local\Temp\tmp8014.tmp' because it is being used by another process.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.File.OpenWrite(String path)
at Celeste.Mod.Everest.Relinker.GetRelinkedAssembly(EverestModuleMetadata meta, String asmname, Stream stream, Stream symStream, MissingDependencyResolver depResolver, String[] checksumsExtra, Action`1 prePatch) in /home/vsts/work/1/s/Celeste.Mod.mm/Mod/Everest/Everest.Relinker.cs:line 152