NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.64k stars 338 forks source link

(Bug): Natron crashes when using the GMIC Rotate node on Arch #924

Closed Jacquavantius closed 1 year ago

Jacquavantius commented 1 year ago

Make sure to follow our issue report guidelines

Natron version

Natron 2.5.0

Operating system

Arch 6.5.3-arch1-1

System specs

No response

Did you install Natron using the official installer?

Custom installation path

No response

What were you trying to do?

I tried using the GMIC Rotate node on a read node at it crashes when I try setting the orientation to other than 0 degrees

What did you expect to happen? What happened instead?

Expected for the node to rotate the source, got a crash instead Output when running from terminal: https://pastebin.com/mvCNdtDT

Output from journalctl -f: https://pastebin.com/VcxcWDwD

Step-by-step reproduction instructions

  1. Start Natron
  2. Create new project
  3. Add a read node with source
  4. Add a GMIC Rotate node
  5. Connect the read node to GMIC Rotate node source
  6. Set the orientation in GMIC Rotate node properties to other than 0 degrees
  7. Crash

Additional details

Desktop Enviroment is Hyprland

devernay commented 1 year ago

Please use the Transform node, which is officially supported and much faster. The GMIC Nodes are provided "as is", and some may crash randomly.