Page 1 of 1

Shader Editor crash

Posted: 16 Jul 2014, 14:52
by michael f
Hello everyone,

The shader editor consistently keeps crashing Ventuz.
When typing a builtin function like "mul", "length" or "distance" followed by an empty pair of brackets

Code: Select all

mul()
and letting it compile,
there is an uncaught AccessViolationException somewhere in the SimDX EffectCompiler, which crashes Ventuz.
It only happens with some builtin functions, not all of them, and I have not seen it happen with user defined ones.

It would be great if you could look into that.

Thanks

Re: Shader Editor crash

Posted: 17 Jul 2014, 12:07
by Karol
Hi!

We can confirm the crash!
Unfortunately this happens deep in the D3DCompiler_43.dll provided by Microsoft.
So we cannot fix this.
If you are running on Win 8.1 you can replace the old Dll by the renamed version of the D3DCompiler_47.dll (you can find it in C:\Windows\System32) and the crashes disappear.

Best Regards
Karol