EOF ??

Posted by Raven on Thu 28 Feb 2002 09:48 PM — 4 posts, 16,281 views.

#0
Can you tell me what this is ? I have some obj files i need to fix but this comes up EOF encontered on read is this something i need to fix once i figure out how to compile ?
Australia Forum Administrator #1
You don't generally "fix" object files. You make new ones by compiling them.
#2
ok here are the nubers for then as i found them of items so it was my missunderstanding that for obj files but here they are anyway..9927 9218 9235 9214 9215 9217 9218 8002
when i unziped the file for windows and run it for the first time i get these errors on these items but your right i will just remake the item and try to figure out what is makeing it have an error :) is that what eof is ?
end of file = eof ? was it because i made some changes to some .c and .h files ? I am not trying to come off like a jerk i just would like to understand more about I am verry intrested on how it is built what can i add and what can i make to add skills role play quest ect
anyways this is what i found when i unzip it freash :)
raven
Australia Forum Administrator #3
To answer your question, yes EOF means End Of File. "EOF on read" means it was reading something and came to the end, if it reported it to you, then it was probably "unexpectedly came to the end".

Why that happened is difficult to say, however my article about compiling the server should clear that up.