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

[Bug] Saving a file doesn't work properly #1568

Closed
1 task
Panquesito7 opened this issue Feb 23, 2024 · 1 comment
Closed
1 task

[Bug] Saving a file doesn't work properly #1568

Panquesito7 opened this issue Feb 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Panquesito7
Copy link

Operating System

Windows

What's the issue you encountered?

If you modify a file, the changes will instantly be written to disk, but it'll still report that the changes are unsaved.
When trying to save, the unsaved status is kept, no matter how many times you click save. When trying to exit, the program will tell you the changes are unsaved, even if the changes were already written to disk without even clicking on the save button.

How can the issue be reproduced?

  1. Open and modify any file with any change.
  2. The changes will be written to the disk. You can verify this by opening the file with another editor after you make the change.
  3. Try to save the file or exit the program, and the unsaved status will remain present, as well as the changes you made.

ImHex Version

1.33.2 (latest as of now).

ImHex Build Type

  • Nightly or built from sources

Installation type

Portable.

Additional context?

Looks like this happens with any file. I even created a simple 2-byte TXT file, and the same issue occurs.

@Panquesito7 Panquesito7 added the bug Something isn't working label Feb 23, 2024
@WerWolv
Copy link
Owner

WerWolv commented Feb 23, 2024

This has been fixed as of latest master.

@WerWolv WerWolv closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants