ptitSeb/fakemodex

missing libfmod_event.dll.so . maybe something to be done here ?? (AKA, linking, etc)

Closed this issue · 3 comments

pi@raspberrypi:/media/pi/Externo/reus $ GALLIUM_HUD="simple,fps" LD_LIBRARY_PATH=/home/pi/mesa/lib/arm-linux-gnueabihf:/media/pi/Linux/RASPBERRY/"mono games"/hammerwatch/monolibs LIBGL_DRIVERS_PATH=/home/pi/mesa/lib/arm-linux-gnueabihf/dri/ GBM_DRIVERS_PATH=/home/pi/mesa/lib mono Reus.exe
IGLDevice: OpenGLDevice
OpenGL Device: V3D 4.2
OpenGL Driver: 2.1 Mesa 20.0.0-devel (git-5a40e153fd)
OpenGL Vendor: Broadcom
MojoShader Profile: glsl120
EXT_swap_control_tear unsupported. Fall back to standard VSync.
FakeMODex : loading FMOD
System.DllNotFoundException: fmod_event.dll
at (wrapper managed-to-native) FMOD.Event_Factory.FMOD_EventSystem_Create(intptr&)
at FMOD.Event_Factory.EventSystem_Create (FMOD.EventSystem& eventsystem) [0x0000d] in <1e8310acf8e141b18725e9670f6ef1a5>:0
at SpaceTech.Audio.AudioManager..ctor (System.String audioPath) [0x0002e] in <1e8310acf8e141b18725e9670f6ef1a5>:0
at Reus.Application.Initialize () [0x000b4] in <7d85bd32d8144f9f80a86576868c4c84>:0
at Microsoft.Xna.Framework.Game.DoInitialize () [0x0000d] in :0
at Microsoft.Xna.Framework.Game.Run () [0x0000e] in :0
at Reus.Program.ActualMain () [0x00008] in <7d85bd32d8144f9f80a86576868c4c84>:0

mmmnoo, totally different library... where is this lib?? weird. I cant find it on FMOD page, just on reus folder

Update... I believe I find an armhf one... I need to figured out how to link it..

I found this one... "unknown sources" ..but it wont to load right now

https://aibeyond.wodemo.com/browse/229538/lib/armeabi-v7a/libfmodevent.so

This is a totaly different lib indeed. I guess the version you found is an Android version, that will not work on armhf.
Creating a similar project as this one for this lib require a lot of work, and will require implementing completly the functions of that lib. Not sure I'll start that.

Indeeed. It would be nonsens just for one game