Blender 2.82+ crash on MacOS when enabling BlendLuxCore LuxCoreRender addon. #75223
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#75223
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Darwin-17.7.0-x86_64-i386-64bit 64 Bits
Graphics card: NVIDIA GeForce GT 750M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-10.33.0 387.10.10.10.40.134
Blender Version
Broken: version: 2.83 (sub 11), branch: master (modified), commit date: 2020-03-25 17:46, hash:
blender/blender@6681a33a6f
Worked: 2.81a
Short description of error
Since Blender 2.82 Blender will crash when activating the BlendLuxCore addon on MacOS ( High Sierra, Mojave, Catalina )
Exact steps for others to reproduce the error
Download latest BlendLuxCore for MacOS with OpenCL here
BlendLuxCore_latest
Install addon and activate. When activating Blender crashes with an BusError 10
Here is the debug console with bt
we use the following libs for LuxCore
edit OIIO is now 1.8.13 and OpenEXR/IlmBase 2.4.1
It will be hard to reproduce the crash on Mojave and up since we (LuxCore) do not have an AppleDeveloperLicense .. yet .. so the .zip is not signed or notarized. So on Mojave and up SIP must be disabled otherwise it won’t work at all. So High Sierra is needed to reproduce the bug without SIP problems.
Thanks for all your work !!!
Your LuxCoreRenderTeam / u3dreal
Added subscriber: @u3dreal-4
This issue was referenced by blender/blender@b555b8dedc
Added subscriber: @brecht
Changed status from 'Needs Triage' to: 'Needs User Info'
Installing and activating the add-on I get:
And indeed I can't find that library in the .zip. We may be able to hide to more symbols to fix this, but it's hard to do blindly so it would help to have that file.
I'm not sure why LuxCore must be signed to work, we actually configure the Blender signing/notarization to allow loading unsigned shared libraries (
com.apple.security.cs.disable-library-validation
).Oh the lib update messed up azure .. Thanks for the hint and sorry for the inconvenience.
I uploaded a current version i just compiled on High Sierra.
and tested on 2.81a(works) and current git (crash as described above).
BlendLuxCore
About the signing part ...
I compiled yesterday on Mojave and didn't get around SIP.
local and free dev signing didn't work for pyluxcore.so. -> crash
I got a report with SIP protection protecting me... when i disable SIP it works without problems. Help here would be wonderfull.
Thanks for your help !
Changed status from 'Needs User Info' to: 'Resolved'