netease-im / NIM_Duilib_Framework

网易云信Windows应用开发框架。
MIT License
2.09k stars 834 forks source link

ui::GlobalManager::CreateBoxWithCache返回null; #486

Open chenxuanw opened 1 year ago

chenxuanw commented 1 year ago

问题现象

ui::ListContainerElement fileMsg = dynamic_cast<ui::ListContainerElement>(ui::GlobalManager::CreateBoxWithCache(L"session/file_right.xml"));

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