02-21-2015, 10:59 PM
LANBroadcaster, IRCBridge, Highjump
please add
please add
Non-posted plugin list [+5 plugins]
|
02-21-2015, 10:59 PM
LANBroadcaster, IRCBridge, Highjump
please add
02-21-2015, 11:02 PM
But they are posted on the forum. This is for plugins that aren't posted anywhere exept for Github.
Thanks given by: tonibm19
02-22-2015, 12:18 AM
It's called IRChat. ;[
02-22-2015, 04:26 AM
04-23-2015, 03:57 AM
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.
04-23-2015, 04:01 AM
Maybe give some more information when it crashes? What actions are you doing etc..
04-23-2015, 04:06 AM
04-23-2015, 05:21 AM
Maybe debug using ZeroBrane studio? You can add a breakpoint and see what's happening step-by-step.
04-23-2015, 07:01 AM
(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. Thanks given by: tonibm19
04-23-2015, 08:53 AM
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.
|
« Next Oldest | Next Newest »
|