Page 1 of 1

Access violation when adding a registery

Posted: Mon Sep 27, 2021 8:53 am
by HijackHornet
Getting this error while trying to add a registery

Code: Select all

Access violation at address 0055A298 in module 'enigmavb.exe' at address FFFFFFE
NB : I'm on a company computer with heavy security components so it might be related to that.
Though i tried adding a different registery without success. It create the first registery structure but then i get this error.

After some testing i get this error everytime a reg containes data of type hex(7):00,00
All dwords works but every time it reach a hex(7) i get the error.

Re: Access violation when adding a registery

Posted: Mon Sep 27, 2021 9:30 am
by HijackHornet
Fixed the issue by removing thoose entries from the reg file

Re: Access violation when adding a registery

Posted: Mon Sep 27, 2021 3:03 pm
by Enigma
Hi, looks like EVB does not expect the number "(7)" after hex. It is something out of standard I assume?