When i start my computer i get an error saying Feb 17 08:10:11 Privoxy(01836) Fatal error: can't check configuration file 'config.txt': (error number 2)
Do you have any idea what this is talking about and how i can fix it?
Hey! I have the same fatal error as you everytime i logon on windows xp... If you fixed your error, please tell me how you did it, because i'm started to get frustrated to see this fatal error everytime. Thank you!
This is an old thread but nevertheless, here is one answer. I am using the Privoxy bundled with the EFF TOR Bundle (Tor+Vidalia+Privoxy).
When starting Privoxy, the "current directory" must be the Privoxy directory. Vidalia does not change to the Privoxy directory before trying to start it.
Either start Privoxy manually using the installed shortcut (with the Privoxy directory specified in "start in").
-or-
Start Privoxy using a batch file, changing to the Privoxy directory first.
set MY_DIRECTORY=C:\Program Files\Vidalia Bundle
start "Vidalia" /D"%MY_DIRECTORY%\Vidalia" /MIN /B vidalia.exe
cd "%MY_DIRECTORY%\Privoxy"
start "Privoxy" /D"%MY_DIRECTORY%\Privoxy" /MIN /B privoxy.exe
Last edited by hypnopossum; Jul 1st, 2009 at 6:15 pm. Reason: Add solved title.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.