Is this in a physical display or over some kind of remote desktop/virtual desktop?
Do you have a GPU with the appropriate driver installed?
Matt.
--
You received this message because you are subscribed to the Google Groups "HCP-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
hcp-users+...@humanconnectome.org.
To view this discussion visit
https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/47d3b76a-e4df-4ec0-bb81-929b90accf66n%40humanconnectome.org.
The materials in this message are private and may contain Protected Healthcare Information or other information of a sensitive nature. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please immediately notify the sender via telephone or return mail.
--
Thanks, the output pointed to this error "/lib/x86_64-linux-gnu/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var", so I did "export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libfreetype.so.6" to point to the font file in my system and the first problem disappeared.But then a new one came up "OpenGL (3D Graphics System) is not available. This may be caused by missing or outdated OpenGL libraries.On Linux, this may be caused by a missing plugin library <pluginspath>/xcbglintegrations/libqxcb-glx-integration.so.", my OpenGL seems to be working fine: "OpenGL version string: 4.6.0 NVIDIA 570.169". Debugging again i found some lines like this "QElfParser: '/home/eze/soft/workbench/exe_linux64/bashcomplete_wb_command' is not an ELF object "'/home/eze/soft/workbench/exe_linux64/bashcomplete_wb_command' is not an ELF object" not a plugin" and this "QFactoryLoader::QFactoryLoader() looking at "/home/eze/soft/workbench/exe_linux64/ffmpeg" "Plugin verification data mismatch in '/home/eze/soft/workbench/exe_linux64/ffmpeg'" not a plugin." which might help understanding the issue.I will try neurodebian (their page that provides the setup code doesn't seem to be working properly at the moment). If I find another solution I'll write back.