Error when import fbx to blender 3.2 #99245

Closed
opened 2022-06-28 18:42:11 +02:00 by Syazwan · 8 comments

System Information
Operating system: Windows 10
Graphics card: RTX 3060

Blender Version
Broken: (blender vers 3.2
Python: Traceback (most recent call last):

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

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

Worked: (newest version of Blender that worked as expected)

Short description of error

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

**System Information** Operating system: Windows 10 Graphics card: RTX 3060 **Blender Version** Broken: (blender vers 3.2 Python: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_scene_fbx\__init__.py", line 200, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_scene_fbx\import_fbx.py", line 2416, in load print("FBX version: %r" % version) ``` OSError: [WinError 233] No process is on the other end of the pipe) Worked: (newest version of Blender that worked as expected) **Short description of error** **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible).
Author

Added subscriber: @Zwan

Added subscriber: @Zwan

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

blender/blender#99244 was marked as duplicate of this issue
Author

Python: Traceback (most recent call last):

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

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

Python: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_scene_fbx\__init__.py", line 200, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\io_scene_fbx\import_fbx.py", line 2416, in load print("FBX version: %r" % version) ``` OSError: [WinError 233] No process is on the other end of the pipe

Added subscriber: @rjg

Added subscriber: @rjg

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

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

This appears to be the same issue as in #97428. Please check your system for malware, e.g. with Window Defender .

This appears to be the same issue as in #97428. Please check your system for malware, e.g. with [Window Defender ](https://support.microsoft.com/en-us/windows/help-protect-my-pc-with-microsoft-defender-offline-9306d528-64bf-4668-5b80-ff533f183d6c).
Martijn Versteegh changed title from Error when import fbx to belnder 3.2 to Error when import fbx to blender 3.2 2022-06-28 21:51:16 +02:00

If the linked guide does not resolve the problem, then please open Blender's installation directory and double-click the blender_factory_startup.cmd to start it with temporary factory default settings. Are you able to successfully export the FBX in this case?

If the linked guide does not resolve the problem, then please open Blender's installation directory and double-click the `blender_factory_startup.cmd` to start it with temporary factory default settings. Are you able to successfully export the FBX in this case?

Closed as duplicate of blender/blender#99440

Closed as duplicate of blender/blender#99440
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#99245
No description provided.