cocos2dx3.3加载csb,log出错

我只写了

auto node = CSLoader::createNode(“res/DemoPlayer.csb”);
addChild(node);

然后

suffix = csb
textureSize = 7
0x0F40594E (libcocos2d.dll) (liulanqi.exe 中)处的第一机会异常: 0xC0000005: 读取位置 0x3379680A 时发生访问冲突。
0x0F40594E (libcocos2d.dll) (liulanqi.exe 中)处有未经处理的异常: 0xC0000005: 读取位置 0x3379680A 时发生访问冲突。

cocos版本是最新的

值为NULL,看你的resources文件夹中是否有csb文件。

已解决。
版本对应问题