Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Burst backend produces array out of range errors
#1
Code:
System.IndexOutOfRangeException: Index {0} is out of range of '{1}' Length.


The Oni backend works just fine, but I can't get Burst to work at all. It just keeps throwing this error, framerate is chugging at a few frames and no fluid is getting rendered. I've tested in pretty much all of the sample scenes, it's the exact same problem in all of them.



I followed the setup and backends manual pages exactly. I installed the jobs, burst, collections, and mathematics package. Then I checked that burst compilation was enabled, and disabled safety checks, leak detection, and the jobs debugger. I also tried switching synchronous compilation on and off, to no effect.

Here's some proof: https://imgur.com/a/N8D4VBR


What's going on?
Reply


Messages In This Thread
Burst backend produces array out of range errors - by locque - 21-01-2022, 07:36 PM