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

Generator exe problems #2

Open
wzhang1994 opened this issue Sep 30, 2019 · 1 comment
Open

Generator exe problems #2

wzhang1994 opened this issue Sep 30, 2019 · 1 comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers

Comments

@wzhang1994
Copy link
Collaborator

first.exe etc are not working
Screenshot from 2019-09-30 18-40-03

Name of the body (mantle/crust)
ajay

Do you need the FULL (prop. + system) table?
For "Yes" type 1 ; For "NO" type 0
0

...Working for you...
sh: 1: first.exe: Exec format error

sh: 1: second.exe: Exec format error
sh: 1: third.exe: Exec format error
mv: cannot stat 'cplotfile_pl': No such file or directory
At line 931 of file Generator.for (unit = 20, file = 'TABLE')
Fortran runtime error: End of file

@ajay6763
Copy link
Owner

These errors are coming because Linux terminal does not know the interprator when .exe files are run.
So to fix this run following commnads
sudo apt-get install wine-binfmt
sudo update-binfmts --import /usr/share/binfmts/wine

For details look here
[https://unix.stackexchange.com/questions/159193/unable-to-find-an-interpreter-when-running-a-windows-executable]

@ajay6763 ajay6763 reopened this Mar 8, 2020
@ajay6763 ajay6763 added dependencies Pull requests that update a dependency file good first issue Good for newcomers labels Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants