You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this open source to build a simple toy project.
However, I have been encountering the following error frequently recently.
Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Users\tmr\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\tmr\FloorplanToBlender3d\Server\process\create.py", line 143, in run
check_output(
File "C:\Users\tmr\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\tmr\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['C:\\Program Files\\Blender Foundation\\Blender 2.90\\blender.exe', '-noaudio', '--background', '--python', '../Blender/blender_export_any.py', './storage/objects/ZGYN83.blend', '.obj', './storage/objects/ZGYN83.obj']' returned non-zero exit status 3221226356.
This error will not occur for a while if re run the project, but it is a temporary solution.
I searched the Blender community using the above log, and I was able to confirm the following article.
I am using this open source to build a simple toy project.
However, I have been encountering the following error frequently recently.
This error will not occur for a while if re run the project, but it is a temporary solution.
I searched the Blender community using the above log, and I was able to confirm the following article.
Therefore, I want that you update Blender to the latest version.
At the same time, Python package also has some difficulties running on ARM64-based OS, so I think the Python package also needs to be updated.
The text was updated successfully, but these errors were encountered: