these days I feel pain in my head and ass, right?
I am using crystalspace and CEGUI, I keep getting error like this: (only in debug mode)
Code: Select all
Assertion failed: ms_Singleton,file c:\source\cslib\libcegui\include\CEGUISingleton.h line 79
I've checked the debugger ,it stopped at cegui->GetSchemeManagerPtr ()->loadScheme(ice.scheme"); when the debug error are showing in the console,right after initalize()(functions from cegui wrapper),
I am only linking with 2 libs crystalspace_d.lib, and CEGUIBase-vc9_d.lib
when I am linking with crystalspace.lib, and CEGUIBase-vc9.lib in release mode, everything works perfectly, the scrollbar ,and the float value are correct,
what could cause that problem in debug mode?I've searched forum,a lot same problems, but not work with me though,
I am looking for help, Thank you everyone,