Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install simulator via MacOS #5

Open
dpastoor opened this issue Jan 26, 2015 · 6 comments
Open

unable to install simulator via MacOS #5

dpastoor opened this issue Jan 26, 2015 · 6 comments

Comments

@dpastoor
Copy link

Tried to install the beta version to run without a linuxVM.

After installing I get the following:

Lixoft Simulator installation directories.

 - Simulation Library Path: "/Users/devin/MlxLibrary1.1.0"
 - Simulx for R (MlxR) Installation Path: "/Users/devin/MlxLibrary1.1.0/mlxR200"
 - Simulx for Matlab (MlxM) Installation Path: "/Users/devin/MlxLibrary1.1.0/mlxM120"

However when running I the error

Error in initMlxLibrary() : 
  The file /Users/devin/lixoft/lixoft.ini does not exists.

Mlxlibrary has probably not been installed. 
You can install it from  http://download.lixoft.com/?software=mlxlibrary

Otherwise, execute <Mlxlibrary PATH>/lib/mlxLibraryFirstLaunch.exe

When looking @ the source code for initMlxLibrary it seems that is checking for a parent lixiloft directory that is not created when simulator is installed alone.

@romainfrancois
Copy link
Contributor

Perhaps you can set the LIXOFT_HOME environment variable to where you can find lixoft.ini

Sys.setenv( "LIXOFT_HOME" =  /where/you/can/find/the/ini/file" ) 

@dpastoor
Copy link
Author

No good, after resetting the environment variable it is picking up the ini file but now get the same error but with no indication of why

Error: 

Mlxlibrary has probably not been installed. 
You can install it from  http://download.lixoft.com/?software=mlxlibrary

Otherwise, execute <Mlxlibrary PATH>/lib/mlxLibraryFirstLaunch.exe

When I run the mlxLibraryFirstLaunch.exe I get the following:

➜  ~  /Users/devin/lixoft/MlxLibrary1.1.0/lib/mlxLibraryFirstLaunch ; exit;
dyld: Library not loaded: @rpath/liblixoftCore.1.0.0.6694.dylib
  Referenced from: /Users/devin/lixoft/MlxLibrary1.1.0/lib/mlxLibraryFirstLaunch
  Reason: image not found
[1]    31774 trace trap  /Users/devin/lixoft/MlxLibrary1.1.0/lib/mlxLibraryFirstLaunch

[Process completed]

@MarcLavielle
Copy link
Owner

There's a bug in the installer of mlxLibrary for MacOs: it seems that the
file lixoft.ini is not created.
A new installer will be available very soon... I'll let you when when you
can download it,

Marc

2015-01-27 20:15 GMT+01:00 Devin Pastoor notifications@github.com:

No good, after resetting the environment variable it is picking up the ini
file but now get the same error but with no indication of why

Error:

Mlxlibrary has probably not been installed.
You can install it from http://download.lixoft.com/?software=mlxlibrary

Otherwise, execute /lib/mlxLibraryFirstLaunch.exe

When I run the mlxLibraryFirstLaunch.exe I get the following:

➜ ~ /Users/devin/lixoft/MlxLibrary1.1.0/lib/mlxLibraryFirstLaunch ; exit;
dyld: Library not loaded: @rpath/liblixoftCore.1.0.0.6694.dylib
Referenced from: /Users/devin/lixoft/MlxLibrary1.1.0/lib/mlxLibraryFirstLaunch
Reason: image not found
[1] 31774 trace trap /Users/devin/lixoft/MlxLibrary1.1.0/lib/mlxLibraryFirstLaunch

[Process completed]


Reply to this email directly or view it on GitHub
#5 (comment).

Mixed Effects Models for the Population Approach
http://www.math.u-psud.fr/~lavielle/book.html

Marc Lavielle
Inria Saclay

Tel: (33) 1 69 15 57 43
(33) 6 37 31 93 05

Marc.Lavielle@inria.fr
http://www.math.u-psud.fr/~lavielle

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""

@dpastoor
Copy link
Author

Ok great thanks.

@dpastoor
Copy link
Author

dpastoor commented Feb 2, 2015

Marc,

Just wanted to let you know (as you might already) the issue is the default installation goes to /user//MlxLibrary1.1.0 (and therefore does not create a lixoft folder with the .ini file)

I cleared everything then reinstalled mlxpore which created the appropriate lixoft folder, then installed Simulator by manually creating the subfolder MlxLibrary1.1.0 and setting that as the install directory.

Everything works smoothly now.

@MarcLavielle
Copy link
Owner

Thanks Devin for this information.

BTW, Lixoft people have fixed the bug: the installer for MacOs on the
Lixoft website should work now

Marc

2015-02-02 22:26 GMT+01:00 Devin Pastoor notifications@github.com:

Marc,

Just wanted to let you know (as you might already) the issue is the
default installation goes to /user//MlxLibrary1.1.0 (and therefore does not
create a lixoft folder with the .ini file)

I cleared everything then reinstalled mlxpore which created the
appropriate lixoft folder, then installed Simulator by manually creating
the subfolder MlxLibrary1.1.0 and setting that as the install directory.

Everything works smoothly now.

Reply to this email directly or view it on GitHub
#5 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants