Non-posted plugin list [+5 plugins] - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: Non-posted plugin list [+5 plugins] (/thread-1622.html) |
RE: Non-posted plugin list [+5 plugins] - sphinxc0re - 02-21-2015 LANBroadcaster, IRCBridge, Highjump please add RE: Non-posted plugin list [+5 plugins] - NiLSPACE - 02-21-2015 But they are posted on the forum. This is for plugins that aren't posted anywhere exept for Github. RE: Non-posted plugin list [+5 plugins] - jan64 - 02-22-2015 It's called IRChat. ;[ RE: Non-posted plugin list [+5 plugins] - sphinxc0re - 02-22-2015 (02-22-2015, 12:18 AM)jan64 Wrote: It's called IRChat. ;[ Sorry RE: Non-posted plugin list [+5 plugins] - tonibm19 - 04-23-2015 Code: ./MCServer(_Z14NonCtrlHandleri+0x46)[0x81f2296] 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. RE: Non-posted plugin list [+5 plugins] - NiLSPACE - 04-23-2015 Maybe give some more information when it crashes? What actions are you doing etc.. RE: Non-posted plugin list [+5 plugins] - tonibm19 - 04-23-2015 (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 RE: Non-posted plugin list [+5 plugins] - NiLSPACE - 04-23-2015 Maybe debug using ZeroBrane studio? You can add a breakpoint and see what's happening step-by-step. RE: Non-posted plugin list [+5 plugins] - Seadragon91 - 04-23-2015 (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. RE: Non-posted plugin list [+5 plugins] - xoft - 04-23-2015 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. |