![]() |
tyFlow_10055 Crash when changing noise type - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: tyFlow_10055 Crash when changing noise type (/thread-3180.html) |
tyFlow_10055 Crash when changing noise type - AndyMurdock - 07-12-2022 tyFlow_10055 Crash when changing noise type in Force OP Load attached scene file. QT_Bug_Noise_01.max Open Force Op Move to frame 50 to build splines Change noise type to Cellular distance, then change noise type to Cellular Value Result: crash RE: tyFlow_10055 Crash when changing noise type - tyFlow - 07-12-2022 Thanks Andy! RE: tyFlow_10055 Crash when changing noise type - tyFlow - 07-12-2022 Hmm, followed your instructions in Max 2023...no crash. Tried changing the noise about 20 times to all the different modes without an issue. Could you attach the minidump? RE: tyFlow_10055 Crash when changing noise type - AndyMurdock - 07-12-2022 here is minidump RE: tyFlow_10055 Crash when changing noise type - tyFlow - 07-12-2022 Interesting, I think I see what's happening, and why it's not happening on my machine (it's related to SIMD support on your CPU). I'll see what I can do to mitigate this... RE: tyFlow_10055 Crash when changing noise type - tyFlow - 07-12-2022 I've updated the v1.0055 download zip to include a new build of tyFlow_2022.dlo that lowers the max SIMD level to exclude AVX512, which seemed to be what was causing your issue.... Can you try redownloading and see what happens? RE: tyFlow_10055 Crash when changing noise type - AndyMurdock - 07-12-2022 (07-12-2022, 04:42 AM)tyFlow Wrote: I've updated the v1.0055 download zip to include a new build of tyFlow_2022.dlo that lowers the max SIMD level to exclude AVX512, which seemed to be what was causing your issue.... Bingo That did it, thanks. Andy |