Closed jlehtira closed 4 years ago
It seems that your binary files don't have execution permissions set. Just:
chmod -R +x /home/jonni/.FreeCAD/Mod/DesignSPHysics/dualsphysics/bin/
But I didn't realize this could be a problem as that error gives no information about what could it be. I 'll try to work on a feature to either give execution permissions automatically or warn the user about it better.
Thanks for noticing this! :)
Hi there. I tried to fix this as much as possible so now DesignSPHysics will even try to give executable permissions to the bundled files to prevent these errors from happening, especially those like your's that don't even give the user a hint on what is the real problem.
I'm noticing most of the users that use POSIX compliant OS's don't really know a lot of things about them so I suppose this, while a bit intrusive, is the best decision.
The commit that fixes this is d74ec350df01478d2ab32f5f01423bc790d72645, now in develop.
I followed video tutorials to set up a simple test case with water, bottom and a sphere. I can save the case, but "Run GenCase" gives:
However, I'm not sure where to see these details. If I click "Execution Parameters", I get the error details posted below. If I click "Special", I get a similar error (JSONDecodeError) but in a different file.
Is there something I could do? Is there something weird with my platform?