• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Cannot expand this MemoryStream

bigcat

Well-known member
Joined
Feb 24, 2021
Messages
2
Reactions
5
Any thoughts on what I messed up now?

!> Compile of Hunting-Succubus.FemaleBodySmootherTessellation.1:/Custom/Scripts/Hunting-Succubus/FemaleBodySmootherTessellation.cs failed. Exception: System.NotSupportedException: Cannot expand this MemoryStream
at System.IO.MemoryStream.set_Capacity (Int32 value) [0x00000] in <filename unknown>:0
at System.IO.MemoryStream.Expand (Int32 newSize) [0x00000] in <filename unknown>:0
at System.IO.MemoryStream.Write (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
at ICSharpCode.SharpZipLib.Core.StreamUtils.Copy (System.IO.Stream source, System.IO.Stream destination, System.Byte[] buffer) [0x00000] in <filename unknown>:0
at MVR.FileManagement.FileManager.ReadAllBytes (MVR.FileManagement.FileEntry fe) [0x00000] in <filename unknown>:0
at MVR.FileManagement.FileManager.ReadAllBytes (System.String path, Boolean restrictPath) [0x00000] in <filename unknown>:0
at MVRPluginManager.SyncPluginUrlInternal (.MVRPlugin mvrp, Boolean isFromConfirmDenyResponse) [0x00000] in <filename unknown>:0
!> Compile of Hunting-Succubus.FemaleBodySmootherTessellation.1:/Custom/Scripts/Hunting-Succubus/FemaleBodySmootherTessellation.cs failed. Errors:
 
Back
Top Bottom