This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by kulpae
Sat Nov 14, 2009 9:52 am
Forum: Modules & Programming
Topic: MegaHal 2.7 and Eggdrop v1.6.20+bindmodecase
Replies: 3
Views: 13096

Okay, had to fix some bugs in megahal. the solution for this warnings: [02:15] *** ATTEMPTING TO FREE NON-MALLOC'D PTR: megahal:megahal.c (1094) is to replace all realloc calls in megahal.c with nrealloc . And on my system (64bit) there were also a compiler warning, that I ignored first (something l...
by kulpae
Sat Nov 14, 2009 7:34 am
Forum: Modules & Programming
Topic: MegaHal 2.7 and Eggdrop v1.6.20+bindmodecase
Replies: 3
Views: 13096

Yeah, thank you! I can start eggdrop with megahal now (but have to remove the brain anyways, trying to fix that now...). The solution was to increase the MEMTBLSIZE constant in src/mem.c from 25000 to 100000. :D I don't know how elegant this solution is, but it works ;) Now I'm looking, how to start...
by kulpae
Fri Nov 13, 2009 9:27 pm
Forum: Modules & Programming
Topic: MegaHal 2.7 and Eggdrop v1.6.20+bindmodecase
Replies: 3
Views: 13096

MegaHal 2.7 and Eggdrop v1.6.20+bindmodecase

Hello guys, I just tried to run the latest eggdrop from the cvs repo and got weird memory errors from megahal module. But before (with Eggdrop 1.6.19+ctcpfix) everything worked, even megaHal. this is what I get, when running eggdrop: [02:15] *** ATTEMPTING TO FREE NON-MALLOC'D PTR: megahal:megahal.c...