Jump to content

Sound works only in x86-launcher


photo

Recommended Posts

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?

Link to comment
×
×
  • Create New...