bugzilla-daemon at freedesktop.org
2019-Jun-21 17:11 UTC
[Nouveau] [Bug 110955] New: Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 Bug ID: 110955 Summary: Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version() Product: Mesa Version: 18.2 Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: minor Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: power.cyan at openmail.cc QA Contact: nouveau at lists.freedesktop.org Created attachment 144606 --> https://bugs.freedesktop.org/attachment.cgi?id=144606&action=edit Wine output from trying to run windemic.exe, it happens also with LauncherFallour.exe. It dosen't seems to be a wine issue if I run in 64-bit machine with same OS(Xubuntu 18.04) it works. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190621/e10206db/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jun-21 17:12 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 power.cyan at openmail.cc changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |have-backtrace -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190621/44b6bc36/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2019-Jun-21 17:41 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #1 from Emil Velikov <emil.l.velikov at gmail.com> --- AFAICT there's a couple of things here: - the crash Most likely a wine bug, since the GL spec clearly says that glGetString (the only API which can give this message) can return 0/NULL on error. - nouveau/mesa complains about unknown GLSL version That should not happen. What hardware are you running on, do you have any changes to your drirc? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190621/d01a2081/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jun-21 17:42 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> --- s/wine/wine or application/ -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190621/5ab0231a/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jun-28 15:01 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 Emil Velikov <emil.l.velikov at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emil.l.velikov at gmail.com --- Comment #3 from Emil Velikov <emil.l.velikov at gmail.com> --- Created attachment 144675 --> https://bugs.freedesktop.org/attachment.cgi?id=144675&action=edit Print GL profile and unknown GLSL version. Forgot the more constructive parts: - please attach (plain-text) the output of glxinfo - if you can build mesa - what's the output of wine with the attached patch -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190628/22fa5b83/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 14:50 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #4 from power.cyan at openmail.cc --- Created attachment 144753 --> https://bugs.freedesktop.org/attachment.cgi?id=144753&action=edit glxinfo Attached the output of glxinfo, tryed to build mesa from src it was successfull, but havem't patched yet. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/a66f970b/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 14:53 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #5 from Ilia Mirkin <imirkin at alum.mit.edu> --- That patch is missing the actual version... given that this is a NV18, this should be fixed by https://cgit.freedesktop.org/mesa/mesa/commit/?id=0349bc3ce2b399082593ddcf1d28782a4566bc08 -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/cd1894ba/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 17:37 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #6 from power.cyan at openmail.cc --- Created attachment 144754 --> https://bugs.freedesktop.org/attachment.cgi?id=144754&action=edit patched with both suggested patches I tried to compile with the patches and I get errors, the output of the build is attached. First patched with the getstring.patch and context.patch. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/946d7238/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 17:39 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #7 from power.cyan at openmail.cc --- Created attachment 144755 --> https://bugs.freedesktop.org/attachment.cgi?id=144755&action=edit Patched with just the latest suggested patch. Tried without getstring.patch instead used the latest suggested patch for context.patch. It error out to, the output is attached. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/8a2bf58e/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 18:14 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #8 from Ilia Mirkin <imirkin at alum.mit.edu> --- ../src/mesa/main/context.c:2:7: error: invalid suffix "d81f1..2734693" on integer constant index 03d81f1..2734693 100644 Looks like your patch-application skills require some work. You should just be able to build mainline now -- it will have the change in question already. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/1e899668/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 20:00 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #9 from power.cyan at openmail.cc --- That is true my patching skills are horrible. I see I try the patching again let see if its builds, just because some practice can't hurt, if fails again I go with the mainline that has already been patched. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/6823d7e4/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Jul-10 20:04 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #10 from power.cyan at openmail.cc --- Oh almost forget tank you for the quick response to my problem. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190710/f4a66959/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2019-Aug-07 16:58 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 --- Comment #11 from Juan A. Suarez <jasuarez at igalia.com> --- This should be fixed in Mesa 19.1.4. Can you try? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190807/60ee7b8e/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2019-Sep-18 20:48 UTC
[Nouveau] [Bug 110955] Mesa 18.2.8 implementation error: Invalid GLSL version in shading_language_version()
https://bugs.freedesktop.org/show_bug.cgi?id=110955 GitLab Migration User <gitlab-migration at fdo.invalid> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #12 from GitLab Migration User <gitlab-migration at 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/1180. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190918/a88d5c60/attachment.html>
Apparently Analagous Threads
- [Bug 89759] New: WebGL OGL ES GLSL conformance test with mesa drivers fails
- [Mesa-stable] [PATCH 2/2] nv50: zero out unbound samplers
- [Mesa-dev] [PATCH 04/12] nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
- [Mesa-dev] [PATCH] nv50, nvc0: only clear out the buffers that we were asked to clear
- [Bug 62870] New: Steam.sh fails at line 704, possibly relating to mesa stack