QuantumATK Forum

QuantumATK => Installation and License Questions => Topic started by: touseef on February 12, 2016, 08:25

Title: .vnl directory not found after installation
Post by: touseef on February 12, 2016, 08:25
I installed  VNL 2015.1 on my linux system successfully as follows
Code
chmod +x ./VNL-ATK-2015.1-Linux32.bin
Code
./VNL-ATK-2015.1-Linux32.bin
I logged out of my system, Logged in again
tried to run VNL from desktop...it failed
tried to run from terminal, it showed
Code
Illegal instruction (core dumped)
I consulted forum, and was instructed to enter some lines to "main.ini" file , tried to do it like this
Code
gedit $HOME/.vnl/main.ini
gedit opened a blank file, but upon saving it displayed the following message
Code
Could not find the file .vnl/main.ini
Can anyone point out what is it i'm missing?
PS
attached screenshot
Title: Re: .vnl directory not found after installation
Post by: Jess Wellendorff on February 12, 2016, 08:39
I have prepared the file for you (attached). Download it to you Downloads folder.

Then open the Terminal and move the file:
Code
mv ~/Downloads/main.ini ~/.vnl/

Hope this helps.
Title: Re: .vnl directory not found after installation
Post by: touseef on February 12, 2016, 08:43
there no such directory as .vnl
move command fails
Title: Re: .vnl directory not found after installation
Post by: Jess Wellendorff on February 12, 2016, 08:47
OK, sounds strange. Then first create the directory manually:
Code
cd $HOME
mkdir .vnl
Title: Re: .vnl directory not found after installation
Post by: touseef on February 12, 2016, 08:52
Yeah, Strange!
is there any problem with the installation
Did, so
still not working
Title: Re: .vnl directory not found after installation
Post by: Jess Wellendorff on February 12, 2016, 08:55
So you not have the directory $HOME/.vnl ?
But you can not put the file main.ini into this directory?
Title: Re: .vnl directory not found after installation
Post by: touseef on February 12, 2016, 08:57
I created .vnl directory manually
used move command to move main.ini to it
VNL is still not working
Title: Re: .vnl directory not found after installation
Post by: Jess Wellendorff on February 12, 2016, 09:05
Are you still getting a core dump? If so, could you try to open VNL from Terminal in order to see all error messages? Simply type "vnl" in the terminal.
Title: Re: .vnl directory not found after installation
Post by: touseef on February 12, 2016, 09:24
Terminal Shows "illegal instruction(Core dumped)" Error only
Title: Re: .vnl directory not found after installation
Post by: Jess Wellendorff on February 12, 2016, 09:48
Is your Linux system 32 bit or 64 bit? You can check in Terminal: "uname -m" should give “i686” or “i386” for 32 bit and "x86_64" for 64 bit.
Title: Re: .vnl directory not found after installation
Post by: touseef on February 12, 2016, 10:49
it is i686, 32 bit