I have followed the steps to create a Cy3d view (https://cy3d.readthedocs.io/en/latest/Installing.html) 1. Install Cy3d app. 2. Right click "Create 1 View" 3. Select "Cy3D" as network renderer 4. Click ok 5. Cytoscape is terminated with the following assertion failure: ``` ./Cytoscape Inconsistency detected by ld.so: dl-lookup.c: 106: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed! ``` I'm not sure if there is a workaround or something I can do to do further troubleshooting. Configuration: ``` Version: 3.9.1 Java: 11.0.16 by Ubuntu Java Home: /usr/lib/jvm/java-11-openjdk-amd64 OS: Linux 5.15.0-50-generic - amd64 Cy3D version 1.1.3 ```