turns out that oops->id->lib isnt initialized? anyhow if (oops->id && oops->id->lib) // works where if (oops->id->lib) // crashes so made the needed change in a few places.
turns out that oops->id->lib isnt initialized? anyhow if (oops->id && oops->id->lib) // works where if (oops->id->lib) // crashes so made the needed change in a few places.