c++ - CocosDenshion::SimpleAudioEngine pauses all actions when playing an effect -
After
I have applied the audio to my project, when start (form) my class in
Function with this code:
CocosDenshion :: SimpleAudioEngine :: sharedEngine () - & gt; GetInstance () - & gt; PreloadEffect ("fx / frog.wav");
and the Sprite class is playing the effect with this code when:
CocosDenshion :: SimpleAudioEngine :: sharedEngine () - & gt; GetInstance () - & gt; PlayEffect ("fx / frog.wav");
Background scrolling stops and other Phantom sound effects continue until I finish, I am working with Cocos2d-X 3.3 beta, and targeted the WIN32 project < / P>
Debug output needs your help if necessary. OpenGL OpenOffice 0x0500 in Ready for GLSL Ready for
. \ Base \ CCConfiguration.cpp Cocos2d :: Configuration :: gatherGPUInfo 142 {gl.version: 3.2.9756 Compatibility Profile Context Gl.supports_NOT: True cocos2d.x.version: Cocos2d-x 3.3beta0 Cocos2d .x.compiled_with_profiler: Incorrect cocos2d.x.build_type: DEBUG cocos2d.x.compiled_with_gl_state_cache: true gl.max_texture_size: 16384 gl.vendor: ATI Technologies Inc. gl .renderer: ATI Mobility Radeon HD 5470 gl.max_texture_units: 32 gl.supports_ETC1: false gl.supports_S3TC: true gl.supports_ATITC: false gl.supports_PVRTC: false gl.supports_BGRA8888: false gl.supports_discard_framebuffer: false gl.supports_vertex_array_object: true} AppDelegate : SD resolution 'Hang IngSpider.exe '(Win32): Loaded' C: \ Windows \ SysWOW64 \ MMDevAPI.dll '. PDB file can not locate or open. 'Hangingspider.exa' (Win32): Loaded 'C: \ Windows \ SysWOW64 \ propsys.dll' can not locate or open the PDB file. 'Hangingspider.exa' (Win32): Loaded 'C: \ Windows \ SysWOW64 \ wdmaud.drv' can not locate or open the PDB file. 'Hangingspider.x32': loaded 'C: \ Windows \ SysWOW64 \ ksuser.dll'. PDB file can not locate or open. 'Hangingspider.x32': Loaded 'C: \ Windows \ SysWOW64 \ avrt.dll'. PDB file can not locate or open. 'Hangingspider.x32': loaded 'C: \ Windows \ SysWOW64 \ AudioSes.dll'. PDB file can not locate or open. 'Hangingspider.exo' (Win32): Filled 'C: \ Windows \ SysWOW64 \ msacm32.drv' can not locate or open the PDB file. 'HangingSpider.exe' (Win32): Loaded 'C: \ Windows \ SysWOW64 \ msacm32.dll'. PDB file can not locate or open. Hanging Spider. 'Win32: Loaded' C: \ Windows \ SysWOW64 \ midimap.dll '. PDB file can not locate or open. 'HangingSpider.exe' (Win32): Loaded 'C: \ Windows \ SysWOW64 \ mciwave.dll' can not locate or open the PDB file. Thread 0xc90 is extracted from 0 (0x0) code 'hangingspider.x' (Win32): loaded 'C: \ windows \ SysWOW64 \ clbcatq.dll' can not locate or open the PDB file. Thread has exited from 0x 920 code 0 (0x0) Thread 0x1a38 has exited the 0 (0x0) code from thread 0x1924 code 0 (0x0) has been exited from the thread 0x1a70 code 0 (0x0). Thread 0x1ba0 has been extracted from 0 (0x0) code, the thread has been removed from 0x1504 code 0 (0x0). Thread has exited the 0xc30 code 0 (0x0). Thread is exited from 0x1bf0 0 (0x0) code Thread is exited from 0x3f0 code 1 (0x1) Thread has exited the 0x16e4 code 1 (0x1). Thread has exited the 0x1354 code 1 (0x1) thread has exited the code 0x10b0 code 1 (0x1), the program '[4276] HangingSpider.exe' has gone from code 1 (0x1)
Comments
Post a Comment