Open override80 opened 1 day ago
Can you share the .3mf file in question ? @override80
Sure! Here it is. the problem is happening with all 3mf files unfortunately in my case.
I'm also getting a lot of these when generating thumbnails:
2024-11-14T10:09:49.393443+01:00 kernel: f3d[7172]: segfault at 968 ip 00007ea6f5909a72 sp 00007fffeeb6bd10 error 4 in libX11.so.6.4.0[7ea6f58dc000+90000] likely on CPU 5 (core 1, socket 0)
2024-11-14T10:09:49.393459+01:00 kernel: Code: 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 55 48 89 e5 41 54 41 89 f4 53 48 89 fb 48 83 ec 30 64 48 8b 04 25 28 00 00 00 48 89 45 e8 <48> 8b 87 68 09 00 00 48 85 c0 74 02 ff 10 ba 04 00 00 00 be 2b 00
2024-11-14T10:09:49.393460+01:00 kernel: f3d[7174]: segfault at 968 ip 0000777d5b909a72 sp 00007ffce2034990 error 4 in libX11.so.6.4.0[777d5b8dc000+90000] likely on CPU 7 (core 3, socket 0)
2024-11-14T10:09:49.393461+01:00 kernel: Code: 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 55 48 89 e5 41 54 41 89 f4 53 48 89 fb 48 83 ec 30 64 48 8b 04 25 28 00 00 00 48 89 45 e8 <48> 8b 87 68 09 00 00 48 85 c0 74 02 ff 10 ba 04 00 00 00 be 2b 00
2024-11-14T10:09:49.393463+01:00 kernel: f3d[7170]: segfault at 968 ip 00007b5499509a72 sp 00007fff25845870 error 4 in libX11.so.6.4.0[7b54994dc000+90000] likely on CPU 6 (core 2, socket 0)
2024-11-14T10:09:49.393463+01:00 kernel: Code: 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 55 48 89 e5 41 54 41 89 f4 53 48 89 fb 48 83 ec 30 64 48 8b 04 25 28 00 00 00 48 89 45 e8 <48> 8b 87 68 09 00 00 48 85 c0 74 02 ff 10 ba 04 00 00 00 be 2b 00
2024-11-14T10:09:49.416259+01:00 kernel: f3d[7175]: segfault at 968 ip 00007793be6b3a72 sp 00007ffd5bfb2ee0 error 4 in libX11.so.6.4.0[7793be686000+90000] likely on CPU 0 (core 0, socket 0)
2024-11-14T10:09:49.416358+01:00 kernel: Code: 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 55 48 89 e5 41 54 41 89 f4 53 48 89 fb 48 83 ec 30 64 48 8b 04 25 28 00 00 00 48 89 45 e8 <48> 8b 87 68 09 00 00 48 85 c0 74 02 ff 10 ba 04 00 00 00 be 2b 00
I'm unable to open this file in F3D nor in F3DWeb, are you sure you have been able to ?
Hi,
I cannot render 3mf files downloaded from makerworld or saved via OrcaSlicer or Bambu studio. I simply get a blank window. I do not have any problem loading stl files. I am on Ubuntu 24.04, installed f3d using the .deb file provided here (https://github.com/f3d-app/f3d/blob/master/doc/user/INSTALLATION.md). Same result using the portable version.
The log from f3d cli with --verbose:
Output from
f3d --readers-list
:The web assembly version on https://f3d.app/web/ works fine, so I'm sure it has nothing to do with the file format itself... I have no clue what to look for to further investigate the issue, any help is very welcome!