There have been some issues with getting this movie to sync on devices other than the original one used. With debug logging enabled, the line "Loaded SWF version 8" is logged with a timestamp of 02:04.001 when the movie is run on the original PC with
-g vulkan, and 2:04.000 in all other cases I've tested. The 1ms difference seems to cause a difference in the initial RNG seed. This can actually be remedied by setting the initial system time forward by 1ms, but then, later on, another issue arises with the
GetTime action returning a value that's different by 1, which eventually causes another discrepancy, and not one that can be fixed by changing the system time. However, I'm not sure why all this happens in the first place, or if the movie can still be salvaged. Hopefully someone else will be able to figure this out.