<?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/17403" />

	<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>2009-12-06T14:33:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-12-06T14:33:24-04:00</updated>

		<published>2009-12-06T14:33:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91219#p91219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91219#p91219"/>
		<title type="html"><![CDATA[Logs2HTML Error on Windrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91219#p91219"><![CDATA[
Well, since we're doing this under Windows, there's a few steps we'll have to take to get our build environment. There's a good guide here: <a href="http://www.eggheads.org/support/egghtml/1.6.16/compiling.html" class="postlink">http://www.eggheads.org/support/egghtml ... iling.html</a> . The guide is written for eggdrop1.6.16, but you should be able to use 1.6.19 or latest cvs, just replace the 1.6.16 part with whatever version you've downloaded in the guide...<br><br>One thing worth mentioning, is that you'll also need "make" in addition to the list of needed packages. Also, the commands listed from step 2 and onwards are done in the cygwin shell (emulates a linux shell under windows), you should find an option for it under your start menu once step 1 is completed.<br><br>Once you've unpacked your eggdrop source in step 3, unpack your own module source into the src/mod/ directory.<br><br><br>The problem with raw coredump files, is that they contain no symbol names or such. That's why you need to run it through a debugger, that can translate the addresses into symbols by loading the application.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Dec 06, 2009 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rileyil77]]></name></author>
		<updated>2009-12-06T10:18:31-04:00</updated>

		<published>2009-12-06T10:18:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91214#p91214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91214#p91214"/>
		<title type="html"><![CDATA[Logs2HTML Error on Windrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91214#p91214"><![CDATA[
So basically I have compile this module into a DLL for myself for my WinDrop.  Not sound stupid or anything, but I've never really down that...  How do I go about doing it?<br><br>Oh yeah...  Here is the DUMP file it creates when my eggDrop (WinDrop) crashes:<br><br>Stack trace:<br>Frame     Function  Args<br>0022B5E8  7C802542  (000006AC, 0000EA60, 000000A4, 0022B630)<br>0022B708  61097F54  (00000000, 7C802600, 7C802542, 000000A4)<br>0022B7F8  61095AEB  (00000000, 003B0023, 00230000, 0022CE68)<br>0022B858  61095FCB  (0022B870, 00000000, 00000094, 61020C1B)<br>0022B918  61096182  (000004E4, 00000006, 0022B948, 61096383)<br>0022B928  610961AC  (00000006, 0022CE88, 00000000, 00000000)<br>0022B948  61096383  (10155900, 00BA46A8, 10159398, 0022D008)<br>0022B9B8  610C3D58  (1010CF60, 00E47690, 00000001, 00000000)<br>0022B9D8  10094ACB  (1010CF60, 0000012F, 0022BA48, 0000012B)<br>0022BA08  10094AF4  (1010CF60, 0022BA40, 0044FC4D, 00452360)<br>0022BAF8  00436573  (00000000, 1010CF60, 00000001, 101596B0)<br>0022BB38  0042ECEE  (10126AF0, 1010CF60, 00000001, 0022BD30)<br>End of stack trace<br><br>That's from the stackdump file.  Thanks again for your help everyone.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6711">rileyil77</a> — Sun Dec 06, 2009 10:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-12-05T03:27:49-04:00</updated>

		<published>2009-12-05T03:27:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91201#p91201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91201#p91201"/>
		<title type="html"><![CDATA[Logs2HTML Error on Windrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91201#p91201"><![CDATA[
Sorry, probably read the post to quickly and picked up on the alice fix in the first sentence. Nevertheless, your eggdrop is sent the no 9 signal, which I recall being the SIGSEGV signal (segment violation). Most likely, the module you downloaded was linked against an incompatible eggdrop build, or contains a bug.<br>Also, eggdrop uses a global table to pass functions to modules, so care must be taken to ensure that the table the module was linked with matches that of the eggdrop loading the module.<br><br>Building eggdrop and the module under the same environment would confirm or rule out the first.<br><br>You could use some debugger to read the coredump, as this cotains information on what your eggdrop was doing up until the crash. Other than that, you could only try various egdrop binaries until you find one that'll load your module..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Dec 05, 2009 3:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rileyil77]]></name></author>
		<updated>2009-12-04T23:04:51-04:00</updated>

		<published>2009-12-04T23:04:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91199#p91199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91199#p91199"/>
		<title type="html"><![CDATA[Logs2HTML Error on Windrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91199#p91199"><![CDATA[
This question is about Logs2Html, not an Alice issue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6711">rileyil77</a> — Fri Dec 04, 2009 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-12-04T19:41:28-04:00</updated>

		<published>2009-12-04T19:41:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91197#p91197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91197#p91197"/>
		<title type="html"><![CDATA[Logs2HTML Error on Windrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91197#p91197"><![CDATA[
You could try compiling a new eggdrop along with alice and the alice-module in a cygwin environment.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Dec 04, 2009 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rileyil77]]></name></author>
		<updated>2009-12-04T19:22:33-04:00</updated>

		<published>2009-12-04T19:22:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91195#p91195</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91195#p91195"/>
		<title type="html"><![CDATA[Logs2HTML Error on Windrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91195#p91195"><![CDATA[
This is weird...  I was using an older version of Log2Html with WinDrop.  Then got to looking for a fix for the Alice.TCL and found on one page that Logs2Html module had been updated.  So, I decided to update it....<br>Then I got this error:<br><br>Module loaded: logs2html        (with lang support)<br>      9 [sig] eggdrop 3736 open_stackdumpfile: Dumping stack trace to eggdrop.exe.stackdump<br><br>I was just wondering if anyone had a fix for this?  I saw on another forum site, that it was suggested to WinDrop users to downgrade to eggDrop v1.6.17, but I just had to upgrade due to an error in eggdrop v1.16.17 and an upgrade in WinXP SP3.  The only downgrading I would do is to v1.6.19.  Thanks for your help.<br><br>Again I'm using WinDrop...<br>eggdrop v1.6.20+checkconflags, on CYGWIN_NT-5.1 1.5.25(0.156/4/2)<br>WinXP Service Pack 3 with all the latest updates<br>1.5 Gig Ram<br><br>Thanks for any and all your help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6711">rileyil77</a> — Fri Dec 04, 2009 7:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
