@r_gigante said in Damaged block:
With regard to this issue, might it be connected to what we've already discussed here?
I don't think so, tis has been happening since before that was implemented.
I had this same issue with the String destructor. I removed the issue by replacing all std containers members I had with String (std::vector<String>
) for std::string (std::vector<std::string>
). That fixed the issue. I did the same for GeData, but I still have this debug breakpoint on XCode.
@r_gigante said in Damaged block:
Finally feel free to provide a snippet in order to replicate the behavior.
We already have a pretty big amount of plugin code, unfortunately have no clue which GeData is giving me problems.
It's just a breakpoint, not a real problem right now, but would be good to understand what's happening, that could be a potential error in the future.