louisgv
December 2, 2016, 11:26pm
1
This error pops up whenever a project is opened:
Couldn't open /opt/Unity/Editor/Data/UnityExtensions/Unity/VR/Android/AudioPluginOculusSpatializer.so, error:
/opt/Unity/Editor/Data/UnityExtensions/Unity/VR/Android/AudioPluginOculusSpatializer.so: wrong ELF class: ELFCLASS32
Ubuntu 16.04, fresh install.
Unity version:
I’m on Ubuntu 16.10 and I have the same problem.
kmare
December 3, 2016, 10:44pm
3
Same problem here on Fedora 25, 64bit
Same problem on Ubuntu 14.04 64bit
Same problem on Ubuntu 16.10
Include Arch x64 in that list… Had to revert to 5.4.2 to be able to continue working.
Same here on Arch x64. The error disappears after entering Play Mode.
Cygon4
December 8, 2016, 9:10am
8
I’m seeing these, too.
They don’t seem to have any adverse effects, however.
Tak
December 8, 2016, 12:22pm
9
This seems to be a misdetection of the android audio spatializer plugin as possibly usable in-editor - this error message, while annoying, should be harmless.
Not that harmless as I had to revert to countinue working. There was no way to test or build our project.
The issue remains for me using Ubuntu 16.04 and Unity 5.6.0xb3
A temporary fix. Locate the .so file and remove it.
Here is an explanation of the command:
Go to the location of the bad file
Rename or delete bad file
cd /opt/Unity/Editor/Data/UnityExtensions/Unity/VR/Android/ && sudo mv AudioPluginOculusSpatializer.so AudioPluginOculusSpatializer.ignore
This might have side effects when exporting to Android with Oculus.
Same problem on kUbuntu 17.04 64bit
zolid
March 5, 2017, 11:10pm
15
Hello, I have the same problem on ubuntu 16.04
Well that did remove the error so perhaps the so file needs recompiled with some updated source