Can't export in .fbx #97428

Closed
opened 2022-04-18 18:17:46 +02:00 by Hedi · 38 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15

Blender Version
Broken: All Versions

Short description of error
When I want to export my project in .fbx it gives me an error but I can export it with all the other formats.
You can see the error with the attached .txt file

Exact steps for others to reproduce the error
Export any project in .fbx

File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx_init_.py", line 644, in execute
return export_fbx_bin.save(self, context, **keywords)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3213, in save
ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3090, in save_single
print('\nFBX export starting... %r' % filepath)

OSError: [WinError 233] There is no process at the other end of the channel

location: <unknown location>:-1

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15 **Blender Version** Broken: All Versions **Short description of error** When I want to export my project in .fbx it gives me an error but I can export it with all the other formats. You can see the error with the attached .txt file **Exact steps for others to reproduce the error** Export any project in .fbx ```Python: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 644, in execute return export_fbx_bin.save(self, context, **keywords) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3213, in save ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3090, in save_single print('\nFBX export starting... %r' % filepath) ``` OSError: [WinError 233] There is no process at the other end of the channel location: <unknown location>:-1 ```
Author

Added subscriber: @hedigrrr1

Added subscriber: @hedigrrr1

#98307 was marked as duplicate of this issue

#98307 was marked as duplicate of this issue

#97990 was marked as duplicate of this issue

#97990 was marked as duplicate of this issue

#97746 was marked as duplicate of this issue

#97746 was marked as duplicate of this issue

blender/blender#97568 was marked as duplicate of this issue

blender/blender#97568 was marked as duplicate of this issue
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123

Added subscriber: @MrCash812

Added subscriber: @MrCash812

Added subscriber: @rjg

Added subscriber: @rjg

@MrCash812 @hedigrrr1

  • Are there specific circumstances under which this error occurs?
  • Is this always occuring when you attempt to export .fbx?
  • What specific version of Blender were you using?
  • What other versions of Blender have you tested?
@MrCash812 @hedigrrr1 - Are there specific circumstances under which this error occurs? - Is this always occuring when you attempt to export .fbx? - What specific version of Blender were you using? - What other versions of Blender have you tested?

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Author
  • No, there are no specific circumstances
  • It always occur when I try to export in .fbx
  • I'm using Blender 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: blender/blender@cc66d1020c
  • I also tested version 2.83.20
* No, there are no specific circumstances * It always occur when I try to export in .fbx * I'm using Blender 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: `blender/blender@cc66d1020c` * I also tested version 2.83.20

This occurs whenever I try to export as either FBX or OBJ.

This occurs whenever I try to export as either FBX or OBJ.

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'
- This is when I try to export through FBX:

Python: Traceback (most recent call last):

File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 644, in execute
  return export_fbx_bin.save(self, context, **keywords)
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3213, in save
  ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3090, in save_single
  print('\nFBX export starting... %r' % filepath)

OSError: [WinError 233] No process is on the other end of the pipe

location: :-1

- And this is when I try it with OBJ:

Python: Traceback (most recent call last):

File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\__init__.py", line 378, in execute
  return export_obj.save(context, **keywords)
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\export_obj.py", line 771, in save
  _write(context, filepath,
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\export_obj.py", line 678, in _write
  with ProgressReport(context.window_manager) as progress:
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 65, in __enter__
  self.update()
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 98, in update
  print("Progress: %6.2f%%\r" % (steps_percent,), end='')

OSError: [WinError 233] No process is on the other end of the pipe

location: :-1

- Additionally, this is when I try to export to GLB:

Python: Traceback (most recent call last):

File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\__init__.py", line 117, in __init__
  self.is_draco_available = gltf2_io_draco_compression_extension.dll_exists()
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\io\com\gltf2_io_draco_compression_extension.py", line 62, in dll_exists
  print("'{}' ".format(dll_path().absolute()) + ("exists, draco mesh compression is available" if exists else

OSError: [WinError 233] No process is on the other end of the pipe

location: :-1

- Attached below is the .blend file I am working with.

Flashlight.blend

- This is when I try to export through FBX: Python: Traceback (most recent call last): ``` File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 644, in execute return export_fbx_bin.save(self, context, **keywords) File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3213, in save ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod) File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3090, in save_single print('\nFBX export starting... %r' % filepath) ``` OSError: [WinError 233] No process is on the other end of the pipe location: <unknown location>:-1 - And this is when I try it with OBJ: Python: Traceback (most recent call last): ``` File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\__init__.py", line 378, in execute return export_obj.save(context, **keywords) File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\export_obj.py", line 771, in save _write(context, filepath, File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\export_obj.py", line 678, in _write with ProgressReport(context.window_manager) as progress: File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 65, in __enter__ self.update() File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 98, in update print("Progress: %6.2f%%\r" % (steps_percent,), end='') ``` OSError: [WinError 233] No process is on the other end of the pipe location: <unknown location>:-1 - Additionally, this is when I try to export to GLB: Python: Traceback (most recent call last): ``` File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\__init__.py", line 117, in __init__ self.is_draco_available = gltf2_io_draco_compression_extension.dll_exists() File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_gltf2\io\com\gltf2_io_draco_compression_extension.py", line 62, in dll_exists print("'{}' ".format(dll_path().absolute()) + ("exists, draco mesh compression is available" if exists else ``` OSError: [WinError 233] No process is on the other end of the pipe location: <unknown location>:-1 - Attached below is the .blend file I am working with. [Flashlight.blend](https://archive.blender.org/developer/F13019188/Flashlight.blend)

I also can't import these file types. The errors for those are listed below.

- FBX:

Python: Traceback (most recent call last):

File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2424, in load
  print("FBX version: %r" % version)

OSError: [WinError 233] No process is on the other end of the pipe

location: :-1

- OBJ:

Python: Traceback (most recent call last):

File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\__init__.py", line 151, in execute
  return import_obj.load(context, **keywords)
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\import_obj.py", line 959, in load
  with ProgressReport(context.window_manager) as progress:
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 65, in __enter__
  self.update()
File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 98, in update
  print("Progress: %6.2f%%\r" % (steps_percent,), end='')

OSError: [WinError 233] No process is on the other end of the pipe

location: :-1

I also can't import these file types. The errors for those are listed below. - FBX: Python: Traceback (most recent call last): ``` File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2424, in load print("FBX version: %r" % version) ``` OSError: [WinError 233] No process is on the other end of the pipe location: <unknown location>:-1 - OBJ: Python: Traceback (most recent call last): ``` File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\__init__.py", line 151, in execute return import_obj.load(context, **keywords) File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_obj\import_obj.py", line 959, in load with ProgressReport(context.window_manager) as progress: File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 65, in __enter__ self.update() File "D:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\bpy_extras\wm_utils\progress_report.py", line 98, in update print("Progress: %6.2f%%\r" % (steps_percent,), end='') ``` OSError: [WinError 233] No process is on the other end of the pipe location: <unknown location>:-1

Added subscriber: @Kizuna

Added subscriber: @Kizuna

Added subscriber: @Ismaelos

Added subscriber: @Ismaelos

Has this been solved?

Has this been solved?

@Kizuna No, this ticket is still open. So far we have not been able to reproduce this issue.

@Kizuna No, this ticket is still open. So far we have not been able to reproduce this issue.

Added subscribers: @MICH997, @scurest

Added subscribers: @MICH997, @scurest

Those affected by the issue, could you please check the following:

  • Switch to the scripting workspace.
  • Type x = "Test" into the console and press enter.

Type print('\nFBX export starting... %r' % x) into the console and press enter.

Are you getting the same error?

Those affected by the issue, could you please check the following: - Switch to the scripting workspace. - Type `x = "Test"` into the console and press enter. # Type `print('\nFBX export starting... %r' % x)` into the console and press enter. Are you getting the same error?

Removed subscriber: @Ismaelos

Removed subscriber: @Ismaelos

My problem was that I had a malware, after using windows defender and deleting it the problem was solved
Thank you!

My problem was that I had a malware, after using windows defender and deleting it the problem was solved Thank you!

Unfortunately, using the console was of no use, as I still receive the error. I also don't have any viruses/malware on my system as far as windows defender has reported to me.

edit: after a deeper scan, I found that the detection and removal of, "Trojan:Win32/Racealer.AD!MTB" fixed my issue. That is to say, the most likely cause of this issue by this point is the existence of malware on your system.

Unfortunately, using the console was of no use, as I still receive the error. I also don't have any viruses/malware on my system as far as windows defender has reported to me. edit: after a deeper scan, I found that the detection and removal of, "Trojan:Win32/Racealer.AD!MTB" fixed my issue. That is to say, the most likely cause of this issue by this point is the existence of malware on your system.

Since there appears to be an indication this issue is caused by malware, please make sure that Microsoft Defender or another AV software is used to scan your entire system. Once the malware is found and removed be sure to update all your passwords, as*Trojan:Win32/Racealer.AD!MTB// steals login credentials and cookies.

Since there appears to be an indication this issue is caused by malware, please make sure that [Microsoft Defender ](https:*support.microsoft.com/en-us/windows/help-protect-my-pc-with-microsoft-defender-offline-9306d528-64bf-4668-5b80-ff533f183d6c) or another AV software is used to scan your entire system. Once the malware is found and removed be sure to update all your passwords, as*Trojan:Win32/Racealer.AD!MTB// steals login credentials and cookies.

Removed subscriber: @scurest

Removed subscriber: @scurest

Added subscriber: @luisgustavo5552

Added subscriber: @luisgustavo5552

Added subscriber: @Michael_Macha

Added subscriber: @Michael_Macha

I am having a very similar issue on Linux Mint. I'm including both my error report and the file in question.

bathysphere.005.blend

bathysphere.005.crash.txt

The only unique thing I've noticed is that my model contains several instanced objects, but realizing them still gives me the same bug. Exporting to OBJ and DAE works fine.

This is a bit of a concern, as I'm intending to use this model in a game engine that requires FBX files, and I've never had trouble before. Attempting to export results in a full crash.

I'm using Linux Mint 20.3 with a GTX 1660 graphics card and proprietary drivers.

My final terminal output after rendering to FBX is this:

FBX export starting... '/home/michael/Documents/models/Bathysphere/bathysphere.005.fbx'
(bpy.data.armatures['Armature.001'], 'POSE')
(bpy.data.armatures['Armature.002'], 'POSE')
(bpy.data.armatures['Armature'], 'POSE')
NO NODES!
NO NODES!
NO NODES!
Sorry, “VERTEX” parenting type is not supported
Sorry, “VERTEX” parenting type is not supported
Writing: /tmp/bathysphere.005.crash.txt
Segmentation fault (core dumped)

I am using Blender 3.1.2

I am having a very similar issue on Linux Mint. I'm including both my error report and the file in question. [bathysphere.005.blend](https://archive.blender.org/developer/F13100781/bathysphere.005.blend) [bathysphere.005.crash.txt](https://archive.blender.org/developer/F13100782/bathysphere.005.crash.txt) The only unique thing I've noticed is that my model contains several instanced objects, but realizing them still gives me the same bug. Exporting to OBJ and DAE works fine. This is a bit of a concern, as I'm intending to use this model in a game engine that requires FBX files, and I've never had trouble before. Attempting to export results in a full crash. I'm using Linux Mint 20.3 with a GTX 1660 graphics card and proprietary drivers. My final terminal output after rendering to FBX is this: ``` FBX export starting... '/home/michael/Documents/models/Bathysphere/bathysphere.005.fbx' (bpy.data.armatures['Armature.001'], 'POSE') (bpy.data.armatures['Armature.002'], 'POSE') (bpy.data.armatures['Armature'], 'POSE') NO NODES! NO NODES! NO NODES! Sorry, “VERTEX” parenting type is not supported Sorry, “VERTEX” parenting type is not supported Writing: /tmp/bathysphere.005.crash.txt Segmentation fault (core dumped) ``` I am using Blender 3.1.2

@Michael_Macha Based on the log and the crash you're experiencing, this is an entirely different issue. Please create a separate ticket through Help > Report a Bug in Blender.

@Michael_Macha Based on the log and the crash you're experiencing, this is an entirely different issue. Please create a separate ticket through *Help > Report a Bug* in Blender.

@rjg
Will do, it seemed relevant. I think I may have gotten to the bottom of it—having a vertex parent in an export results in a full segmentation fault, just in case it helps the people on this forum.

@rjg Will do, it seemed relevant. I think I may have gotten to the bottom of it—having a vertex parent in an export results in a full segmentation fault, just in case it helps the people on this forum.

Is anyone still experiencing cases of OSError: [WinError 233] There is no process at the other end of the channel, after thoroughly checking the system for malware and removing it?

Is anyone still experiencing cases of `OSError: [WinError 233] There is no process at the other end of the channel`, after thoroughly checking the system for malware and removing it?

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Author

For me, after checking the system and removing the malware, it is fixed I can export in fbx now.

For me, after checking the system and removing the malware, it is fixed I can export in fbx now.

I checked the system for malware and nothing happened. The system didn't detect any malware and the issue still doesn't seem to be fixed.

I checked the system for malware and nothing happened. The system didn't detect any malware and the issue still doesn't seem to be fixed.

@MrCash812 Have you followed the instructions that I've linked for Windows Defender?

@MrCash812 Have you followed the instructions that I've linked for Windows Defender?

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'

Since the original reporter and other users have reported the issue as resolved, I'm closing the ticket.

@MrCash812 If the issue persists for you, please create a new report through Help > Report a Bug in Blender.

Since the original reporter and other users have reported the issue as resolved, I'm closing the ticket. @MrCash812 If the issue persists for you, please create a new report through *Help > Report a Bug* in Blender.
Sign in to join this conversation.
No Milestone
No project
No Assignees
9 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#97428
No description provided.