chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
825 stars 156 forks source link

64 bit version is not working correctly.......... #2

Closed Suleman-Elahi closed 6 years ago

Suleman-Elahi commented 6 years ago

The 64 bit version of the plugin doesn't seem to work properly........ It throws an address violation exception as soon as you try to edit any value. And as a result NPP crashes and exists without saving anything.....

chcg commented 6 years ago

@Suleman-Elahi Which version are you using? 0.9.5.11? Which OS and N++ version?

a161803398 commented 6 years ago

I also encounter same problem on Notepad++ v7.5.4 (64-bit) in Windows 10 Pro(Build 1709) with the latest 64x release (0.9.5.11).

I also try the test build 0.9.5.13 artifacts, still got same error. errormsg

The attach is the dump file. NppDump.zip

Hope this can help you fix the bug. Thank you !

Suleman-Elahi commented 6 years ago

Hi gain,

I was trying to use the HexEditor_0.9.5.11_x64.zip (latest release) on Windows 10 64 bit OS, build 17083. The version of the notepad was also the latest. However, after that I installed the 32 bit version of the plugin in 32 bit version of Notepad++ and guess what it worked like charm.......

chcg commented 6 years ago

@Suleman-Elahi @a161803398 See https://github.com/chcg/NPP_HexEdit/releases/tag/0.9.5.19, seems to be running without coredumps.

a161803398 commented 6 years ago

@chcg I have tested 0.9.5.19 x64 version on 64-bit Notepad++, and it works without any problem.

Thank you very much.