You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a valheim-server to run on the pi with box64, which works fine, but the BepInEx implementation proves to be difficult. I think I have everything installed correctly.
The starting scripts includes:
export LD_LIBRARY_PATH="./doorstop_libs:$LD_LIBRARY_PATH"
export LD_PRELOAD="libdoorstop_x64.so:$LD_PRELOAD"
I've tried various other ways with full path and so on, all the same errout
"ERROR: ld.so: object 'libdoorstop_x64.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored."
.. -> 17 Segmentation fault (core dumped)
I've tried to look that up and so far it seems to me that libraries have to specifically be implemented by box64?
Is that true? If so, might someone explain that to me? If not, what could I do about this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey!
I'm trying to get a valheim-server to run on the pi with box64, which works fine, but the BepInEx implementation proves to be difficult. I think I have everything installed correctly.
The starting scripts includes:
export LD_LIBRARY_PATH="./doorstop_libs:$LD_LIBRARY_PATH"
export LD_PRELOAD="libdoorstop_x64.so:$LD_PRELOAD"
I've tried various other ways with full path and so on, all the same errout
"ERROR: ld.so: object 'libdoorstop_x64.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored."
.. -> 17 Segmentation fault (core dumped)
I've tried to look that up and so far it seems to me that libraries have to specifically be implemented by box64?
Is that true? If so, might someone explain that to me? If not, what could I do about this?
Thanks in advance!
Arokan.
Beta Was this translation helpful? Give feedback.
All reactions