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.

Need Help Windrop Error No 11

General support and discussion of Eggdrop bots.
Post Reply
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Need Help Windrop Error No 11

Post by bluestorm »

Morning together,

I have a IRC-Server running on Windows Server 2k8 with Anope Services.

When I doubleclick the RunOnce.bat i've got an Error.

See in the image here http://www.fotos-hochladen.net/uploads/ ... 50fqet.jpg



http://forum.egghelp.org/viewtopic.php?t=18124 those topic did not work for me

thanks for help
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

For some time, I've kept a Windrop setup on my local machine. I use it when I play with scripting.

Finally got round to upgrading, and used 1.6.21.

I got the "Cannnot fork" stuff too, at first.


Somehow, I realized that I'd tried to launch the bot with the simple command
eggdrop

So I tried again, with
eggdrop eggdrop.conf

More mess... had to use Task Manager to go kill an instance left over and still hanging around.

Eventually, I got it to run with
eggdrop eggdrop.conf

I see you used Runonce.bat .
I don't. I'd forgotten about it, to be honest.
For you, try
eggdrop -m eggdrop.conf
at the command line.

Check in Task Manager first, to be sure eggdrop is not already running,
or that Windows thinks it is running.

I hope this helps.
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Post by bluestorm »

thanks for your help, but ich still have the same problem
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

What I experienced could have been a total fluke that I misinterpreted then.

I'm glad you brought the problem up here though.
I too searched the forum, and had found that post that you mentioned.
Apparently that has to do with an install of cygwin, or something.

I'm looking forward to somebody else, with a solid solution for what you have, posting here.
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Post by bluestorm »

Do I need cygwin to run windrop correctly?
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

bluestorm wrote:Do I need cygwin to run windrop correctly?
Not that I know of.
As I recall (it has been a while though, for that first Windrop), I simply downloaded the Windrop "install" exe, and ran it. Followed directions, and away I went.

Your question makes me ask: Have you ever had a Windrop up and running? or is this your first attempt?

Next:
Want to do an experiment while you are waiting?

Go here:
http://windrop.sourceforge.net/downloads.html
and follow the link for older versions.
Download and install version 1.6.19. See if you can get it to run, and if it runs without that same error.

I'm not advocating using an older version. But, if you discover that one version runs fine, and the newest does not - that would be interesting to learn.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

This is an ASLR error related to windows .dll handling.
Normally, you shouldn't need to install cygwin in order to run the pre-packaged windrop binary; however, sorting this issue does require the "rebaseall" application within cygwin.

A few links for reference:
My Life, Starting UP: *** fatal error - unable to remap to same address as parent: Cygwin, Ruby on Rails, System Calls
Illya Bobyr - Re: unable to remap to same address as parent - despite rebaseall
NML_375
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Post by bluestorm »

Yes it is my first Windrop

I have tried for two weeks to solve the problem by myself but without any success
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Post by bluestorm »

nml375 wrote:This is an ASLR error related to windows .dll handling.
Normally, you shouldn't need to install cygwin in order to run the pre-packaged windrop binary; however, sorting this issue does require the "rebaseall" application within cygwin.

A few links for reference:
My Life, Starting UP: *** fatal error - unable to remap to same address as parent: Cygwin, Ruby on Rails, System Calls
Illya Bobyr - Re: unable to remap to same address as parent - despite rebaseall
Now I installed cygwin on the windows server, can you pls tell me what to do/what to try next?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Have you tried the suggestions in the two articles I linked?
NML_375
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Post by bluestorm »

http://www.mylifestartingup.com/2009/04 ... -same.html

that one I've done step by step, I didn't received any errors and rebootet the windowsserver

http://cygwin.com/ml/cygwin/2011-04/msg00075.html

and that one, I ashamed to say ... I didnt understand what to do
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

What the second article suggests (though perhaps not that well explained), is that you provide a list of additional .dll's for rebase to work on. In this case, that would be the module files in modules/

Unfortunately, I have not been able to re-create the issue on any systems I have available at the moment.

What you should do, is starting a new ash/dash window and run a command such as below:

Code: Select all

$ rebase -s /cygdrive/c/Windrop/modules/*.dll
If you encounter any "last error = 6" lines, this means that the module files are not writable; running this should sort that:

Code: Select all

$ chmod u+rw /cygdrive/c/Windrop/modules/*.dll
In both examples, we assume that the windrop package is installed under c:\Windrop\
NML_375
b
bluestorm
Voice
Posts: 7
Joined: Sun Oct 30, 2011 9:12 am

Post by bluestorm »

It works :)

I'm verry happy, your the savior of my day :)
Post Reply