Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error opening filter: 1326 The user name or password is incorrect. #678

Open
1 task done
sof07 opened this issue Oct 2, 2024 · 4 comments
Open
1 task done

Error opening filter: 1326 The user name or password is incorrect. #678

sof07 opened this issue Oct 2, 2024 · 4 comments

Comments

@sof07
Copy link

sof07 commented Oct 2, 2024

CAPTCHA

  • I understand I could be banned from the repository if I misusing issue section not for posting bugs, but for question or 'broken website' report. / Я понимаю, что меня могут заблокировать в репозитории, если я буду использовать раздел issue не для сообщений об ошибках, а для вопросов или сообщении о «неработающем веб-сайте».

Operating system / операционная система

Win 11 23H2 сборка 22631.4249

Running as service / Запуск программы как сервис

I run it as a regular program / Запускаю программу обычным образом

Describe the bug / Опишите ошибку программы

Запускаю и сразу получаю ошибку Error opening filter: 1326 The user name or password is incorrect.

Additional information / Дополнительная информация

На другом ноуте с win 10 все ок

@SagePtr
Copy link

SagePtr commented Oct 3, 2024

Попробуйте под админом выполнить команды:

sc stop Windivert
sc delete Windivert

После этого повторно запустить GoodbyeDPI

@sof07
Copy link
Author

sof07 commented Oct 3, 2024

Попробуйте под админом выполнить команды:

sc stop Windivert
sc delete Windivert

После этого повторно запустить GoodbyeDPI

Запустил командную строку под админом, выполнил команды, ничего не поменялось, ошибка осталась.

@ValdikSS
Copy link
Owner

ValdikSS commented Oct 5, 2024

jagt/clumsy#137 (comment)

I have solved the issue. The WinDivert service was trying to start, and the path specified in the registry (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDivert) was pointing to an invalid location. More specifically for my case, the clumsy folder location was on a network share, and for some reason windows didn't like that.

To fix: I deleted the registry directory WinDivert, then rebooted windows and moved the clumsy.exe folder to my local drive. After running as administrator, clumsy.exe was working again.

Попробуйте сделать так же.

@johnnyd-78
Copy link

johnnyd-78 commented Oct 5, 2024

Регедит не даст удалить весь раздел WinDivert - не хватит прав. Надо просто выдать на него разрешения группе Администраторы - Полный доступ. Потом выполнить от админа стандартный service_remove.cmd Это должно решить проблему.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants