Closed smathot closed 8 years ago
Jup I've seen that one before in other situations, but though I had incorporated some security against it. I will give it a closer look
There's not much I can do to prevent this race condition to occur, because Qt just works asynchronously like that, offering little control on what occurs first. I have however included a safeguard against these runtime errors, which gracefully aborts the operation if one occurs and just prints a warning to the console, so users should at least not be presented with these stacktraces anymore.
Should be fixed with f10c2b3cb09bedc53bcc241d5d1d2d8bb91f174a
I was working with the OSF explorer widget in OpenSesame, linking an experiment to the OSF, and suddenly received this error. I'm not sure where it comes from, or what I did to trigger it exactly. But my best bet is that some race condition occurred with refreshing the explorer tree.