Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Obi Cloth On M1 Mac
#4
(05-01-2022, 11:30 PM)plufz Wrote: I'm not sure what I'm doing wrong but I'm getting the same dll exception on M1. I have burst and the other dependencies (math, jobs and collections). The obi solver does not show any warning below the backend menu with "burst" selected. I'm probably missing something basic here?

This is my exact exception:

Code:
DllNotFoundException: libOni assembly:<unknown assembly> type:<unknown type> member:(null)
Obi.ObiProfiler.DisableProfiler () (at Assets/Obi/Scripts/Common/Utils/ObiProfiler.cs:84)
Obi.ObiFixedUpdater.FixedUpdate () (at Assets/Obi/Scripts/Common/Updaters/ObiFixedUpdater.cs:56)

Hi!

Looks like you’re using a ObiProfiler component, which only works with the Oni backend as explained in the backends manual page. This component calls into the Oni dll, causing the exception regardless of the backend used.

Simply remove the ObiProfiler component in your scene.(If you’re using Burst it won’t give any useful profiling info anyway). That should make the exception go away.
Reply


Messages In This Thread
Using Obi Cloth On M1 Mac - by oayhan - 02-12-2021, 11:03 AM
RE: Using Obi Cloth On M1 Mac - by josemendez - 02-12-2021, 11:54 AM
RE: Using Obi Cloth On M1 Mac - by plufz - 05-01-2022, 11:30 PM
RE: Using Obi Cloth On M1 Mac - by josemendez - 09-01-2022, 09:13 PM
RE: Using Obi Cloth On M1 Mac - by plufz - 16-01-2022, 11:43 PM
RE: Using Obi Cloth On M1 Mac - by hugohil - 03-01-2024, 10:09 AM
RE: Using Obi Cloth On M1 Mac - by josemendez - 03-01-2024, 02:02 PM
RE: Using Obi Cloth On M1 Mac - by hugohil - 03-01-2024, 04:31 PM
RE: Using Obi Cloth On M1 Mac - by timconkling - 08-01-2024, 05:04 PM