BDLDev / bdlauncher

BedRockServer launcher with mods support
Other
123 stars 34 forks source link

[MOD] err loading ./mods/land.so handle (nil) ./mods/land.so: undefined symbol: _Z10reg_attackSt8functionIFbP12ServerPlayerP5ActorEE #28

Closed mclauncherlinux closed 4 years ago

mclauncherlinux commented 4 years ago

[MOD] err loading ./mods/land.so handle (nil) ./mods/land.so: undefined symbol: _Z10reg_attackSt8functionIFbP12ServerPlayerP5ActorEE land.so not working in 1.13.3

KawaiiNahida commented 4 years ago

it work well on 1.13.3 图片

leoweyr commented 4 years ago

Sir,you see that it bugs on the "land" plugin.

leoweyr commented 4 years ago

you may change something and make it error

KawaiiNahida commented 4 years ago

图片 I know, and it really work well on BedrokServer 1.13.3

leoweyr commented 4 years ago

Try to fitting the plugins or redownload again.

KawaiiNahida commented 4 years ago

try git pull again

mclauncherlinux commented 4 years ago

hmm alright, I will do it

ghost commented 4 years ago

codebase is being reconstructed,so you may not use old base.so with new plugins

mclauncherlinux commented 4 years ago

using the latest version enabling ./mods/opti.so entry opti_init [OPTI] Config JSON ERROR!

mclauncherlinux commented 4 years ago

I did not modify any file or config

KawaiiNahida commented 4 years ago

you might need run cp -a ./bdlauncher/config ./

mclauncherlinux commented 4 years ago

[OPTI] loaded! V2019-11-21 [MOD] err loading ./mods/bear.so handle (nil) ./mods/bear.so: undefined symbol: _Z15reg_player_leftSt8functionIFvP12ServerPlayerEE I get this error now. what is even bear.so?

KawaiiNahida commented 4 years ago

run these command to download latest loader and mod. I can solve most problem (this will not remove any player data)

rm -rf ./mods
rm -rf ./config
git clone https://github.com/sysca11/bdlauncher -b master --depth=1
mkdir mods
cp -a ./bdlauncher/out/* ./mods
cp -a ./bdlauncher/mod.list ./mods
cp -a ./bdlauncher/config .
LD_LIBRARY_PATH=. LD_PRELOAD=./mods/a.so ./bedrock_server
ghost commented 4 years ago

try updatimg your base.so

mclauncherlinux commented 4 years ago

its working now, many thanks :D

mclauncherlinux commented 4 years ago

is /shop removed?

KawaiiNahida commented 4 years ago

yes ,but you can use /cmd command to do something that /shop can do (you need config file cofig/cmdhelp.config to config /cmd before use)

KawaiiNahida commented 4 years ago

If you can use QQ to contact with us it's better

mclauncherlinux commented 4 years ago

ok how to register QQ without mobile phone I am on pc rn

mclauncherlinux commented 4 years ago

oh yea an android emulator.. can you send me the download of the app (android)

KawaiiNahida commented 4 years ago

https://qd.myapp.com/myapp/qqteam/AndroidQQ/mobileqq_android.apk

KawaiiNahida commented 4 years ago

if it is diffcult for you ,you can still use github to contact with us

mclauncherlinux commented 4 years ago

I need that people can sell and buy 1 diamond for 100 ingame money

mclauncherlinux commented 4 years ago

is there a way to block nuker (Horion Client)

mclauncherlinux commented 4 years ago

https://horionclient.eu its one of the hack clients that is able to destroy 1000 blocks in 1 hit

mclauncherlinux commented 4 years ago

{"type":"define", "name":"exchange money to diamonds", "cond":"money rd %name% 100", "cmd":"give %name% diamond 1"}

ok I got this this should take money away for diamonds, correct? but how can I sell money for for diamonds?

ghost commented 4 years ago

use /clear twice to detect and remove item. new version of cmdhelper will be release soon(and new config format),so it's not advised to write config for production use now.------------------ 原始邮件 ------------------ 发件人: "mclauncherlinux"notifications@github.com 发送时间: 2019年11月23日(星期六) 晚上10:03 收件人: "Sysca11/bdlauncher"bdlauncher@noreply.github.com; 抄送: "Sysca11"3321056730@qq.com;"State change"state_change@noreply.github.com; 主题: Re: [Sysca11/bdlauncher] [MOD] err loading ./mods/land.so handle(nil) ./mods/land.so: undefined symbol:_Z10reg_attackSt8functionIFbP12ServerPlayerP5ActorEE (#28)

{"type":"define", "name":"exchange money to diamonds", "cond":"money rd %name% 100", "cmd":"give %name% diamond 1"}

ok I got this this should take money away for diamonds, correct? but how can I sell diamonds for money?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

mclauncherlinux commented 4 years ago

alright, thanks :)

leoweyr commented 4 years ago

yeah

leoweyr commented 4 years ago

Sir,can you use C++?We need a plugins maker

mclauncherlinux commented 4 years ago

oof no I am not a cpp dev, however I started to learn cpp a few weeks ago @leoweyr