What steps will reproduce the problem?
1. Load a DAE
What is the expected output? What do you see instead?
The DAE should load, but sometimes the events are never fired, and the
loading never completes. The problem occurs less often while in Debug.
What version of the product are you using? On what operating system?
r880
Please provide any additional information below.
The problem is caused by use of weak references in the DaeReader class, in
the read function. The loader is sometimes collected while loading. I made
changes in the class and it's now working as expected.
Original issue reported on code.google.com by harveysi...@gmail.com on 5 Mar 2009 at 9:33
Original issue reported on code.google.com by
harveysi...@gmail.com
on 5 Mar 2009 at 9:33Attachments: