16-10-2020, 12:57 PM
(This post was last modified: 16-10-2020, 01:26 PM by josemendez.)
(16-10-2020, 12:50 PM)miltocoal Wrote: Target: Windows x86 (32 bit).
Sample scene crashed: FaucetAndBucket (also my own scene).
Solver backend is already set to Burst, although a following warning displayed: "The Burst backend depends on the following packages: Mathematics, Collections and Burst. The default backend (Oni) will be used instead, if possible". Is there something I can fix?
Hi there,
Since I can't reproduce this on a 64 bit machine, chances are the issue is in the 32 bit lib. Will try and get back to you.
Edit: switching to 64 bit should also work fine. It works in editor because the editor is 64-bit only.
For Burst to work, you need to install its dependencies as per the manual:
http://obi.virtualmethodstudio.com/tutor...kends.html
-Burst 1.3.3 or newer
-Collections 0.8.0-preview 5 or newer
-Mathematics 1.0.1 or newer
-Jobs 0.2.9-preview.15 or newer
If you don't have these installed, Burst will fall back to Oni.