Python TraceBack problem FBX Export #104410

Closed
opened 2023-02-15 18:38:12 +01:00 by Nicolas-14 · 1 comment

System Information
Operating system: Windows 10
Graphics card: RX 5500XT

Blender Version
Blender Version 2.93.114.0
Short description of error
When i try to export an Fbx (Any model that i have not just this one) i get an error saying:

Python: Traceback (most recent call last):
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx_init_.py", line 644, in execute
return export_fbx_bin.save(self, context, **keywords)
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3205, in save
ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3082, in save_single
print('\nFBX export starting... %r' % filepath)
OSError: [WinError 233] No hay ningún proceso en el otro extremo de la canalización

location: :-1

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).
I just created an Object and another one then ctrl J to join them and the textures that are just colors, then export the FBX and when i click on export shows that error.

**System Information** Operating system: Windows 10 Graphics card: RX 5500XT **Blender Version** Blender Version 2.93.114.0 **Short description of error** When i try to export an Fbx (Any model that i have not just this one) i get an error saying: Python: Traceback (most recent call last): File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\__init__.py", line 644, in execute return export_fbx_bin.save(self, context, **keywords) File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3205, in save ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod) File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3082, in save_single print('\nFBX export starting... %r' % filepath) OSError: [WinError 233] No hay ningún proceso en el otro extremo de la canalización location: <unknown location>:-1 **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible). I just created an Object and another one then ctrl J to join them and the textures that are just colors, then export the FBX and when i click on export shows that error.
1005 KiB
Nicolas-14 added the
Type
Report
label 2023-02-15 18:38:12 +01:00
Brecht Van Lommel added the
Priority
Normal
Status
Needs Triage
labels 2023-02-21 11:20:22 +01:00
Member

Hi, thanks for the report. This is same as blender/blender#99440, closing.

Hi, thanks for the report. This is same as https://projects.blender.org/blender/blender/issues/99440, closing.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-03-09 03:32:18 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#104410
No description provided.