【发布时间】:2015-11-18 22:18:29
【问题描述】:
我在 Windows 10 上使用带有 c++ 的 cocoss2d,我正在尝试播放背景音乐。它在我第一次调试游戏时有效,但在我第二次运行时它会抛出这些异常
Exception thrown at 0x765F3E28 (KernelBase.dll) in MiniGolf.exe: 0x000006BA: The RPC server is unavailable.
Exception thrown at 0x765F3E28 (KernelBase.dll) in MiniGolf.exe: 0x0000000E: Not enough storage is available to complete this operation.
Assert failed: getFileSize should be override by platform FileUtils
Assertion failed!
我只是用这条线开始音乐。
CocosDenshion::SimpleAudioEngine::getInstance()->playBackgroundMusic("level_music1.wav",true);
我不知道发生了什么事可以和我分享一下吗?
【问题讨论】:
标签: c++11 cocos2d-x windows-10