ELC errors? (HELP)

Development for CoPaP
Post Reply
Mistcaller
Groundling
Posts: 137
Joined: Tue Nov 25, 2003 7:29 am
Location: Avlis Team - Tairis'nadur Team

ELC errors? (HELP)

Post by Mistcaller »

In Avlis' custom ELC checker (DB Watcher java program) we get the following suspicious messages from time to time:

This is produced by all Wemics:
Opening Character file: SinbadSam\BraggiTwoStrik.bic
(...)
ERROR: Field does not exist [LvlStatAbility]
PASS
While this happens to few characters (the same few always), for unknown reasons:
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde0.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde1.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde2.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde3.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde4.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde5.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde6.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde7.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde8.bic
Trying: e:/neverwinternights/nwn/servervault\Emprod\TianniIsilwynde9.bic

null
java.lang.NullPointerException
at l404. autobic.CharToFileName.getFileName(CharToFileName.java:100)
at l404. autobic.DBEnforcer.run(DBEnforcer.java:119)
at l404. watcher.DBCheckerThread.checkLine(DBCheckerThread.java:277)
at l404. watcher.DBCheckerThread.run(DBCheckerThread.java:302)
at l404. watcher.DBCheckerThread.main(DBCheckerThread.java:536)
Has any other world developer noticed the same things?
Anyone able to help identify and hopefully fix these?

Thanks in advance :)
-Mist
Red Golem
World Leader: Abyss404
Posts: 109
Joined: Fri Nov 21, 2003 8:19 pm
Location: Honolulu, Hawaii (GMT-10)
Contact:

Post by Red Golem »

For the first one, is the right set of 2da files being pointed to in watcher.properties? (i.e. whatever they would be in the order of hakpacks?)

Also, what ECL do wemics start at? The error means that it couldn't find which ability score was raised for that ability score boost every 4 levels. If the PC starts with so many ECL that they skip the ability score raise, then this would probably happen.

For the second one - it looks like Papillion's variant of the system that uses a heuristic to try to guess the filename, rather than to just save the character from within the game, and look for the last saved character in the vault. The character probably has a really funky name. Try just changing the saved character filename to something that the heuristic would have looked for.
[url=http://nwn.bioware.com/guilds_registry/viewguild.html?gid=6231]Autobic Guild[/url]
Mistcaller
Groundling
Posts: 137
Joined: Tue Nov 25, 2003 7:29 am
Location: Avlis Team - Tairis'nadur Team

Post by Mistcaller »

Thank you RG! I was hoping for your answer :)
You'll be missed.
Post Reply