eugene.litvinov Posted April 3, 2011 Posted April 3, 2011 I have two bat files, for x86 and x64 systems: main_x86d -console_command "world_load source/main" -video_app direct3d9 -sound_app openal -data_path ../ -system_script source/unigine.cpp main_x64d -console_command "world_load source/main" -video_app direct3d9 -sound_app openal -data_path ../ -system_script source/unigine.cpp The same result if I change your samples_sounds_d3d9.bat: set PATH=../bin;../lib;%PATH% main_x64 -video_app direct3d9 -sound_app openal -data_path ../ -system_script core/unigine.cpp -console_command "world_load samples/sounds/ambient_static_00" -video_mode -1 -video_width 1024 -video_height 768 -video_multisample 0 -video_fullscreen 0 In this case sounds in demos not play. What is it can be?
binstream Posted April 3, 2011 Posted April 3, 2011 There is no 64bit OpenAL library installed in the system.
eugene.litvinov Posted April 3, 2011 Author Posted April 3, 2011 I see, thanks. Installation of OpenAL decides problem.
Recommended Posts