Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  (Linux Editor) - undefined symbols in libOni.so?
#28
(18-02-2020, 02:03 PM)jonasttc Wrote: First, thanks for the quick reply.

Happy to see that I can build on my Mac and run on the Linux machine, that will hopefully do as an interim solution at least.

But still, would be great to have this figured out. Trying to do what you ask me to do makes me realise that Unity have changed their file structure from 2019.2 to 2019.3, now there is no longer a /Unity/Hub/Editor/[unityVersion]/Editor/Data/Mono folder but instead /Unity/Hub/Editor/[unityVersion]/Editor/Data/MonoBleedingEdge as well as /Unity/Hub/Editor/[unityVersion]/Editor/Data/MonoEmbededRuntime, the former the only one including a /lib subfolder. Copying in the libOni.so file to that location makes no difference however...

However, maybe this structural change can help explain the error?

Let me know if you have more ideas on how to solve this issue.

I had the same issue but managed to work around it by copying the libOni.so file directly to /home/username/Unity/Hub/Editor/2019.3.9f1/Editor, not /Editor/Data/Mono or /Editor/Data/MonoBleedingEdge
Reply


Messages In This Thread
RE: (Linux Editor) - undefined symbols in libOni.so? - by Krie2 - 20-04-2020, 07:28 AM