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
that I haven't found an existing compatibility report for this game.
that I have checked whether there are updates for my system available.
Symptoms
Attempting to build a very simple DayZ mod, I get the following error log within the app itself (mirrored in the proton log too):
2024-12-19 17:28:43,622 [ERROR] 52: AddonBuilder.Builder.Run - System.NotImplementedException: The method or operation is not implemented.
at Microsoft.VisualBasic.FileIO.FileSystemOperation.Delete () [0x0000e] in <7e034406f13c467db3be926c12188a6b>:0
at Microsoft.VisualBasic.FileIO.FileSystemOperation.ExecuteDirDelete () [0x00069] in <7e034406f13c467db3be926c12188a6b>:0
at Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory (System.String directory, Microsoft.VisualBasic.FileIO.UIOption showUIOption, Microsoft.VisualBasic.FileIO.RecycleOption recycle, Microsoft.VisualBasic.FileIO.UICancelOption onUserCancel, Microsoft.VisualBasic.FileIO.DeleteDirectoryOption onDirectoryNotEmpty, System.Boolean showUI) [0x0000f] in <7e034406f13c467db3be926c12188a6b>:0
at Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory (System.String directory, Microsoft.VisualBasic.FileIO.UIOption showUI, Microsoft.VisualBasic.FileIO.RecycleOption recycle) [0x00001] in <7e034406f13c467db3be926c12188a6b>:0
at AddonBuilder.Tasks.ClearTempTask.ExecuteImpl (System.Object state) [0x00028] in <1c38c2a118784aa1b910fbaaa8b0c07b>:0
at AddonBuilder.Tasks.BuildTask`1[T].Execute (System.Object state) [0x0001a] in <1c38c2a118784aa1b910fbaaa8b0c07b>:0
at AddonBuilder.Builder.Run () [0x00058] in <1c38c2a118784aa1b910fbaaa8b0c07b>:0
With my limited understanding (and loathing) of .NET, I imagine this might be happening because the Proton-provided .NET DLLs (Mono presumably?) would not be defining this specific method? Would make sense on the surface, however Microsoft.VisualBasic.FileIO.FileSystemOperation.Delete feels like such a basic function to not have implemented 😕.
Reproduction
I doubt this whole setup is necessary to reproduce it. I am pretty sure that creating a basic .NET app that calls the Microsoft.VisualBasic.FileIO.FileSystemOperation.Delete method would suffice. However, for reference here's the exact steps I took:
Install DayZ
Install DayZ Tools
Follow the Modding setup here, and create a basic mod.
Attempt to pack the mod (Section Packing the mod)
The text was updated successfully, but these errors were encountered:
kisak-valve
changed the title
DayZ Tools .NET file system NotImplementedException: Microsoft.VisualBasic.FileIO.FileSystemOperation.Delete
DayZ Tools (830640)
Dec 19, 2024
Compatibility Report
System Information
I confirm:
Symptoms
Attempting to build a very simple DayZ mod, I get the following error log within the app itself (mirrored in the proton log too):
With my limited understanding (and loathing) of .NET, I imagine this might be happening because the Proton-provided .NET DLLs (Mono presumably?) would not be defining this specific method? Would make sense on the surface, however
Microsoft.VisualBasic.FileIO.FileSystemOperation.Delete
feels like such a basic function to not have implemented 😕.Reproduction
I doubt this whole setup is necessary to reproduce it. I am pretty sure that creating a basic .NET app that calls the
Microsoft.VisualBasic.FileIO.FileSystemOperation.Delete
method would suffice. However, for reference here's the exact steps I took:The text was updated successfully, but these errors were encountered: