[quote="redman";p="65780"]
Ahhh right, for some reason I didn't think of checking that other log. I haven't played since that night yet so will check that log.
[/quote]
Hmmmmm, how about:
Code: Select all
Large amounts of what appears to be all the code echoed into the log file, then:
05/25/05 09:32:49 PM Looking for 3rd Party Service for services\EQ2Service.Service
05/25/05 09:32:52 PM SCRIPT ERROR: Type mismatch: 'cBool'
Src: Microsoft VBScript runtime error
Line:8 Error:0 Scode:800a000d
05/25/05 09:32:52 PM Failed to Parse the Script. Check it for errors.
This would correspond nicely with where my manually inserted log statements stopped working.... the first time it would hit a cBool would be:
Code: Select all
Avoidplayers = cBool(oINI.GetVal("harvester", "AvoidPlayers", "True"))
oDebug.PrintLog "Avoid players: " & AvoidPlayers, 1
and this avoid players log statement is the first one that didnt print to the log but should have.
There was discussion of a true/false switch with some library. I did the first one and got this far but never did the second one as I wasnt aware at the time that there were two to find.
RedMan