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

Blender Version check reults in Index Error #824

Closed
Crazy-Ginger opened this issue Jun 22, 2020 · 2 comments
Closed

Blender Version check reults in Index Error #824

Crazy-Ginger opened this issue Jun 22, 2020 · 2 comments

Comments

@Crazy-Ginger
Copy link

Running:
morse run [simulation]
results in a IndexError

Morse version was built in arch linux from https://aur.archlinux.org/packages/morse-simulator-git using yay

The issue is in: /bin/morse.in line 93

version = line.split()[1] + '.' + line.split()[3][:-1]

line.split() is only 2 elements thus causing an IndexError


  • MORSE version: 1.4-180-g9deb-dirty
  • Blender version: 2.83.0 [from blender -v]
  • Python version: 3.8.3 [from python --version]
@cplaursen
Copy link

From #822

The Blender game engine has been removed from Blender 2.8x, and MORSE can not run without it. The last version of Blender that should work is 2.79.

@Crazy-Ginger
Copy link
Author

Crazy-Ginger commented Jun 25, 2020

Thank you

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

2 participants