Principled Texture Set Up BUG #97990

Closed
opened 2022-05-09 18:11:07 +02:00 by Michele · 4 comments

System Information
Operating system: Windows 10
Graphics card: NVIDIA GeForce GTX 1050

Blender Version
Broken: Blender 3.0

Addon Information
Name: Node Wrangler (3, 38)
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer

Short description of error
When applying Node Wrangler SetUp Texture, this message shows up:

Report: Error

Python: Traceback (most recent call last):
  File "D:\3.1\scripts\addons\node_wrangler.py", line 3282, in execute
    print('\nMatched Textures:')
OSError: [WinError 233] Nessun altro processo all'altra estremità della pipe

location: <unknown location>:-1

Exact steps for others to reproduce the error

  • Go to shader editor,
  • click on Principled BSDF and use CTRL+SHIFT+T to access Node Wrangler Texture Set Up.
  • Selects the textures to set up and then click the blue button on the left of the window.
    Instead of setting up the textures, the error is showing up.
**System Information** Operating system: Windows 10 Graphics card: NVIDIA GeForce GTX 1050 **Blender Version** Broken: Blender 3.0 **Addon Information** Name: Node Wrangler (3, 38) Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer **Short description of error** When applying Node Wrangler SetUp Texture, this message shows up: Report: Error ``` Python: Traceback (most recent call last): File "D:\3.1\scripts\addons\node_wrangler.py", line 3282, in execute print('\nMatched Textures:') OSError: [WinError 233] Nessun altro processo all'altra estremità della pipe location: <unknown location>:-1 ``` **Exact steps for others to reproduce the error** - Go to shader editor, - click on Principled BSDF and use CTRL+SHIFT+T to access Node Wrangler Texture Set Up. - Selects the textures to set up and then click the blue button on the left of the window. Instead of setting up the textures, the error is showing up.
Author

Added subscriber: @MICH997

Added subscriber: @MICH997

Added subscriber: @scurest

Added subscriber: @scurest

Seems to be the same as #97428, print doesn't work for some reason.

Seems to be the same as #97428, print doesn't work for some reason.

Closed as duplicate of #97428

Closed as duplicate of #97428
Sign in to join this conversation.
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-addons#97990
No description provided.