Re: [Yade-users] [Question #537735]: Error Stl import

2018-10-11 Thread Alexander Eulitz [Eugen]
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Alexander Eulitz [Eugen] posted a new comment: Hi, I solved the problem. I inspected the changes between the packaged version 1.2 and the current master by: git diff remotes/upstream/1.20 master

Re: [Yade-users] [Question #537735]: Error Stl import

2018-10-09 Thread Bruno Chareyre
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Bruno Chareyre posted a new comment: Hi Alex, I would try basic/stupid things around STLImporter.cpp:23 to see what's going on, e.g. check file existence, check if it is can be opened , etc. Did you guys try to

Re: [Yade-users] [Question #537735]: Error Stl import

2018-10-09 Thread Alexander Eulitz [Eugen]
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Alexander Eulitz [Eugen] posted a new comment: Hi there, it has been quite a while that I wrote something here :) I can confirm the error. Importing arbitrary .stl files in Yade 2018.02b-201447edfd~xenial rises

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-10 Thread Luis Barbosa
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Status: Open => Solved Luis Barbosa confirmed that the question is solved: Dear Jan, it is the version of yade. On 1.20 it worked well. Thank you for the attention. Luis -- You received this question

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-10 Thread Jan Stránský
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Jan Stránský posted a new comment: Hi Luis, see [1], the same problem with the same version of Yade, so it seems to be " more software related".. Could you use "standard" 1.20.0 version (sudo apt-get install

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-10 Thread Luis Barbosa
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Status: Answered => Open Luis Barbosa is still having a problem: Dear Bruno/Jan, We tried other stl files and it didn't work, either. Even with complete path (as sugested by Bruno). Do you think this is

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-08 Thread Felipe
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Felipe requested more information: Hello Jan, I am supporting Luis's questions to provide feedback on this issue. Regarding your questions, we are using on Ubuntu 16.04 LTS too and Yade

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-08 Thread Jan Stránský
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Jan Stránský posted a new comment: Hi Luis, just tried it the script without the file you have sent and everything worked well.. I used yade-1.20.0 on Ubuntu 16.04. What version of Yade and system do you use?

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-08 Thread Bruno Chareyre
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Status: Open => Answered Bruno Chareyre proposed the following answer: Did you try with ./ and complete path? What happens with the example scripts? You may find one which imports an stl and see if it

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-08 Thread Bruno Chareyre
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Status: Open => Answered Bruno Chareyre proposed the following answer: Hello, Your first error report was missing the main point: "Can't open file: caixasuperior.stl" Try ./caixasuperior.stl maybe

Re: [Yade-users] [Question #537735]: Error Stl import

2017-03-08 Thread Luis Barbosa
Question #537735 on Yade changed: https://answers.launchpad.net/yade/+question/537735 Luis Barbosa gave more information on the question: Hi, script__ #!/usr/bin/python # -*- coding: utf-8 -*- # F.T. Silva grupodemfea...@gmail.com # Script to define a numerical model for

[Yade-users] [Question #537735]: Error Stl import

2017-03-08 Thread Luis Barbosa
New question #537735 on Yade: https://answers.launchpad.net/yade/+question/537735 Hi, I'm trying to import a STL file but the following error occurs: ERROR /data/trunk/pkg/dem/STLImporter It seems to be everything ok with the file and script. have you ever see something similar? Thank you,