We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every time I try to compile a moveset edit with FITC, it throws an exception and doesn't compile
Exception Log: Unhandled Exception: System.ArgumentException: capacity at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile (System.IO.FileStream fileStream, System.String mapName, System.Int64 capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileSecurity memoryMappedFileSecurity, System.IO.HandleInheritability inheritability, System.Boolean leaveOpen) [0x00058] in <2392cff65f724abaaed9de072f62bc4a>:0 at System.IO.cFileMap..ctor (System.IO.FileStream stream, System.IO.FileMapProtect protect, System.Int32 offset, System.Int32 length) [0x00026] in :0 at System.IO.FileMap.FromStreamInternal (System.IO.FileStream stream, System.IO.FileMapProtect prot, System.Int32 offset, System.Int32 length) [0x0005b] in :0 at System.IO.FileMap.FromTempFile (System.Int32 length) [0x00016] in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: capacity at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile (System.IO.FileStream fileStream, System.String mapName, System.Int64 capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileSecurity memoryMappedFileSecurity, System.IO.HandleInheritability inheritability, System.Boolean leaveOpen) [0x00058] in <2392cff65f724abaaed9de072f62bc4a>:0 at System.IO.cFileMap..ctor (System.IO.FileStream stream, System.IO.FileMapProtect protect, System.Int32 offset, System.Int32 length) [0x00026] in :0 at System.IO.FileMap.FromStreamInternal (System.IO.FileStream stream, System.IO.FileMapProtect prot, System.Int32 offset, System.Int32 length) [0x0005b] in :0 at System.IO.FileMap.FromTempFile (System.Int32 length) [0x00016] in :0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Every time I try to compile a moveset edit with FITC, it throws an exception and doesn't compile
Exception Log:
Unhandled Exception:
System.ArgumentException: capacity
at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile (System.IO.FileStream fileStream, System.String mapName, System.Int64 capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileSecurity memoryMappedFileSecurity, System.IO.HandleInheritability inheritability, System.Boolean leaveOpen) [0x00058] in <2392cff65f724abaaed9de072f62bc4a>:0
at System.IO.cFileMap..ctor (System.IO.FileStream stream, System.IO.FileMapProtect protect, System.Int32 offset, System.Int32 length) [0x00026] in :0
at System.IO.FileMap.FromStreamInternal (System.IO.FileStream stream, System.IO.FileMapProtect prot, System.Int32 offset, System.Int32 length) [0x0005b] in :0
at System.IO.FileMap.FromTempFile (System.Int32 length) [0x00016] in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: capacity
at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile (System.IO.FileStream fileStream, System.String mapName, System.Int64 capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileSecurity memoryMappedFileSecurity, System.IO.HandleInheritability inheritability, System.Boolean leaveOpen) [0x00058] in <2392cff65f724abaaed9de072f62bc4a>:0
at System.IO.cFileMap..ctor (System.IO.FileStream stream, System.IO.FileMapProtect protect, System.Int32 offset, System.Int32 length) [0x00026] in :0
at System.IO.FileMap.FromStreamInternal (System.IO.FileStream stream, System.IO.FileMapProtect prot, System.Int32 offset, System.Int32 length) [0x0005b] in :0
at System.IO.FileMap.FromTempFile (System.Int32 length) [0x00016] in :0
The text was updated successfully, but these errors were encountered: