Jump to content
Not connected, Your IP: 3.81.79.135
56Kmodem

ANSWERED Ubuntu - can not start eddie with script - System.DllNotFoundException

Recommended Posts

Hello,

 

if I go manually to /home/eddie and type in the shell:

nohup ./eddie-cli --login=myname--password=mypassword--netlock --connect --server=myserver & 

 

I can start it without any problems.

 

 

But I can not start it via a full path like:

 

nohup /home/eddie/eddie-cli --login=myname--password=mypassword--netlock --connect --server=myserver & 

 

same thing goes for a shell or python script I always get the error:

/home# exception inside UnhandledException handler: Object reference not set to an instance of an object

[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: Lib.Platform.Linux.Native.so
  at (wrapper managed-to-native) Eddie.Platform.Linux.Native:eddie_signal (int,Eddie.Platform.Linux.Native/eddie_sighandler)
  at Eddie.Platform.Linux.Platform.OnInit (System.Boolean cli) [0x0021a] in <fa5edc113cd34687a3a471dec3ba63b7>:0
  at Eddie.Core.Engine.Initialization (System.Boolean cli) [0x00000] in <1e873ed653644897a51a4d68deac7371>:0
  at Eddie.CLI.Linux.MainClass.Main (System.String[] args) [0x00030] in <0746b67a12534408be7db4eef2ec9960>:0
 

 

 

Any ideas?

 

 

Share this post


Link to post

Hello!

 

If it's happening with the experimental client then you can post about it in the experimental clients own thread in the announcement forum, so it'll get seen.


Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you.
Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily.

Share this post


Link to post

try

​nohup /home/eddie/./eddie-cli --login=myname--password=mypassword--netlock --connect --server=myserver & 

you forgot the ./ since /home/eddie isn't in the $PATH.

Share this post


Link to post

Thank you very much. I worked with python and told the path via os.chdir. After that I started it with os.system.

Share this post


Link to post

Glad, I could help! As you are using python I would suggest you use the subprocess module instead of os.system as it is more flexible and secure. With subprocess it is even easier to specify the working directory when using the Popen constructor - subprocess.Popen(args, cwd=$WORKINGDIRECTORY). Have a look at the documentation.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...