https://bugs.winehq.org/show_bug.cgi?id=54083
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Call of Juarez: Bound in |Call of Juarez: Bound in |Blood shows a black screen |Blood shows a black screen |(due to missing 'main' | |handling) |
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- Interesting. Besides the other broken shaders [I see: explicit cast from float4 to float4 that we don't fold out, missing sm1 DOT, SAT, ABS, COS, SIN expressions, and missing tex2D()], it tries to compile several shader that merely defines a bunch of macros and then #includes another file, but somehow that other file seems to be empty. I can't immediately tell why; it'll take some debugging.