vam-timeline icon indicating copy to clipboard operation
vam-timeline copied to clipboard

animation not exporting / saving - "out of memory"?

Open qbase111 opened this issue 1 year ago • 2 comments

I converted a 500 second mocap into a timeline animation. It worked great on playback but for some reason when I export the animation it doesn't actually save anything. When i go to import, the animation file is not there.

I didn't realize it wasn't actually saving until an hour or so of work.

It works fine with animations that much shorter.... I'm wondering if it has to do with the length of the animation?

There were some different issues, but the 'not saving' is the more consistent issue.

Background, I used BVH player to bake animations in the vam native player. Then used Timeline to transfer the mocap over. It worked for a bunch of shorter animations, like i said, but larger one ghost saves.

I was able to save some other animations, but onto some other issues, there was an issue where the animations saved but wouldn't load:

with this error (all the animations work fine in the actual timeline player, so just not sure what can be done)

I just realized first line says "out of memory" ..... hmm i have a beast computer... maybe this is the issue? timeline running out of memory? or my pc?

!> Exception during SaveJSON: System.OutOfMemoryException: Out of memory at (wrapper managed-to-native) string:InternalAllocateStr (int) at System.Text.StringBuilder.InternalEnsureCapacity (Int32 size) [0x00000] in :0 at System.Text.StringBuilder.Append (System.String value) [0x00000] in :0 at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SuperController.SaveJSONInternal (SimpleJSON.JSONClass jc, System.String saveName) [0x00000] in :0 !> Exception during SaveJSON: System.OutOfMemoryException: Out of memory at (wrapper managed-to-native) string:InternalAllocateStr (int) at System.Text.StringBuilder.InternalEnsureCapacity (Int32 size) [0x00000] in :0 at System.Text.StringBuilder.Append (System.String value) [0x00000] in :0 at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0 at SuperController.SaveJSONInternal (SimpleJSON.JSONClass jc, System.String saveName) [0x00000] in :0 !> Timeline.MocapScreen.ImportRecorded: System.Exception: Timeline: No motion animation to import. at VamTimeline.MocapImportOperations.Prepare (Boolean resize) [0x00000] in :0 at VamTimeline.MocapScreen.ImportRecorded () [0x00000] in :0

qbase111 avatar Oct 11 '23 04:10 qbase111