Trying to run RE4 on my r300 freeze completely system Submitted on wine bug tracker and suggested to report here. ---- err:winediag:shader_generate_glsl_declarations The hardware does not support enough uniform components to run this shader, it may not render correctly. ---- and lot of: ---- r300: ERROR: FS input fog unassigned, not enough hardware slots. (it's not a bug, do not report it) ---- for more details and full log see: http://bugs.winehq.org/show_bug.cgi?id=33129
This is a known issue. Wine internally needs some extra uniforms for doing fixups, and when the shader already uses all of them, there isn't anything you can do about it. Wine still generates the shader in blind hope, that the constants near the end, which are removed, aren't actually used... On the other side, in my experience this usually causes only corruption (r300g driver produces dummy shaders in place of the failed ones), not complete system freeze, so maybe there is more going on. You should try to obtain dmesg after the freeze and also the Xorg.0.log and attach them here.
Created attachment 76024 [details] full dmesg output
Created attachment 76025 [details] Xorg.0.log
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/354.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.