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

Молча закрывается при старте, если сбой с путями до файлов. #27

Open
plazmer opened this issue Aug 14, 2023 · 0 comments

Comments

@plazmer
Copy link

plazmer commented Aug 14, 2023

Есть проблема в работе функции private string[] FindLogs(string directory) (LogViewer\MainWindow.xaml.cs)

Функция Directory.GetFiles() вызывает исключение, если не может зайти в подкаталог, возможно будет падать еще при каких-то условиях, причем исключение не перехватывается и программа молча закрывается.

Простой вариант проверки - указать путь для контроля "C:", упадёт потому что не сумеет попасть в "System Volume Information". При этом уже не получится изменить настройки, только лезть в реестр "SOFTWARE\JsonLogViewerSettings" и править путь или удалять раздел реестра.

Заодно - неочевидно, что путь к настройкам в реестре не содержит "Directum".

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

No branches or pull requests

1 participant