|
It took a few days to get around to it, but now I
am using CEGUI 0.4.0 and CS and cel as of yesterday. I am still getting errors,
and it looks like it is the logging that is causing it. Is there a logfile
I should be setting? Or else where is it trying to log to by default if that is
the issue.
Here is the Call Stack:
> msvcp71.dll!std::basic_stringbuf<unsigned
short,std::char_traits<unsigned short>,std::allocator<unsigned
short> >::_Tidy() Line
291 C++
msvcp71.dll!std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char> >::str(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & _Newstr={...}) Line 77 C++ CEGUIBase.dll!CEGUI::Logger::logEvent() + 0x75 C++ CEGUIBase.dll!CEGUI::SchemeManager::loadScheme() + 0x70 C++ promise.exe!AppPromise::Application() Line 152 + 0x65 C++ promise.exe!csApplicationFramework::Start() Line 72 C++ promise.exe!csApplicationFramework::Main(int argc=1, char * * argv=0x003952b0) Line 124 + 0x7 C++ promise.exe!csApplicationRunner<AppPromise>::Run(int argc=1, char * * argv=0x003952b0) Line 433 + 0x10 C++ promise.exe!main(int argc=1, char * * argv=0x003952b0) Line 28 + 0xd C++ promise.exe!mainCRTStartup() Line 398 + 0x11 C And the Disassembly:
void _Tidy() { // discard any allocated buffer and clear pointers 7C3AAFEF push esi 7C3AAFF0 mov esi,ecx if (_Mystate & _Allocated) 7C3AAFF2 test byte ptr [esi+40h],1 <------------------------Break point is here! 7C3AAFF6 je std::basic_stringbuf<unsigned short,std::char_traits<unsigned short>,std::allocator<unsigned short> >::_Tidy+14h (7C3AB003h) _Al.deallocate(_Mysb::eback(), (_Mysb::pptr() != 0 ? _Mysb::epptr() : _Mysb::egptr()) - _Mysb::eback()); 7C3AAFF8 mov eax,dword ptr [esi+10h] 7C3AAFFB push dword ptr [eax] 7C3AAFFD call operator delete (7C3CD755h) 7C3AB002 pop ecx
Any ideas?
|
- [CsMain] CEGUI in a CEL app David Hendrickson
- Re: [CsMain] CEGUI in a CEL app Chris Case
- Re: [CsMain] CEGUI in a CEL app David Hendrickson
- Re: [CsMain] CEGUI in a CEL app David Hendrickson
- Re: [CsMain] CEGUI in a CEL app Dan Härdfeldt
- Re: [CsMain] CEGUI in a CEL app Vincent Knecht
- Re: [CsMain] CEGUI in a CEL app Chris Case
- Re: [CsMain] CEGUI in a CEL app David Hendrickson
- Re: [CsMain] CEGUI in a CEL ap... David Hendrickson
