BlackStartx / PyCharm-Blender-Plugin

A PyCharm Plugin that simplify the development of Blender Add-On inside the PyCharm IDE.
MIT License
142 stars 13 forks source link

Crash loading blender program with pycharm #21

Open warlockhb opened 6 months ago

warlockhb commented 6 months ago

Exception in thread Thread-1 (start_client): Traceback (most recent call last): File "D:\Blender version\daily\blender-4.0.2-stable+v40.9be62e85b727-windows.amd64-release\4.0\python\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\Blender version\daily\blender-4.0.2-stable+v40.9be62e85b727-windows.amd64-release\4.0\python\lib\threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "C:\Users\jungh\AppData\Local\Temp\BlendCharm\pycharm_connector.py", line 156, in start_client on_data(s, s.recv(struct.unpack('>i', s.recv(4))[0])) File "C:\Users\jungh\AppData\Local\Temp\BlendCharm\pycharm_connector.py", line 101, in on_data json_data = json.loads(data) File "D:\Blender version\daily\blender-4.0.2-stable+v40.9be62e85b727-windows.amd64-release\4.0\python\lib\json__init__.py", line 341, in loads s = s.decode(detect_encoding(s), 'surrogatepass') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 68: invalid start byte

Hello. I'm just using and testing your plugin. I tried to run blender using pycharm. but, it doesn't work and show the addon that i developed.