ceramicskate0 / SWELF

Simple Windows Event Log Forwarder (SWELF). Its easy to use/simply works Log Forwarder and EVTX Parser. Almost in full release here at https://github.com/ceramicskate0/SWELF/releases/latest.
https://ceramicskate0.github.io/SWELF/
GNU Affero General Public License v3.0
24 stars 7 forks source link

File and Directory to monitor default settings cause crash #124

Closed ceramicskate0 closed 4 years ago

ceramicskate0 commented 4 years ago

ALERT: SWELF MAIN UNSALVAGEABLE ERROR: CREATE_NEW_Files_And_Dirs() check IO restrictions on machine for app. Thread was being aborted. at The default configs for file and directory to monitor, while commented, are causing thread to crash app.

ERROR BELOW: Microsoft.Win32.Win32Native.GetFileAttributesEx(String name, Int32 fileInfoLevel, WIN32_FILE_ATTRIBUTE_DATA& lpFileInformation) at System.IO.File.FillAttributeInfo(String path, WIN32_FILE_ATTRIBUTE_DATA& data, Boolean tryagain, Boolean returnErrorOnNotFound) at System.IO.Directory.InternalExists(String path, Int32& lastError) at System.IO.Directory.InternalExistsHelper(String path, Boolean checkHost) at System.IO.Directory.Exists(String path) at SWELF.File_Operation.CREATE_NEW_Files_And_Dirs(String Dir, String FileName, String FileData, Boolean Overwrite)

ceramicskate0 commented 4 years ago

WORK AROUND: once the contents of the files are removed the app works as expected (previous errors prior to this one included)