You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you load a file that isn't actually a .auto file it crashes the program.
Was just wondering what the program would do if I changed a txt file to a .auto and obviously it doesn't like that. Crashes without any error message or anything. Don't know if this is helpful or not, but figured it was worth at least a report.
The text was updated successfully, but these errors were encountered:
@metherul
From what I can tell this can be fixed by adding a catch block or properly bubbling the exception in ArchiveContents.cs concerning the call to ArchiveFactory::Open from SharpCompress.
If you load a file that isn't actually a .auto file it crashes the program.
Was just wondering what the program would do if I changed a txt file to a .auto and obviously it doesn't like that. Crashes without any error message or anything. Don't know if this is helpful or not, but figured it was worth at least a report.
The text was updated successfully, but these errors were encountered: