When the crash occurs, it doesn't seem to update the Log file. But here it is nonetheless, attached. I just had another one, randomly, when trying to purchase an outfit for Cho. Though that might be unrelated to the animated scene.The game executable file on Windows supports 32-bit operations only (It's an engine limitation), and because of that, it cannot use more than 2 gigabytes of memory. In the future we will be experimenting with the Large Address Aware flag, and see if it's possible to implement it for Windows executable, which should raise the limit to 4 gigabytes.
Usually, the Out of Memory error is caused by reaching the 2GB memory limit of a 32-bit application rather than running out of system memory.
Mind you this is a windows-only issue, Linux, Mac and Android already support 64-bit operations, which allows the application to utilize the full potential of the available memory.
Would you mind posting the log.txt file, located in the main game folder? It should give us more insight as to why the game crashes on your computer.
Also like to point out that it's not a result of a low-powered PC. I have a decent gaming rig laptop so system requirements aren't exactly the problem.