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

×
I was able to make it run through galaxy by going to manage installation, features, add another executable, choosing Launch The Chronicles of Riddick - Assault on Dark Athena, and making it the default launcher. It's technically the same launcher, but for some reason, now it works.
I have a new Problem !! When i start the Game i will get now the message that the dvm.dll is not working with Windows or it has an Problem (mistake )


The dvm.dll is in the Folder !! I have no idea what is wrong
avatar
Nutellaloeffeler: Open file "The Chronicles of Riddick\System\GL\HLInclude_GLSL.xrg" in the text editor Change the lines

1) float4 tex2DBias(sampler2D _tex, float2 _st, float _bias) { return texture2D(_tex, _st, _bias); }
2) float4 texCubeBias(samplerCube _tex, float3 _str, float _bias) { return textureCube(_tex, _str, _bias); }

to

1) float4 tex2DBias(sampler2D _tex, float2 _st, float _bias) { return texture2D(_tex, _st); }
2) float4 texCubeBias(samplerCube _tex, float3 _str, float _bias) { return textureCube(_tex, _str); }

Save edited "HLInclude_GLSL.xrg" file
THIS helped me. Thank you so much. I hope it works for others as well.