redman";p="65814 wrote: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.
If your interpretation was correct that would say this means simply that you have made the AvoidPlayers entry in the INI file something invalid, it must be either True or False, had you deleted or misedited the name AvoidPlayers it would have Returned it's default which is True and would not have generated that error.
But you misinterpreted and the actual line that it is complaining about is the DeleteMe line which you have made to something other than the valid entries of True or False.
redman";p="65814 wrote: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.
This is why I hate to see and never post code fixes in the forums, trying to make fixes that aren't broken (as in your case) causes other problems and of course most people neglect to mention that they made these code fixes when they complain about things Breaking.
The error you reported in the quoted text has nothing to do with the code fix reported about the True False thing in the OpenTextFile line. They are completely unrelated.
When in doubt, reinstall the original code and start over.