Nicholas Lawson

Results 97 comments of Nicholas Lawson

I think I have a solution here to suggest * If p4 executable is not found at all, show a message and then work _offline_ * if p4 executable is...

OK, I think I have a PR about to be ready to handle this. What I found was actually a couple of problems, which I will address in a PR...

Is this complete now, or ongoing? I see a bunch of recent commits. If its ready, I can merge it in. None of these files are part of Automated Testing...

I'm not actually sure what went wrong with the build, looksl ike some atom render API crashed during post effects test and I dont' see how that's relevant to this.

This is likely an issue I repro'd to do with the SCD gem and its assert on startup. (Discussed in discord). I'll add a fix.

Note that from the logs, its unclear if its the same bug, but for me, there'd be an assert, and potentially memory corruption with ScriptCanvasDeveloper gem enabled. The short version...

I looked at what was going on here, and it looks like a new version of our embedded python was published with the binary name being `libpython3.10.so.1.0` However, the code...

This happens on my end, but debugging into it, it seems like when I roll the mouse wheel, I get a `xcb_input_raw_motion_event_t` with an axis value that is legitimate: ```cpp...

There's nothing in the event struct (I inspected it in the debugger) coming from XCB to discern between a mouse axis (x and y movement) and wheel event. The device...