Author Topic: .vnl directory not found after installation  (Read 5474 times)

0 Members and 1 Guest are viewing this topic.

Offline touseef

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
.vnl directory not found after installation
« 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

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: .vnl directory not found after installation
« Reply #1 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.

Offline touseef

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
Re: .vnl directory not found after installation
« Reply #2 on: February 12, 2016, 08:43 »
there no such directory as .vnl
move command fails

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: .vnl directory not found after installation
« Reply #3 on: February 12, 2016, 08:47 »
OK, sounds strange. Then first create the directory manually:
Code
cd $HOME
mkdir .vnl

Offline touseef

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
Re: .vnl directory not found after installation
« Reply #4 on: February 12, 2016, 08:52 »
Yeah, Strange!
is there any problem with the installation
Did, so
still not working

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: .vnl directory not found after installation
« Reply #5 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?

Offline touseef

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
Re: .vnl directory not found after installation
« Reply #6 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

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: .vnl directory not found after installation
« Reply #7 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.

Offline touseef

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
Re: .vnl directory not found after installation
« Reply #8 on: February 12, 2016, 09:24 »
Terminal Shows "illegal instruction(Core dumped)" Error only

Offline Jess Wellendorff

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 933
  • Country: dk
  • Reputation: 29
    • View Profile
Re: .vnl directory not found after installation
« Reply #9 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.

Offline touseef

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: in
  • Reputation: 0
    • View Profile
Re: .vnl directory not found after installation
« Reply #10 on: February 12, 2016, 10:49 »
it is i686, 32 bit