Chris Morgan

Results 267 comments of Chris Morgan

And I'll answer my own question: - Add an event to your dbus object class, like: ``` public class Blah : MarshalByRefObject { public event MyEventHandler OnEvent; public void EventHandler()...

@lyuts happy to see you are picking this library up. Coming from having used boost::sml in a half dozen commercial projects over the past handful of years I'm a fan...

So it looks like the issue is due to some mismatch of memory being freed on one side (python vs. qt). There are a number of issues with similar text...

@Bouni any thoughts? I don't quite follow which object is deleted on the c++ side but not on the python side...

or who we might be able to ask to take a look? We could revert the change until we can get a fix but the wrong thread updating the UI...

As an update I'm discussing the issue on the wxPython forums, https://discuss.wxpython.org/t/help-debugging-a-runtimeerror-wrapped-c-c-object-of-type-jlcpcbtools-has-been-deleted-error/36948, as I kind of understand the problem but not why or how it's happening in this case. Will...

Also asked here on SO, https://stackoverflow.com/questions/78534034/wxpython-runtimeerror-wrapped-c-c-object-of-type-jlcpcbtools-has-been-delete

Can someone with this issue please try #478 to see if this resolves the crash for them? With the help of Aleksandr Shvartzkop I was able to understand the issue...

@DomoticX can you confirm you've totally exited out of kicad and are still seeing the issue? The crash is slightly different and I wasn't seeing it as that logging call...

@DomoticX whew. At least that’s consistent with the theory of operation behind the fix heh @whmountains can you review the open PR so we can get it merged and a...