Non-posted plugin list [+5 plugins]
#11
LANBroadcaster, IRCBridge, Highjump

please add Wink
Reply
Thanks given by:
#12
But they are posted on the forum. This is for plugins that aren't posted anywhere exept for Github.
Reply
Thanks given by:
#13
It's called IRChat. ;[
Reply
Thanks given by:
#14
(02-22-2015, 12:18 AM)jan64 Wrote: It's called IRChat. ;[

Sorry Smile
Reply
Thanks given by:
#15
Code:
./MCServer(_Z14NonCtrlHandleri+0x46)[0x81f2296]
linux-gate.so.1(__kernel_sigreturn+0x0)[0xb76fe500]
./MCServer[0x8506bb6]
./MCServer(lua_rawget+0x38)[0x8504498]
./MCServer(tolua_pushusertype+0x3d)[0x854d4dd]
./MCServer[0x8207e52]
./MCServer(_ZN6cWorld16DoWithEntityByIDEjR13cItemCallbackI7cEntityE+0x58)[0x81e4e98]
./MCServer[0x820ddcb]
./MCServer[0x8512e85]
./MCServer[0x850c3e3]
./MCServer[0x85135a3]
./MCServer[0x85020e5]
./MCServer[0x85125e9]
./MCServer[0x85137d2]
./MCServer(lua_pcall+0x4c)[0x85052dc]
./MCServer[0x82084d4]
./MCServer(_ZN6cWorld13ForEachPlayerER13cItemCallbackI7cPlayerE+0xe9)[0x81dfab9]
./MCServer[0x820c73c]
./MCServer[0x8512e85]
./MCServer[0x850c3e3]
./MCServer[0x85135a3]
./MCServer[0x85020e5]
./MCServer[0x85125e9]
./MCServer[0x85137d2]
./MCServer(lua_pcall+0x4c)[0x85052dc]
./MCServer(_ZN9cLuaState12CallFunctionEi+0x61)[0x8204b21]
./MCServer(_ZN10cPluginLua11OnWorldTickER6cWorldNSt6chrono8durationIxSt5ratioILx1ELx1000EEEES6_+0xa8)[0x8224388]
./MCServer(_ZN14cPluginManager17CallHookWorldTickER6cWorldNSt6chrono8durationIxSt5ratioILx1ELx1000EEEES6_+0x83)[0x8229753]
./MCServer(_ZN6cWorld4TickENSt6chrono8durationIxSt5ratioILx1ELx1000EEEES4_+0x29)[0x81eb7f9]
[13:55:02]   D:    | MCServer has encountered an error and needs to close
[13:55:02] Details | SIGABRT: Server self-terminated due to an internal fault
./MCServer(_Z15PrintStackTracev+0x13)[0x81f82d3]
./MCServer(_Z14NonCtrlHandleri+0xb4)[0x81f2304]
linux-gate.so.1(__kernel_sigreturn+0x0)[0xb76fe500]
/lib/i386-linux-gnu/libc.so.6(gsignal+0x3c)[0xb7431ddc]
/lib/i386-linux-gnu/libc.so.6(abort+0x143)[0xb7433463]
./MCServer(_Z14NonCtrlHandleri+0x4b)[0x81f229b]
linux-gate.so.1(__kernel_sigreturn+0x0)[0xb76fe500]
./MCServer[0x8506bb6]
./MCServer(lua_rawget+0x38)[0x8504498]
./MCServer(tolua_pushusertype+0x3d)[0x854d4dd]
./MCServer[0x8207e52]
./MCServer(_ZN6cWorld16DoWithEntityByIDEjR13cItemCallbackI7cEntityE+0x58)[0x81e4e98]
./MCServer[0x820ddcb]
./MCServer[0x8512e85]
./MCServer[0x850c3e3]
./MCServer[0x85135a3]
./MCServer[0x85020e5]
./MCServer[0x85125e9]
./MCServer[0x85137d2]
./MCServer(lua_pcall+0x4c)[0x85052dc]
./MCServer[0x82084d4]
./MCServer(_ZN6cWorld13ForEachPlayerER13cItemCallbackI7cPlayerE+0xe9)[0x81dfab9]
./MCServer[0x820c73c]
./MCServer[0x8512e85]
./MCServer[0x850c3e3]
./MCServer[0x85135a3]
./MCServer[0x85020e5]
./MCServer[0x85125e9]
./MCServer[0x85137d2]
./MCServer(lua_pcall+0x4c)[0x85052dc]
MCServer crashes with that error when I disguise as mob (DisguiseCraft)
I'd be fine if someone had a look in the plugin source code and told me if it's because of the plugin or MCS, cause the last time I tried it worked.
Reply
Thanks given by:
#16
Maybe give some more information when it crashes? What actions are you doing etc..
Reply
Thanks given by:
#17
(04-23-2015, 04:01 AM)NiLSPACE Wrote: Maybe give some more information when it crashes? What actions are you doing etc..

Just disguise using the /d (mobname) command
Reply
Thanks given by:
#18
Maybe debug using ZeroBrane studio? You can add a breakpoint and see what's happening step-by-step.
Reply
Thanks given by:
#19
(04-23-2015, 05:21 AM)NiLSPACE Wrote: Maybe debug using ZeroBrane studio? You can add a breakpoint and see what's happening step-by-step.

Okay, I tested it. The problem is in in cWorld:DoWithEntityByID. If I use it for a mob, the server will crash, but If I use it for a player, it works.
Opened a issue on github for that problem.
Reply
Thanks given by:
#20
What kind of mob? I guess there's a mismatch between the mob's class and the Lua API class used. We don't export explicit mob classes, such as "cCreeper", but perhaps the code is trying to push such a class to Lua, which I know causes crashes.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)