Skip to content

Known issues and FAQ's

Peter Willendrup edited this page Dec 13, 2018 · 24 revisions

Platform issues

WARNING: This page is a work in progress (20181205)

Proxy - Windows

  • If you are behind a proxy server, chances are that you are unable to download the Python and/or Perl dependencies. The solution is to
  • open a cmd.exe and set the below variable:
set HTTP_PROXY=http://your_proxy_ip:port
and then start the McStas installer from within that cmd.exe shell

Proxy - macOS

  • open a terminal and set the below variable:
export HTTP_PROXY=http://your_proxy_ip:port
and then start the McStas installer from within that terminal

macOS

postinst set_mccode_default

(If failures are reported you may need to sudo that command)

Linux

PGPLOT issues

  • On Debian 9 and newer, including Ubuntu 18.04 LTS the default setup of the PGPLOT plotter uses the Giza libraries which e.g. does not produce png file successfully with mcdisplay.pl and mcplot.pl. See https://github.com/McStasMcXtrace/McCode/issues/558 for workarounds

Adding support for NCrystal

  • Unfortunately, the mcstas-suite-*-2.5 packages did not include the mcstas-ncrystal-2.5 package and hence needs to be installed independently. This unfortunately has the side effect that some symlinks are broken. Hence also please reinstall e.g. mcstas-tools-python-mcrun-2.5.
Clone this wiki locally