Alex Harker

Results 214 comments of Alex Harker
trafficstars

Can you test with other backends and skia CPU? - the trace suggests to me that it might be skia-related (and possibly only metal) - above it says "ALL (supposed)"...

Can you get a full stack trace? If you are forcing the crash it will always be thread 0 that crashes, but that doesn't necessarily mean it is one of...

Scratch that - if this is a crash then that's what we need - can you get a stack trace that is on a debug build that points us to...

This is not entirely surprising, but sounds painful. Could try to help on a video call at some point if you don't get anywhere with this.

Sadly this doesn't make sense to me at all yet - can you clarify: - which line of the code this points to (in case your version has different line...

Thanks - that's helpful to clarify - two thoughts: In the most recent master it is line 344 (confusion number 1) - https://github.com/iPlug2/iPlug2/blob/2f6e65a3ace8fa18a4a29f52d3226f45a4abb54c/IGraphics/Drawing/IGraphicsSkia.cpp#L344 Is it worth updating to see if...

Thanks - so I think the next step is to understand if there's some issue with stack unwinding, or if that is actually where it's getting stuck. Are you able...

Urgh - thanks for trying - that sounds unpleasant. Happy to look further if there's a good way to do so - I'm just a bit stumped so far as...

In this case it failed to find a bitmap and there is an assert for that: https://github.com/iPlug2/iPlug2/blob/b830bdcccfa0e46caecc90a2c78765e21224b275/IGraphics/IGraphics.cpp#L1709 I'd have thought that was an issue in the plugin code though. Or...

I don't know exactly, but that's what the assert (and crash report) is saying - there is no other assert in LoadBitmap() that could be causing this. Either the bitmap...