Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rope not rendered in 2019.4.22
#10
(01-04-2021, 02:06 PM)Henning Wrote: Here is the complet error I got when restarting the project. 

DllNotFoundException: libOni
Obi.OniBackend.CreateSolver (Obi.ObiSolver solver, System.Int32 capacity) (at Assets/Obi/Scripts/Common/Backends/Oni/OniBackend.cs:17)
Obi.ObiSolver.Initialize () (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:849)
Obi.ObiSolver.AddActor (Obi.ObiActor actor) (at Assets/Obi/Scripts/Common/Solver/ObiSolver.cs:1107)
Obi.ObiActor.AddToSolver () (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:338)
Obi.ObiActor.OnEnable () (at Assets/Obi/Scripts/Common/Actors/ObiActor.cs:313)

I've tried to reproduce this in Ubuntu 10.4.3 LTS (Virtual Box, which is where we build the native library for Linux) using Unity 2019.3.1f1 to no avail. It's really strange that Unity can't find the library despite it being there. This sounds like a problem with the Unity installation, the OS, or both.

The console log doesn't really help much, since any call to a function defined in the lib (in this case, OniBackend.CreateSolver) will trigger the DllNotFoundException.

For the time being installing the Burst dependencies should help, as the Burst backend (the default backend) does not use any library:
http://obi.virtualmethodstudio.com/tutor...kends.html

Just to get it right: you were previously using Unity 2020 in Ubuntu 18.04, downgraded to Unity 2019.4 and it stopped working, correct?

Also, could you share the content of the editor logs? There, a list of places where Unity -unsuccessfully- looked for the library should appear.
Reply


Messages In This Thread
Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 12:26 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 12:40 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 12:53 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 01:53 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 02:06 PM
RE: Rope not rendered in 2019.4.22 - by josemendez - 01-04-2021, 02:37 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 03:03 PM
RE: Rope not rendered in 2019.4.22 - by Henning - 01-04-2021, 04:23 PM