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

Access violation and risk data corruption #118

Open
KostiaCowboy opened this issue Nov 15, 2023 · 3 comments
Open

Access violation and risk data corruption #118

KostiaCowboy opened this issue Nov 15, 2023 · 3 comments

Comments

@KostiaCowboy
Copy link

KostiaCowboy commented Nov 15, 2023

OS: windows 7x64
CPU: intel i3 (3rd generation)
Software Version : 3.3.3 and 3.3.4

The error occurs when doing the following:

  1. program launch
  2. opening the "File" tab
  3. setting a start time in the future
  4. selecting the desired file
  5. click "switch case"

If you click on "Abort", the program will close, and if "OK", then nothing will happen at first glance. The program will not freeze, and you can even continue to calculate hashes (without setting a start time), but the program window does not close in the usual ways, only through "Ctrl+Alt+Del" (it does not matter whether the specified time has arrived).

In the screenshots the file is already selected

3
4

The most important thing in all this is what does “risk data corruption” mean, can this program in any way damage the files being scanned?

Please reply and thank you very much for this skillful work, for this program

@KostiaCowboy KostiaCowboy reopened this Nov 15, 2023
@KostiaCowboy KostiaCowboy closed this as not planned Won't fix, can't repro, duplicate, stale Nov 15, 2023
@KostiaCowboy KostiaCowboy reopened this Nov 15, 2023
@tedsmith
Copy link
Owner

The error message is not referring to your data. It refers to a memory stack. So no worries there.

As for why it's doing it, I don't know off the top of my head. I'm guessing there's an issue with the data formatting in that context. I'll try and look into it. Meanwhile maybe try and do the hashing without using the scheduler. I did make some updates to that functionality recently so I may have broken something in the process

@tedsmith
Copy link
Owner

Ps is that date inputted by typing it or by using the calendar selection feature? If the former, try the latter and see if that makes a difference

@KostiaCowboy
Copy link
Author

Thank you for your answer, you reassured me.

As for the data entry method, it does not matter how you set the delayed start (with or without a calendar).

Sometimes it is enough to simply set the date and time so that the window does not close in the usual way.

Thank you again for your skillful work.

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

2 participants