Code: 4017 Message: No .efc files found in directory:

2 posts / 0 new
Last post
abhi.ujjwal_663324
Code: 4017 Message: No .efc files found in directory:

Hi there !

I am new here. I downloaded the binary installation. Unpacked using tar command. Installed through vapor-install.csh in usr/local/vapor-2.6.0. Edited profile to recognize vaporgui as a command.

Now, I executed vapor-setup.sh and got the following message:

./vapor-setup.sh

######################## WARNING ##############################

The LD_LIBRARY_PATH environment variable is set.

Some VAPOR applications may fail to run correctly.

To un-set LD_LIBRARY_PATH execute: unset LD_LIBRARY_PATH

######################## WARNING ##############################

I executed "unset LD_LIBRARY_PATH" again executed vapor-setup.sh

And then vaporgui

I am receiving following two messages:

VAPOR Error

Code: 4017

Message: No .efc files found in directory:

VAPoR Banner

Could not load banner image.

I am stuck now and could not find answers in previous threads.

Please help.
pearse

The vapor-setup.sh file is not an executable.  It needs to be 'sourced' instead of executed.  I know this is a little confusing but it might make more sense after googline what 'sourcing' a file means on an Linux OS.

What you want to do is this (if you're using bash):

> . vapor-setup.sh

That is, just type a period, a space, then 'vapor-setup.sh' in your terminal.