NIM_Duilib_Framework icon indicating copy to clipboard operation
NIM_Duilib_Framework copied to clipboard

ui::GlobalManager::CreateBoxWithCache返回null;

Open chenxuanw opened this issue 1 year ago • 0 comments

问题现象

ui::ListContainerElement* fileMsg = dynamic_castui::ListContainerElement*(ui::GlobalManager::CreateBoxWithCache(L"session/file_right.xml"));

出现问题:引发了未经处理的异常:读取访问权限冲突。fileMsg 是 nullptr。 xml正常存在,该问题也是偶尔出现,但会导致程序崩溃。

chenxuanw avatar Jul 24 '23 13:07 chenxuanw