Yes. Firstly Debug, then Release.
Andrii
@Andrii
Posts made by Andrii
-
RE: Publishing an element (segmentation fault while packing)
-
RE: Publishing an element (segmentation fault while packing)
@oneangstrom , that you for the reply!
I have regenerated element and successfully built it. But still have same problem with packaging. Below the part of element descriptor:
SB_ELEMENT_DESCRIPTION("Carbon : Controlled Advancement Rigid-Body Optimization of Nanosystems");
SB_ELEMENT_DOCUMENTATION("Resource/Documentation/doc.html");
SB_ELEMENT_VERSION_NUMBER("0.7.0");SB_ELEMENT_CLASSES_BEGIN;
SB_ELEMENT_CLASS(SECarbonStateUpdater); SB_ELEMENT_CLASS(SECarbonStateUpdaterProperties);
SB_ELEMENT_CLASSES_END;
SB_ELEMENT_CATEGORIES_BEGIN;
SB_ELEMENT_CATEGORY(SBClass::Category::General);
SB_ELEMENT_CATEGORIES_END;
Best,
Andrii -
Publishing an element (segmentation fault while packing)
Dear all,
we are about to publish element but got stacked in process. The element packager successfully find the valid element (pic1 in attachment) but it comes up with segmentation fault error immediately after pressing the Pack button (the error output in the attachment. Sorry for .py format. Can't upload txt here.).
This problem happens both on Mac and on Ubuntu with this particular element. I did not try to release any other element.
Is there any possibility to fix this?
doc.py -
RE: SAMSON SDK doesn't see any elements
Thanks, SAMSON SDK 7 works properly, but v6 still not (I've checked all requirements and followed installation steps from the instruction). Still, I've got working version of SDK, so thank you again)
-
SAMSON SDK doesn't see any elements
I have installed SAMSON and SAMSON SDK (v0.6.0) on Ubuntu 18.04 and SAMSON SDK can't load any installed elements, while SAMSON can.
Both SAMSON and SAMSON SDK launching successfully (except for elements).Does anybody know how it could be fixed?
I attach the link to the file with --logconsole output to this message (can't attach .txt file here) https://drive.google.com/file/d/1X1vzc0YWax8E37Le_PECnjpXmF2jciNP/view?usp=sharing
-
RE: Usage of existing elements created by someone else
@DMITRIY MARIN, thank you!
Could you please advise how find exposed functionality of existing SAMSON Elements?
Thanks again
-
Usage of existing elements created by someone else
Hello!
Can we use in the state updater element functionality of existing SAMSON elements?
We want to use in our element functionality of TWISTER element. Is it possible somehow specify in our code control points for Twister and move points to twist molecule?
Thanks