SimplyCEO

Results 55 comments of SimplyCEO

The version of DragonFF installed is v0.1.1 and all the packages in my system are up-to-date.

```bash TypeError: Sections.write_chunk() takes 2 positional arguments but 3 were given ``` One thing that I noticed is that indeed this function is receiving 1 more argument. ```python def write_chunk(data,...

Both give the same error, even removing manually the camera and light.

DragonFF-master: ```python Read prefs: /home/kanux/.config/blender/3.1/config/userpref.blend Info: Deleted 1 object(s) Python: Traceback (most recent call last): File "/home/kanux/.config/blender/3.1/scripts/addons/DragonFF-master/gui/dff_ot.py", line 122, in execute dff_exporter.export_dff( File "/home/kanux/.config/blender/3.1/scripts/addons/DragonFF-master/ops/dff_exporter.py", line 842, in export_dff dff_exporter.export_dff(options['file_name']) File...

I already tried it, but got the following: ```python Read prefs: /home/kanux/.config/blender/3.1/config/userpref.blend Info: Deleted 1 object(s) Python: Traceback (most recent call last): File "/home/kanux/.config/blender/3.1/scripts/addons/DragonFF-master/gui/dff_ot.py", line 122, in execute dff_exporter.export_dff( File...

Tried to catch the error and it gave me the following: `packer` - `

I manually sent the `*data` packet as `24, 0, 0` instead of `24, 0, 0, 0` and it exported. But in order to import back, it gave me a animation...

> I downgraded my kernel from 5.15.0-41 to 5.15.0-40 and now its working. This should be investigated more deeply. The reason that we keep this repository alive is to give...

Did you tried using another kernel version? Looks like `arm_ssp_per_task_plugin.so` is not built in your current kernel.

Forgot to change the branch. I will fix it.