Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ Problems with fread_word when loading wizlist
|
Problems with fread_word when loading wizlist
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Pages: 1 2
3
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Sun 16 May 2004 08:18 AM (UTC) |
| Message
| I've just got Smaug extracted it and compiled it also fixing the odd bug but when i try to run it it says
[*****] BUG: Fread_word: word to long
how do i change this so it works? | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #1 on Sun 16 May 2004 08:22 AM (UTC) |
| Message
| | That means that one of your files (area, pfiles, etc.) has a word in it that's too long. Can't really help you fix it unless you know where the long word is. When does the bug appear? |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #2 on Sun 16 May 2004 08:32 AM (UTC) |
| Message
| | After it loads Wizfile when you start smaug. | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #3 on Sun 16 May 2004 08:37 AM (UTC) |
| Message
| | Im not sure but would an email address count as a long word? | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #4 on Sun 16 May 2004 08:53 AM (UTC) |
| Message
| An email address probably wouldn't, no.
Check your log files; where does that line appear? What's the context? |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #5 on Sun 16 May 2004 11:59 AM (UTC) |
| Message
| What does fread word mean anyway,
oh and would it be the fact that theres no spaces between the bracketS?
Or would the problem be located near the Fread_word program? | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #6 on Sun 16 May 2004 12:17 PM (UTC) |
| Message
| | Would the word Wuninitialized be causing the problem as its the biggest word i can find so far? If so how do i change it? | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #7 on Sun 16 May 2004 12:29 PM (UTC) |
| Message
|
Quote: What does fread word mean anyway,
It reads characters from the specified file until hitting a word delimiter e.g. whitespace.
Quote: oh and would it be the fact that theres no spaces between the bracketS?
What brackets???
Quote: Or would the problem be located near the Fread_word program?
I'm assuming you mean fread_word function... and no... this is not a problem with the code, it's a problem with your input data like I told you.
Quote: Would the word Wuninitialized be causing the problem as its the biggest word i can find so far? If so how do i change it?
Are you looking in the code?? The problem is not in the code but in areas, pfiles, or some other input file. Note: a code file is not an input file.
If you want useful help, then you need to answer the questions you're asked... so, please look at your log files, and tell me what the context of the log message is.
By the way, a "long word" is not 14 letters... but more like a few hundred at least. |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #8 on Sun 16 May 2004 12:39 PM (UTC) |
| Message
| | All our log files are empty except the changelog which holds too much to explain here. So now what? | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #9 on Sun 16 May 2004 12:41 PM (UTC) |
| Message
| An example of the changelog file is below:
imc2-1.00b 01/29/99
* keepalive problem resolved. imc-list maintained by close-notify packets,
request-keepalive packets and boot-only keepalives.
* autohub load balancing - temporary connections to less busy hubs.
* hubs don't ping the world, just their direct connections.
* muds dont transmit to every hub they are connected to. Just the least busy
one.
* some new fields , and some old ones made mandatory in the config file.
* InfoDetail can be entered mutliple times for multiple lines.
imc2-0.10 12/11/97
* ICE client/server prototype code
* rwhois doesn't see rinvis characters any more
* 'Bind' option added to config to bind to a specific IP
* better behavior of imc_idle if no descriptors are active
-- 0.9a-ice1 released --
* bugfix for huge IMC version numbers (where -do- people think these things
up? :) from Trevor@Morgaelin
* various patches from Graucho@BerMUDa
* verify_format fix
* IMC_NUKE_RCHAT added to prevent forwarding - rchat is gone
* huge numbers of ICE fixes and enhancements
* rchat no longer in the channel table by default
* levels in packets, wizi/see/invis greatly simplified (to a simple
imm/mortal distinction).
* last connected field added - mainly for hubs - to imc_info / imclist
* IMC_NOTIFY turned back on, to point at toof.net
-- 0.9a-ice2 released --
* notifications fixed
* more patches/bugfixes from Graucho@10T - destroy fixes, empty message
handling, icec_showchannel bug.
* imc_packet and imc_internal merged
* version 0 and version 1 support removed
* rping (ping and traceroute) added
* info-request, info-reply, info-unavailable added
* InfoXYZ fields added to config. InfoName and InfoEmail are -REQUIRED-
to start IMC.
* Added README.info
* format1/format2 fixes
* icommand refresh accepts *, and handles nonexistant channels by sending
a destroy
* imc-mercbase, channels renamed to imc_channels
* imc-mercbase, replaced _C with COL due to some header conflicts with ctype.h
* imc-mercbase, quiet mode now a macro
* save problems with icec channels resolved | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #10 on Sun 16 May 2004 12:42 PM (UTC) |
| Message
| I don't care about the changelog, I'm asking you for your run logs... don't you have a subdirectory called 'log' or something like that?
What system are you running on? |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #11 on Sun 16 May 2004 12:44 PM (UTC) |
| Message
| The Log subdirectory has a shutdown folder, both are empty im using windows if thats what you mean.....
im a newbie at this so... | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #12 on Sun 16 May 2004 12:48 PM (UTC) |
| Message
| OK... let's start all over again.
Where and how - exactly - do you get that bug message? |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
| Posted by
| Reado
(24 posts) Bio
|
| Date
| Reply #13 on Sun 16 May 2004 12:51 PM (UTC) |
| Message
| when i try to open smaug.exe it runs the dos thing and loads stuff then says the bug message
| | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #14 on Sun 16 May 2004 12:57 PM (UTC) |
| Message
| Please define:
"loads stuff"
"says the bug message" |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
115,795 views.
This is page 1, subject is 3 pages long: 1 2
3
It is now over 60 days since the last post. This thread is closed.
Refresh page
top