Cygwin1.dll problem

Posted by DrzCola on Thu 29 Sep 2011 05:46 PM — 5 posts, 21,231 views.

#0
When I try to run the startup using cygwin, it simply does nothing. "Freezes" for a second or two, and then starts again in a new line.

HP_Administrator@your-4dacd0ea75 ~/smaugfuss/src
$ ./startup

HP_Administrator@your-4dacd0ea75 ~/smaugfuss/src
$

If I try to run it directly using the smaug.exe, I get an error message, calling for "entry point at procedure (or something along those lines) __wrap__ZdllPv in cygwin1.dll dynamic links library" or something like that. I can post the exact message, but it'll be in spanish.

No se encuentra el punto de entrada del procedimiento __wrap__ZdllPv en la biblioteca de vínculos dinámicos cygwin1.dll

Also, there's another smaug.exe file, and a resolver.exe too, in the area folder. If I use that file, the mud runs well, but any change that I make in the src files doesn't seem to apply, even after I delete all the .o files, and type "make" in the src again.
Amended on Thu 29 Sep 2011 07:31 PM by DrzCola
Australia Forum Administrator #1
You expect it to do nothing obvious. It is a server. If it works it is quietly doing stuff in the background. If you get an error message running smaug.exe you need to investigate. Are you doing this inside the "Cygwin Bash shell"?
#2
Yes, the first two lines are with Cygwin Bash Shell. When I try to run the script, I think it simply does nothing. No background running at all. The smaug.exe error message it's only while using the one that appears after the compile. If I use the one in the smaugfuss 1.9 executable file, there aren't error messages, but any change I make in the files isn't visible.
Australia Forum Administrator #3
You should be "in" the area folder to run it, but run from the src folder. eg.


cd ../area
../src/smaug.exe

#4
Now it works, after doing that in a "clean" smaugfuss 1.9 server, and all the changes are applied. Thanks :)