Author
|
Topic: What is this???
|
El DavY Knight

Posts: 74 From: Buenos Aires, Bs As, Argentina Registered: Oct 2001 |
posted 30 November 2001 21:21
I was testing my mod and I got this error: Assertion Failure Location : C:\projects\diablo2\source\fog\src\excel\excel.cpp, line #529 Expression : *data == SYM_EOLI hope someone knows what it means.

|
jbouley Forum Admin.
    
Posts: 4907 From: Portland, Maine, USA Registered: Jan 2001 |
posted 30 November 2001 21:23
SYM_EOL usually means you left one or more fields blank that need something in them in one or more .txt files.------------------ - JEFF "A hero is no braver than anyone else. He is only brave five minutes longer." For my latest mod (for LoD/expansion), download at http://www.fileplanet.com/dl/dl.asp?/planetdiablo/phrozenkeep/mods/sic_beta.zip - Or for old stuff (for classic D2), visit my orignal mod site at www.planetdiablo.com/sanctuary

|
El DavY Knight

Posts: 74 From: Buenos Aires, Bs As, Argentina Registered: Oct 2001 |
posted 30 November 2001 21:29
Thanks, I think I left something blank in cubemain.txt (is the last file that I modified). I've been adding recipes to transform normal items to exceptional and exceptional to elite (I finished the armors, like 100 recipes).------------------ I'm bored :)

|
jbouley Forum Admin.
    
Posts: 4907 From: Portland, Maine, USA Registered: Jan 2001 |
posted 30 November 2001 23:05
Exact same file that did it to me last night. I left the 0 out of the last column on the last five rows, and was missing a couple values toward the left-hand side of the file too.  ------------------ - JEFF "A hero is no braver than anyone else. He is only brave five minutes longer." For my latest mod (for LoD/expansion), download at http://www.fileplanet.com/dl/dl.asp?/planetdiablo/phrozenkeep/mods/sic_beta.zip - Or for old stuff (for classic D2), visit my orignal mod site at www.planetdiablo.com/sanctuary

|
Jugalator Squire

Posts: 41 From: Registered: Feb 2001 |
posted 01 December 2001 17:54
Yes, this happened to me too today. I thought you could leave an empty row as separator in weapons.txt, but it seems you can't and I got the same error.If you didn't know, SYM_EOL is short for "End of Line SYMbol". An assertion *data == SYM_EOL therefore says something like "the data pointer pointed to the end of line symbol (carriage return character), when I didn't expect it"

|