-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Whenever I reopen Discord, or even just closing the app causes Blender to crash.
I don't see anything in terminal when running it before it crashes but running it without discord gives this:
File "/Users/appleinc/Library/Application Support/Blender/4.2/scripts/addons/blendpresence/pypresence/presence.py", line 46, in close
self.send_data(2, {'v': 1, 'client_id': self.client_id})
File "/Users/appleinc/Library/Application Support/Blender/4.2/scripts/addons/blendpresence/pypresence/baseclient.py", line 96, in send_data
assert self.sock_writer is not None, "You must connect your client before sending events!"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: You must connect your client before sending events!
Blender quit
Does Blender need Discord open to run??