Expected behavior
A the start of the computer, veracrypt asks for the password of a volume automatically detected (volume identified as favorites) and everything goes smoothly
Observed behavior
After unlocking Windows after a boot, when I enter my password to mount a VeraCrypt volume (automatic option activated), a Windows application error dialog appears:
Windows - Fehler in Anwendung
Die Anweisung in 0x00007FFxxxxxxxxx verwies auf Arbeitsspeicher bei 0x0000000000000028. Der Vorgang read konnte im Arbeitsspeicher nicht durchgeführt werden.
Translation: "The instruction at 0x00007FFxxxxxxxxx referenced memory at 0x0000000000000028. The memory could not be read."
The memory address changes between occurrences due to ASLR, but the offset remains consistent at +0x2B48A from VeraCrypt.exe base address. The target address is always 0x28, suggesting a null pointer dereference with a struct offset.
This doesn't prevent from acceding the volume, which seems to be mounted correctly but the appearence of an error windows is annoying
Steps to reproduce
- Have VeraCrypt installed and configured to mount a volume automatically when the computer starts
- Boot or reboot windows
- Enter the VeraCrypt password to mount the volume
- The error dialog appears
Your Environment
Please tell us more about your environment
VeraCrypt version: 1.26.24
OS: Windows 11 24H2 (Build 26100.7840)
type 64 bit
Expected behavior
A the start of the computer, veracrypt asks for the password of a volume automatically detected (volume identified as favorites) and everything goes smoothly
Observed behavior
After unlocking Windows after a boot, when I enter my password to mount a VeraCrypt volume (automatic option activated), a Windows application error dialog appears:
Translation: "The instruction at 0x00007FFxxxxxxxxx referenced memory at 0x0000000000000028. The memory could not be read."
The memory address changes between occurrences due to ASLR, but the offset remains consistent at +0x2B48A from VeraCrypt.exe base address. The target address is always 0x28, suggesting a null pointer dereference with a struct offset.
This doesn't prevent from acceding the volume, which seems to be mounted correctly but the appearence of an error windows is annoying
Steps to reproduce
Your Environment
Please tell us more about your environment
VeraCrypt version: 1.26.24
OS: Windows 11 24H2 (Build 26100.7840)
type 64 bit