It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi,

I'm playing with french linux version (2.05) and I have no sound in cinematics. I'm running it on Archlinux and here is my terminal output. Thanks for any help.

./start.sh
Running Victor Vran
Language: French
Voice Language: English
*** Texture headers: 5023 loaded, 0 newer, 3 ms

*** graphics info
GPU GeForce GTX 770/PCIe/SSE2
API
Platform: {
desktop = true,
developer = false,
editor = true,
gog = true,
goldmaster = true,
linux = true,
}

[SDLXInput] Controller 0 connected (Logitech F710 Gamepad (XInput))
[SDLXInput] Controller 0 has 6 axes, 11 buttons, 0 balls, 1 hats, 16 hfxs (0x100E)
Lua revision: 200268
Assets revision: 33783
Account storage loaded successfully in 4 ms
DLC highlander loaded, lua revision 200263, assets revision 33818
DLC tome loaded, lua revision 200263, assets revision 33818
cannot read Dlc2/autorun.lua: Path Not Found
DLC cauldron loaded, lua revision 200263, assets revision 33818
DLC wanderer loaded, lua revision 200263, assets revision 33818
VideoImpl::Init(Movies/MainMenu.ivf)
New UI mode "Game" set in 0 ms
*** Reloading assets from folder BinAssets/

*** Loaded 2648 meshes and 1256 anim for 427 ms (batch size: 30)
*** Precached entity data 17 ms

*** DTM started in 1000 mb: 2048(123) 1024(479) 512(479) 256(479), dxt1: 1028, dxt5: 533

*** DTM started in 1000 mb: 2048(118) 1024(456) 512(456) 256(455), dxt1: 888, dxt5: 598

Graph results from DATA for map: TheBastille
-- Seed: 0
-- Path: {
[1] name '6', type 'start'
[2] name '3', type 'regular'
[3] name '4', type 'start'
[4] name '2', type 'minor'
[5] name '2', type 'regular'
}
-- Challenges: {
"Chaos_ENC6_A_3",
"Chaos_ENC3_A_4",
"Chaos_ENC4_A_5",
"Chaos_ENC2_A_5",
"Chaos_Boss2",
}
Map changed to "Hub". Lua memory in use: 39658 KB.
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
VideoImpl::Init(Movies/02_SpringTheTrap.ivf)
OpenAL 'CurrentLanguage/Voices/02_SpringTheTrap' failed to open
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
OpenALLib: failed to set listener position
OpenALLib: failed to set listener velocity
OpenALLib: failed to set listener orientation
Map changed to "". Lua memory in use: 38378 KB.
VideoImpl::Init(Movies/MainMenu.ivf)
New UI mode "Boot" set in 0 ms


Stopping the game threads from the Lua side.



Stopping the game threads after receiving WM_QUIT.

Hook 'Shader :: CompileEffect' not found!
DestroyVideos: 1 videos not cleaned up
[SDLXInput] Controller 0 disconnected
StrID statistics:
Arena allocator stats: 18615 allocs, 425221 bytes out of 1048576 total (40%)
This question / problem has been solved by Krasimir2.0image
Anyone else got this problem ?
I'm still having the issue with latest 2.06.
avatar
hickop: Anyone else got this problem ?
I'm still having the issue with latest 2.06.
This is the same as - http://steamcommunity.com/app/345180/discussions/1/371918937286564533/ I think.

When you are using another language there is something wrong in the code for the file paths on Linux.

For a quick workaround fix:

rename or copy ~/.local/share/Steam/SteamApps/common/Victor Vran/Local/Voices/English.hpk to ~/.local/share/Steam/SteamApps/common/Victor Vran/Local/Voices/French.hpk
Post edited April 11, 2016 by Krasimir2.0
avatar
hickop: Anyone else got this problem ?
I'm still having the issue with latest 2.06.
avatar
Krasimir2.0: This is the same as - http://steamcommunity.com/app/345180/discussions/1/371918937286564533/ I think.

When you are using another language there is something wrong in the code for the file paths on Linux.

For a quick workaround fix:

rename or copy ~/.local/share/Steam/SteamApps/common/Victor Vran/Local/Voices/English.hpk to ~/.local/share/Steam/SteamApps/common/Victor Vran/Local/Voices/French.hpk
Works ! Thank you.