https://bugs.freedesktop.org/show_bug.cgi?id=61883
Priority: medium Bug ID: 61883 Assignee: dri-devel@lists.freedesktop.org Summary: wine shader_generate_glsl_declarations fail Severity: normal Classification: Unclassified OS: Linux (All) Reporter: victoraur.santos@gmail.com Hardware: All Status: NEW Version: 9.1 Component: Drivers/DRI/r300 Product: Mesa
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
https://bugs.freedesktop.org/show_bug.cgi?id=61883
Pavel Ondračka pavel.ondracka@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pavel.ondracka@email.cz Component|Drivers/DRI/r300 |Drivers/Gallium/r300
--- Comment #1 from Pavel Ondračka pavel.ondracka@email.cz --- 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.
https://bugs.freedesktop.org/show_bug.cgi?id=61883
--- Comment #2 from Victor Aurélio victoraur.santos@gmail.com --- Created attachment 76024 --> https://bugs.freedesktop.org/attachment.cgi?id=76024&action=edit full dmesg output
https://bugs.freedesktop.org/show_bug.cgi?id=61883
--- Comment #3 from Victor Aurélio victoraur.santos@gmail.com --- Created attachment 76025 --> https://bugs.freedesktop.org/attachment.cgi?id=76025&action=edit Xorg.0.log
https://bugs.freedesktop.org/show_bug.cgi?id=61883
GitLab Migration User gitlab-migration@fdo.invalid changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED
--- Comment #4 from GitLab Migration User gitlab-migration@fdo.invalid --- -- 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.
dri-devel@lists.freedesktop.org