You are not logged in.
Issues with Vesta 3.5.8-1 on Arch Linux
Good afternoon,
I've been experiencing difficulties with the Vesta 3.5.8-1 package on Arch Linux. When running the program, I encounter an error in the graphical interface. It's worth noting that in my setup with Manjaro, using the same i3 desktop environment and identical graphics drivers, the program functions correctly.
Any information regarding the resolution of this issue would be greatly appreciated, as I rely on this program in my work environment.
Arch error: https://github.com/juandwt/Vesta-3.5.8- … a_arch.jpg
Program working in Manjaro: https://github.com/juandwt/Vesta-3.5.8- … njaro.jpeg
Last edited by JuanD1985 (2023-12-15 16:13:25)
Offline
Which graphics card/drivers? In doubt remove xf86-video-intel.
Maybe also post a xorg log from both systems. Are you running a compositor?
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
When executing the command `sudo dmesg | grep -i "VESTA"` to check system messages, the following segmentation fault errors in the VESTA-gui application are observed:
[diego@archlinux ~]$ sudo dmesg | grep -i "VESTA"
[ 982.457409] VESTA-gui[2554]: segfault at fffffffffffffff8 ip 00007ffff34b1966 sp 00007fffffffc8b0 error 5 in libVESTA.so[7ffff3200000+3991000] likely on CPU 7 (core 3, socket 0)
[ 1208.610767] VESTA-gui[2914]: segfault at fffffffffffffff8 ip 00007ffff34b1966 sp 00007fffffffc8b0 error 5 in libVESTA.so[7ffff3200000+3991000] likely on CPU 4 (core 2, socket 0)
[ 1420.733543] VESTA-gui[3384]: segfault at fffffffffffffff8 ip 00007ff3af2b1966 sp 00007ffeb3c552b0 error 5 in libVESTA.so[7ff3af000000+3991000] likely on CPU 2 (core 1, socket 0)
[diego@archlinux ~]$Furthermore, the information regarding the graphics configuration of the system is as follows:
[diego@archlinux ~]$ lspci | grep VGA
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barcelo (rev c2)
[diego@archlinux ~]$ glxinfo | grep "OpenGL vendor\|OpenGL renderer"
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.6.7-arch1-1)
[diego@archlinux ~]$ lsmod | grep amdgpu
amdgpu 12435456 12
drm_exec 12288 1 amdgpu
amdxcp 12288 1 amdgpu
drm_buddy 20480 1 amdgpu
gpu_sched 57344 1 amdgpu
i2c_algo_bit 20480 1 amdgpu
drm_suballoc_helper 12288 1 amdgpu
drm_ttm_helper 12288 1 amdgpu
ttm 110592 2 amdgpu,drm_ttm_helper
drm_display_helper 229376 1 amdgpu
video 77824 1 amdgpu
[diego@archlinux ~]$It's worth noting that no compositor is being used in the system.
Offline
[diego@archlinux ~]$ journalctl -xe
dic 15 18:32:51 archlinux systemd-coredump[6590]: [?] Process 6516 (VESTA-gui) o
f user 1000 dumped core.
Stack trace of thread 6516:
#0 0x00007fc881eb1966 n/a (/home/diego/VESTA-gtk3/libVESTA.so +
0x2b1966)
ELF object binary architecture: AMD x86-64Offline