ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

Random exits code -1073741819 after switch to PySide2 #164

Closed ewerybody closed 6 years ago

ewerybody commented 6 years ago

Current Behavior

We currently experience random "crashes" or better a2 ui just popping away. Leaving an exit code of -1073741819 (aka 0xc0000005 aka ACCESS VIOLATION?)

Possible Solution

Since this is a technical preview which is still not available through pip / pypi.org We can

Steps to Reproduce (for bugs)

  1. click around in the current interface

Your Environment

I posted a question on qt forums. No answer yet. Maybe this should goto their jira as well.

ewerybody commented 6 years ago

just posted an update in the forums. The snapshot seems super stable so far. Not a single exit like before.👍

ewerybody commented 6 years ago

Shit. The exits are back. And Python 3.7 is also out and we have problems with it: the app doesn't exit correctly. I actually detect lastWindowClosed correctly but the runtime just doesn't turn off 😕

ewerybody commented 6 years ago

4fa67e386dd771ceb74374c8cdab90a64011265d and 9fdb9b59a4e14ddf79390b138a33010d07a9c542 made the startup much more stable. I really haven't had any more of these exits since! 👍