<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/18716" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2011-11-13T13:44:04-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/18716</id>

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-11-13T13:44:04-04:00</updated>

		<published>2011-11-13T13:44:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98215#p98215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98215#p98215"/>
		<title type="html"><![CDATA[Eggdrop crashing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98215#p98215"><![CDATA[
dcv873,<br>It's a problem with the tcl libraries included in cygwin (which is rather old anyway, 8.4.1). I'd suggest you get a fresh copy of a more recent version of tcl, and build it manually. Just make sure you then link your eggdrop with your version of tcl, not cygwin's (if needed, use the --with-tcllib and --with-tclinc options with the configure-script).<br><br>As for windrops, these days they're pretty much just pre-packaged cygwin builds, built against tcl8.5.10 and having the external libraries (libtcl8.5.dll and cygz.dll) included.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Nov 13, 2011 1:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FightingNavyman]]></name></author>
		<updated>2011-11-13T12:45:46-04:00</updated>

		<published>2011-11-13T12:45:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98213#p98213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98213#p98213"/>
		<title type="html"><![CDATA[Eggdrop crashing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98213#p98213"><![CDATA[
if you want to run eggdrop on windows use Windrop<br><br><a href="http://windrop.sourceforge.net/downloads.html" class="postlink">http://windrop.sourceforge.net/downloads.html</a><br><br>eggdrop itself is not good on windows<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11503">FightingNavyman</a> — Sun Nov 13, 2011 12:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dcv873]]></name></author>
		<updated>2011-11-13T12:22:25-04:00</updated>

		<published>2011-11-13T12:22:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98212#p98212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98212#p98212"/>
		<title type="html"><![CDATA[Eggdrop crashing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98212#p98212"><![CDATA[
I am using Cygwin on a Windows 7 machine (64 bit).<br><br>I downloaded the eggdrop 1.6.21 source from eggdrop.org to my machine and compiled it according to the instructions. I do not recall seeing any error messages during the compilation, and at the end, it said "Eggdrop compiled successfully".<br><br>After the "make install", I ended up with an eggdrop directory containing the executable (which was named eggdrop.exe) plus a bunch of DLLs in the modules subdirectory, the help documentation, etc.<br><br>Then I edited the eggdrop.conf file according to instructions on the eggdrop site.<br><br>Finally, I started the bot for the first time, using the command:<br><br>./eggdrop.exe -m eggdrop.conf<br><br>The bot did not start. Instead, I received an error message about a segmentation fault. The message said:<br><div class="codebox"><p>Code: </p><pre><code>$ ./eggdrop.exe -m eggdrop.confEggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads[10:04:59] * Last context: main.c/969 [][10:04:59] * Please REPORT this BUG![10:04:59] * Check doc/BUG-REPORT on how to do so.[10:04:59] * Wrote DEBUG[10:04:59] * SEGMENT VIOLATION -- CRASHING!Segmentation fault</code></pre></div>Since the message mentions that it wrote a file called DEBUG, I checked the directory and found a file named DEBUG. This is what the file says:<br><div class="codebox"><p>Code: </p><pre><code>$ cat DEBUGDebug (eggdrop v1.6.21) written Sun Nov 13 10:04:59 2011Full Patch List:Tcl library: D:/cygwin/../tcl8.4.1/libraryTcl version: 8.4.1 (header version 8.4.1)Tcl is threadedConfigure flags:Compile flags: gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_HLink flags: gccStrip flags: touchContext: main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969, []         main.c/969 []SOCK ADDR     PORT  NICK      HOST              TYPE---- -------- ----- --------- ----------------- ----Compiled without extensive memory debugging (sorry).Open sockets: 3 (file), done.</code></pre></div><br>I am very new to this and have no idea what any of this means. Could someone explain what has gone wrong?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11831">dcv873</a> — Sun Nov 13, 2011 12:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
