Well, I fixed the singleton issue. It seems that the new version of H3D initializes the windows in a different order than before, and I didn't take it into account.
Thanks for your suggestions and help! Now on to fix H3D errors
Search found 3 matches
- Mon Jul 14, 2008 21:45
- Forum: Help
- Topic: Assertion failed: ms_Singleton
- Replies: 5
- Views: 6249
- Fri Jul 11, 2008 18:48
- Forum: Help
- Topic: Assertion failed: ms_Singleton
- Replies: 5
- Views: 6249
- Thu Jul 10, 2008 21:53
- Forum: Help
- Topic: Assertion failed: ms_Singleton
- Replies: 5
- Views: 6249
Assertion failed: ms_Singleton
Hello, I have a project that has been worked on for quite some time (started as thesis, now research proj) which uses H3D and CEGUI. My program uses CEGUI to display windows, buttons, and test fields over a 3D scene, and it has worked very well in the past. Last week I decided to update the project ...