From dfacb9dff37a07d64c80c5085a36581caab95fdf Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sun, 8 Apr 2018 11:56:46 +0200 Subject: [PATCH] more troubleshooting info --- animation_nodes/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/animation_nodes/__init__.py b/animation_nodes/__init__.py index bdba9a117..6bbe8db65 100644 --- a/animation_nodes/__init__.py +++ b/animation_nodes/__init__.py @@ -148,11 +148,12 @@ " 2. If you are on windows you can try to install a library called\n" " 'Visual C++ 2015 Redistributable'. Should be easy to find using\n" " your search engine of choice.\n" - " 3. It is possible that you have a build for the correct platform\n" + " 3. Try to use an official Blender release downloaded from blender.org.\n" + " 4. It is possible that you have a build for the correct platform\n" " but it still does not work. We experienced this mainly on linux.\n" " Try to find another build for your platform.\n" " If it still does not work, you have to compile AN yourself.\n" - " 4. Make a bug report on Github and give as much information\n" + " 5. Make a bug report on Github and give as much information\n" " as you can. Specifically the full error message, your OS, version, ...") raise Exception(message)