BoxCutter on Mac Crashes #72852

Closed
opened 2020-01-02 12:13:58 +01:00 by ARDA HAMAMCIOĞLU · 7 comments

System Information
Operating system: Mac OS 10.15.2
Graphics card: Radeon Pro 555X 4 GB

Blender Version
Broken: 2.81a

Boxcutter randomly crashes on Mac OS Catalina whenever bevel + mirror is used or camera is snapped to front view when cutting.

Screen Recording 2020-01-02 at 14.01.36.mov

Terminal:

Last login: Thu Jan  2 13:58:30 on ttys000

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Ardas-MBP:~ ardahamamcioglu$ /Applications/Blender.app/Contents/MacOS/Blender ; exit;
Read prefs: /Users/ardahamamcioglu/Library/Application Support/Blender/2.81/config/userpref.blend
found bundled python: /Applications/Blender.app/Contents/Resources/2.81/python

 Starting Auto-Rig Pro Functions... 

Blender version:  2.81 (sub 16)

 Starting Auto-Rig Pro: Smart... 


 Starting Auto-Rig Pro: Remap... 


 Starting Auto-Rig Pro Functions... 

Registered DECALmachine 1.9.2 with 4 decal libraries. PIL is not installed.
 » decal library: Aircraft
 » decal library: Example Panels
 » decal library: Examples
 » decal library: MyDecals
Registered MACHIN3tools 0.3.13 with 12 tools, 8 pie menus and 1 context menu
RetopoFlow git: None
RetopoFlow options path: /Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/RetopoFlow/RetopoFlow_options.json
Opening item with bundle ID com.apple.systempreferences
Info: Activated BoxCutter

Traceback (most recent call last):
  File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/shape/draw.py", line 1630, in modal
    shape.modal.refresh.shape(self, context, event)
  File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shape/modal/refresh.py", line 61, in shape
    globals()[ot.operation.lower()].shape(ot, context, event)
  File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shape/modal/bevel.py", line 19, in shape
    min_dimension = (min(float(i) for i in bc.shape.dimensions if i > 0.001))
ValueError: min() arg is an empty sequence

location: <unknown location>:-1

location: <unknown location>:-1

BoxCutter Dots Main Method Failed:

Traceback (most recent call last):
  File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/utility/__init__.py", line 194, in method_handler
    method(*arguments)
  File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shader/dots.py", line 51, in _shader
    shape.modal.dots.update(ot)
  File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shape/modal/dots.py", line 88, in update
    dot.enable = ot.operation in {dot.type, 'NONE'} and ot.modified
  File "/Applications/Blender.app/Contents/Resources/2.81/scripts/modules/bpy_types.py", line 708, in __getattribute__
    properties = StructRNA.path_resolve(self, "properties")
ReferenceError: StructRNA of type BC_OT_draw_shape has been removed


**System Information** Operating system: Mac OS 10.15.2 Graphics card: Radeon Pro 555X 4 GB **Blender Version** Broken: 2.81a Boxcutter randomly crashes on Mac OS Catalina whenever bevel + mirror is used or camera is snapped to front view when cutting. [Screen Recording 2020-01-02 at 14.01.36.mov](https://archive.blender.org/developer/F8256041/Screen_Recording_2020-01-02_at_14.01.36.mov) Terminal: ``` Last login: Thu Jan 2 13:58:30 on ttys000 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. Ardas-MBP:~ ardahamamcioglu$ /Applications/Blender.app/Contents/MacOS/Blender ; exit; Read prefs: /Users/ardahamamcioglu/Library/Application Support/Blender/2.81/config/userpref.blend found bundled python: /Applications/Blender.app/Contents/Resources/2.81/python Starting Auto-Rig Pro Functions... Blender version: 2.81 (sub 16) Starting Auto-Rig Pro: Smart... Starting Auto-Rig Pro: Remap... Starting Auto-Rig Pro Functions... Registered DECALmachine 1.9.2 with 4 decal libraries. PIL is not installed. » decal library: Aircraft » decal library: Example Panels » decal library: Examples » decal library: MyDecals Registered MACHIN3tools 0.3.13 with 12 tools, 8 pie menus and 1 context menu RetopoFlow git: None RetopoFlow options path: /Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/RetopoFlow/RetopoFlow_options.json Opening item with bundle ID com.apple.systempreferences Info: Activated BoxCutter Traceback (most recent call last): File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/shape/draw.py", line 1630, in modal shape.modal.refresh.shape(self, context, event) File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shape/modal/refresh.py", line 61, in shape globals()[ot.operation.lower()].shape(ot, context, event) File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shape/modal/bevel.py", line 19, in shape min_dimension = (min(float(i) for i in bc.shape.dimensions if i > 0.001)) ValueError: min() arg is an empty sequence location: <unknown location>:-1 location: <unknown location>:-1 BoxCutter Dots Main Method Failed: Traceback (most recent call last): File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/utility/__init__.py", line 194, in method_handler method(*arguments) File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shader/dots.py", line 51, in _shader shape.modal.dots.update(ot) File "/Users/ardahamamcioglu/Library/Application Support/Blender/2.81/scripts/addons/BoxCutter/addon/operator/utility/shape/modal/dots.py", line 88, in update dot.enable = ot.operation in {dot.type, 'NONE'} and ot.modified File "/Applications/Blender.app/Contents/Resources/2.81/scripts/modules/bpy_types.py", line 708, in __getattribute__ properties = StructRNA.path_resolve(self, "properties") ReferenceError: StructRNA of type BC_OT_draw_shape has been removed ```

Added subscriber: @ardah

Added subscriber: @ardah

Added subscriber: @Sergey

Added subscriber: @Sergey

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Sergey Sharybin self-assigned this 2020-01-02 15:56:22 +01:00

This is an issue of addon which is not part of standard Blender package.
Please report bug to authors of this addon.

This is an issue of addon which is not part of standard Blender package. Please report bug to authors of this addon.

Added subscriber: @peter-10

Added subscriber: @peter-10

Is there a solution for this problem? I updated my mac and boxcutter is crashing.

Is there a solution for this problem? I updated my mac and boxcutter is crashing.

It is crashing as soon as i hit ender on a cut with boxcutter.

It is crashing as soon as i hit ender on a cut with boxcutter.
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#72852
No description provided.