murarinayak / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

Weak references to loader in DeaReader #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Added your changes.  Thanks!

Original comment by azu...@gmail.com on 30 Mar 2009 at 1:34