Maniphest T67116

archipack bug
Closed, Resolved

Assigned To
Brecht Van Lommel (brecht)
Authored By
haviv dadon (hav1v)
Jul 17 2019, 12:14 PM
Tags
  • Add-ons (Community)
  • Platform: macOS
Subscribers
Brecht Van Lommel (brecht)
haviv dadon (hav1v)
Jaime (artbybautista)
Philipp Oeser (lichtwerk)
stephen leger (stephen_leger)

Description

Traceback (most recent call last):

File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/modules/addon_utils.py", line 351, in enable
  mod = __import__(module_name)
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/__init__.py", line 69, in <module>
  from . import archipack_manipulator
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/archipack_manipulator.py", line 43, in <module>
  from .archipack_gl import (
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/scripts/addons/archipack/archipack_gl.py", line 32, in <module>
  import numpy as np
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module>
  from . import add_newdocs
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/add_newdocs.py", line 13, in <module>
  from numpy.lib import add_newdoc
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/__init__.py", line 8, in <module>
  from .type_check import *
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/type_check.py", line 11, in <module>
  import numpy.core.numeric as _nx
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/__init__.py", line 35, in <module>
  from . import _internal  # for freeze programs
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/_internal.py", line 15, in <module>
  import ctypes
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py", line 543, in <module>
  _reset_cache()
File "/Volumes/Blender/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py", line 273, in _reset_cache
  CFUNCTYPE(c_int)(lambda: None)

MemoryError

bpy.context.area.ui_type = 'INFO'

//I installed the new blender and that's what happens when I try to enter the archipack//

System Information
Operating system: Darwin-18.6.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 570 OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.9.26

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 13:50, hash: rB06312c6d2db8
Worked: (optional)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

Related Objects

Mentioned In
T67101: Archipack does not load
Mentioned Here
rBSe66c3589a2a6: Fix T66986: errors with add-ons using ctypes in macOS release
rBSc42b7f843464: Fix T66986: fix dylib plugins on macOS not working in code signed release

Event Timeline

haviv dadon (hav1v) created this task.Jul 17 2019, 12:14 PM
Philipp Oeser (lichtwerk) edited projects, added Add-ons (Community), Platform: macOS; removed BF Blender.Jul 17 2019, 12:22 PM
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 80.Jul 17 2019, 12:27 PM
Philipp Oeser (lichtwerk) added subscribers: Brecht Van Lommel (brecht), Philipp Oeser (lichtwerk).

@Brecht Van Lommel (brecht): I think this is solved with your commits, right?
rBSe66c3589a2a67d880f4d3dbfa7e3ba473c3751b8
rBSc42b7f843464a810ffd587704ab1ceaf9fee0172

I assume the current buildbot build from https://builder.blender.org/download/ is fine anyways, but for the next RC, we should also be good?

Brecht Van Lommel (brecht) changed the task status from Unknown Status to Resolved.Jul 17 2019, 12:28 PM
Brecht Van Lommel (brecht) claimed this task.

Re-downloading the current RC should also solve this problem.

Philipp Oeser (lichtwerk) mentioned this in T67101: Archipack does not load.Jul 17 2019, 12:40 PM
Philipp Oeser (lichtwerk) merged a task: T67101: Archipack does not load.
Philipp Oeser (lichtwerk) added subscribers: Jaime (artbybautista), stephen leger (stephen_leger).