bobcao3 / Wisdom-Shaders

A Minecraft shaderspack. Offers high performance with high quality at the same time.
Apache License 2.0
195 stars 15 forks source link

[Shaders] Error: Invalid program #7

Closed TechieAndroid closed 7 years ago

TechieAndroid commented 7 years ago

Everything is black for me on the latest master. I get these errors:

[Shaders] Error: Invalid program "composite" [Shaders] Error: Invalid program "composite1" [Shaders] Error: Invalid program "composite2" [Shaders] Error: Invalid program "composite3" [Shaders] Error: Invalid program "final"

http://imgur.com/aYiEaP4

TechieAndroid commented 7 years ago

I believe this problem lies on Nvidia's side. I updated to the latest proprietary version yesterday. I seem to remember something about Nvidia pushing updates that frequently mess up Minecraft...

bobcao3 commented 7 years ago

Some fma() are messed up.. i'm trying to fix that right now

bobcao3 commented 7 years ago

a fix has been pushed to master, can you test it for me?

TechieAndroid commented 7 years ago

I had to switch into Windows briefly but I tested it and it's working fine. I'll check in Linux where the problem happened in a little bit.

bobcao3 commented 7 years ago

I use Linux for developing so it should work fine with mesa. Basically it's a problem with GPU_SHADER5 extension

TechieAndroid commented 7 years ago

Okay back in Linux. Just checked and everything looks right.