Gavin Rohrer
Gavin Rohrer
I removed Windows from my last machine a couple years ago now, so opening in Visual Studio is non-trivial. I had a friend help with that, but it looks like...
> From my limited look at it, it doesn't necessarily seem that the IP is in a strange place, but rather that the minidump probably had not captured the pages...
(this is mostly for myself) I've taken a look and it seems like what happened is that we somehow got `where[k] = 4` at: https://github.com/KarypisLab/METIS/blob/a6e6a2cfa92f93a3ee2971ebc9ddfc3b0b581ab2/libmetis/fm.c#L150 I've ruled out the most...
@jamiehayes I'm at a bit of an impasse here - please do share any other crash dumps that appear to be related if they come up.
UE5 is source-available, so you can check the source directly. Last I checked (quite a while ago) I think it was using an unmodified version. That being said, there are...
You might want to make sure the MeshToDual routine is giving you the right number of components. If you pass `METIS_DBG_INFO` (I believe, it might be a different debug flag),...
If you're using the C api, you'll want to set `options[METIS_OPTION_DBGLVL] = ` https://github.com/KarypisLab/METIS/blob/a6e6a2cfa92f93a3ee2971ebc9ddfc3b0b581ab2/include/metis.h#L337-L348 The copy of Metis I have on my machine right now is super broken, so I...