Nicholas Lawson
Nicholas Lawson
I think I figured it out. I'll upload a fix soon. It looks like in XCB (poorly documented) a xcb_input_raw_motion_event_t is also a raw button press, and inside that struct...
Note that my solution was chosen since it impacts the smallest amount of code I could find. Another solution would be to stop using the button press wheel and use...
Unfortunately, it looks like things changed to cause conflicts
I believe this is fixed or improved by https://github.com/o3de/o3de/pull/17938. Please retest and see if its good enough now to focus on other things... Note: Fixed in the stabilization and the...
I believe this is fixed or improved by https://github.com/o3de/o3de/pull/17938. Please retest and see if its good enough now to focus on other things... Note: Fixed in the stabilization and the...
My understanding of the above error is that it should be trying to load `libpython3.10.so.1.0`, (missing the `1.0`)
there were some flaky tests around this time, I recommend rebasing on latest, and then letting us know so we can trigger a build.
I'll take a look at this
I have found a fix for this, but unfortunately the TreeToTable model takes ilke, 5 minutes of frozen time to recover instead of crash... I need to see if htere's...
this is fixed by https://github.com/o3de/o3de/pull/17874 close when this pull is merged to dev