Opened 11 years ago

Closed 11 years ago

#1812 closed defect (fixed)

Serialization test fails when placing foundation

Reported by: historic_bruno Owned by: ben
Priority: Should Have Milestone: Alpha 13
Component: Core engine Keywords:
Cc: Patch:

Description

It's related to the foundation's visual actor component. Logs are attached and here's a diff of the debug sim states:

--- debug.after.a	2013-01-04 21:49:50.371486800 -0500
+++ debug.after.b	2013-01-04 21:49:49.092284500 -0500
@@ -73369,11 +73369,11 @@
     g: 1
     b: 1
     anim run threshold: 0
-    anim name: "idle"
-    anim once: false
-    anim speed: 1
+    anim name: ""
+    anim once: true
+    anim speed: 0
     sound group: ""
-    anim desync: 0.05
+    anim desync: 0
     anim sync repeat time: 0
   AIProxy:
     object: {

Attachments (1)

oos_log.zip (46.0 KB ) - added by historic_bruno 11 years ago.

Download all attachments as: .zip

Change History (2)

by historic_bruno, 11 years ago

Attachment: oos_log.zip added

comment:1 by ben, 11 years ago

Owner: set to ben
Resolution: fixed
Status: newclosed

In 13053:

Fixes serialization test failure from CmpVisualActor not setting initial animation state with graphics disabled, fixes #1812

Note: See TracTickets for help on using tickets.