Fuss19 - Mud Loads but nothing works

Posted by Nargsbrood on Sun 03 Jul 2011 08:29 AM — 5 posts, 26,958 views.

#0
I am running on cygwin with windows 7 home premium 64bit.

When attempting to run smaug.exe, it displays the below errors (and many more for each command) and then all areas fail to load. connecting to mud allows me to create character but when in game no commands work other than socials.

Any ideas? TIA

Nargs



$ ../src/smaug.exe
Sun Jul 3 01:00:23 2011 :: Booting Database
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Sun Jul 3 01:00:23 2011 :: [*****] BOOT: ---------------------[ Boot Log ]----- ---------------
Sun Jul 3 01:00:23 2011 :: Initializing libdl support...
Sun Jul 3 01:00:23 2011 :: Loading commands...
Sun Jul 3 01:00:23 2011 :: [*****] BUG: Error locating do_say in symbol table. No error
Sun Jul 3 01:00:23 2011 :: [*****] BUG: fread_command: Function do_say not foun d for '
Sun Jul 3 01:00:23 2011 :: [*****] BUG: Error locating do_emote in symbol table . No error
Sun Jul 3 01:00:23 2011 :: [*****] BUG: fread_command: Function do_emote not fo und for ,
Sun Jul 3 01:00:23 2011 :: [*****] BUG: Error locating do_chat in symbol table. No error
Sun Jul 3 01:00:23 2011 :: [*****] BUG: fread_command: Function do_chat not fou nd for .
Sun Jul 3 01:00:23 2011 :: [*****] BUG: Error locating do_immtalk in symbol tab le. No error
USA #1
Search and you'll find people had the same problem:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=8841
#2
Thanks Zeno. I believe that did the trick. I am currently running the mud and all commands work. 1 question I have though is it took me 3 times of making clean and make to get it to compile correctly.

The first couple of times I received this error message - first compile reported it between interp.o and liquids.o

the second compile reported it between services.o and sha256.o

the error message was:
g++: error trying to exec '/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/as.exe': execv: Bad address


any ideas?
USA #3
I'm not sure, I don't use Cygwin. Try asking on the FUSS forums or Cygwin mailing list.
Australia Forum Administrator #4
It looks like as.exe (that is, the "as" command) is the assembler. Not sure why it is giving that error though.