f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Unable to use F3D without a Xorg server

Open Jenfong opened this issue 9 months ago • 15 comments

Describe the bug 1.f3d gen png crash 2.error log

tail -200f /var/log/messages | grep f3d
May 31 02:38:46 localhost kernel: f3d[61440]: segfault at 968 ip 00007f9aa44b70bf sp 00007ffcb233ae60 error 4 in libX11.so.6.3.0[7f9aa4475000+13d000]
May 31 02:38:47 localhost systemd-coredump[61442]: Resource limits disable core dumping for process 61440 (f3d).
May 31 02:38:47 localhost systemd-coredump[61442]: Process 61440 (f3d) of user 0 dumped core.
May 31 02:41:58 localhost kernel: f3d[61552]: segfault at 968 ip 00007fb1821650bf sp 00007fffbb398c10 error 4 in libX11.so.6.3.0[7fb182123000+13d000]
May 31 02:41:58 localhost systemd-coredump[61554]: Resource limits disable core dumping for process 61552 (f3d).
May 31 02:41:58 localhost systemd-coredump[61554]: Process 61552 (f3d) of user 0 dumped core.

To Reproduce Steps to reproduce the behavior:

  1. Open the file using f3d --dry-run --quiet --input=demo.fbx --output=demo.fbx_001.png --camera-azimuth-angle=135 --camera-elevation-angle=15

Expected behavior png gen correct

System Information:

  • OS: CentOS Linux release 8.5.2111
  • GPU and GPU driver: no gpu

F3D Information Paste the content of f3d --version:

F3D 2.1.0

F3D - A fast and minimalist 3D viewer
Version: 2.1.0.
Build date: 2023-07-02 22:00:27.
Build system: Linux 64-bits.
Compiler: GNU 8.4.0.
External rendering module: ON.
Raytracing module: ON.
VTK version: 9.2.6-3762-g9fd3adc3aa (date: 20230609).
Copyright (C) 2019-2021 Kitware SAS.
Copyright (C) 2021-2023 Michael Migliore, Mathieu Westphal.
License BSD-3-Clause.

Additional context Whether f3d's dependencies libs need to be corrected ? Maybe I install some other software influences the f3d's dependencies libs.

Jenfong avatar May 30 '24 11:05 Jenfong