GPUShader Compile Errors in console when trying to Normal Map in GLSL viewport #28343

Closed
opened 2011-08-23 11:40:01 +02:00 by Terry Wallwork · 6 comments

%%%I am using Blender SVN 39643 DEBUG version on Fedora 15 Linux.

I get GPU error messages in the console when trying to view the attached Blend file in GLSL viewing mode in the 3D Viewport Region.

I was trying to affect normals with a texture and have it display in the 3D Viewport Region. All I get though are the errors and an orange plane.

Attached is the blend file showing the issue and my system info.txt, as well as a screenshot.

The errors I get are listed below:

GNU gdb (GDB) Fedora (7.3-41.fc15)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /home/terry/Blender-SVN/blender-DEBUG...done.
Starting program: /home/terry/Blender-SVN/blender-DEBUG
[Thread debugging using libthread_db enabled]
[New Thread 0xb7efeb70 (LWP 21201)]
[New Thread 0xb34ffb70 (LWP 21202)]
[Thread 0xb34ffb70 (LWP 21202) exited]
found bundled python: /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_bisect.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/5c/bad317ec076a90bb7d62d46e1059a7999825ab.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_heapq.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/13/48285b3b7c4fd2963d156c60d62605e7aca385.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/time.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/73/6354f75a35e77235f78d2226d536c47b5994ca.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/select.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/38/60c3095832680249d023693ec148652956e38a.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/fcntl.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/e3/b675f52b3234f4ef3cfefef01e233f09ad3123.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_struct.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/a3/849cdae63ab77b993cd8839a254c11e9a3fe1d.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_pickle.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/74/1a624c995923eafae4fed861646154e1507584.debug
Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_posixsubprocess.cpython-32mu.so
Try: yum --disablerepo='' --enablerepo='-debuginfo' install /usr/lib/debug/.build-id/c6/a1f7a81e04663ac8c60287cb62e102f2df8f74.debug
Detaching after fork from child process 21204.
Traceback (most recent call last):

File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/scripts/startup/bl_operators/wm.py", line 741, in execute
  webbrowser.open(self.url)
File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/webbrowser.py", line 61, in open
  if browser.open(url, new, autoraise):
File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/webbrowser.py", line 275, in open
  success = self._invoke(args, True, autoraise)
File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/webbrowser.py", line 238, in _invoke
  stderr=inout, preexec_fn=setsid)
File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/subprocess.py", line 736, in __init__
  restore_signals, start_new_session)
File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/subprocess.py", line 1330, in _execute_child
  raise child_exception_type(errno_num, err_msg)

OSError: [Errno 9] Bad file descriptor

location::-1

location::-1
%%%

%%%I am using Blender SVN 39643 DEBUG version on Fedora 15 Linux. I get GPU error messages in the console when trying to view the attached Blend file in GLSL viewing mode in the 3D Viewport Region. I was trying to affect normals with a texture and have it display in the 3D Viewport Region. All I get though are the errors and an orange plane. Attached is the blend file showing the issue and my system info.txt, as well as a screenshot. The errors I get are listed below: GNU gdb (GDB) Fedora (7.3-41.fc15) Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/terry/Blender-SVN/blender-DEBUG...done. Starting program: /home/terry/Blender-SVN/blender-DEBUG [Thread debugging using libthread_db enabled] [New Thread 0xb7efeb70 (LWP 21201)] [New Thread 0xb34ffb70 (LWP 21202)] [Thread 0xb34ffb70 (LWP 21202) exited] found bundled python: /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_bisect.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/5c/bad317ec076a90bb7d62d46e1059a7999825ab.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_heapq.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/13/48285b3b7c4fd2963d156c60d62605e7aca385.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/time.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/73/6354f75a35e77235f78d2226d536c47b5994ca.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/select.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/38/60c3095832680249d023693ec148652956e38a.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/fcntl.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/e3/b675f52b3234f4ef3cfefef01e233f09ad3123.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_struct.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/a3/849cdae63ab77b993cd8839a254c11e9a3fe1d.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_pickle.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/74/1a624c995923eafae4fed861646154e1507584.debug Missing separate debuginfo for /home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/lib-dynload/_posixsubprocess.cpython-32mu.so Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/c6/a1f7a81e04663ac8c60287cb62e102f2df8f74.debug Detaching after fork from child process 21204. Traceback (most recent call last): ``` File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/scripts/startup/bl_operators/wm.py", line 741, in execute webbrowser.open(self.url) File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/webbrowser.py", line 61, in open if browser.open(url, new, autoraise): File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/webbrowser.py", line 275, in open success = self._invoke(args, True, autoraise) File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/webbrowser.py", line 238, in _invoke stderr=inout, preexec_fn=setsid) File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/subprocess.py", line 736, in __init__ restore_signals, start_new_session) File "/home/terry/Blender-SVN/Binaries/Blender-2.59-SVN39643-i386-GNU-Linux/share/blender/2.59/python/lib/python3.2/subprocess.py", line 1330, in _execute_child raise child_exception_type(errno_num, err_msg) ``` OSError: [Errno 9] Bad file descriptor location:<unknown location>:-1 location:<unknown location>:-1 %%%
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

%%%Added output log from lshal command. Incase is needed%%%

%%%Added output log from lshal command. Incase is needed%%%

%%%In the output posted I cant see any GLSL compile errors.
%%%

%%%In the output posted I cant see any GLSL compile errors. %%%

%%%Fix in svn, thanks for the report.%%%

%%%Fix in svn, thanks for the report.%%%

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author

%%%Opps sorry posted the wrong info, I can repost if needed?%%%

%%%Opps sorry posted the wrong info, I can repost if needed?%%%
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#28343
No description provided.