madsen / vbindiff

Visual Binary Diff (VBinDiff) displays files in hex & ASCII and can highlight the differences between 2 files
479 stars 52 forks source link

Win10x64 VBinDiff.exe: Unable to initialize windows #17

Open dontsovcmc opened 4 years ago

dontsovcmc commented 4 years ago
$ ./VBinDiff.exe ./x0 ./x
VBinDiff 3.0_beta5, Copyright 1995-2017 Christopher J. Madsen
VBinDiff comes with ABSOLUTELY NO WARRANTY; for details type `vbindiff -L'.

VBinDiff.exe: Unable to initialize windows
mkoloberdin commented 4 years ago

This might help: https://github.com/madsen/vbindiff/issues/13#issuecomment-349057370

akien-mga commented 3 years ago

This might help: #13 (comment)

Neither 3.0_beta5 nor your provided binaries seem to work on current Windows 10 x64.

mkoloberdin commented 3 years ago

This might help: #13 (comment)

Neither 3.0_beta5 nor your provided binaries seem to work on current Windows 10 x64.

I am unable to reproduce. Works fine for me (Windows 10 64 bit, both 64 and 32-bit versions of VBinDiff). I will rebuild the binaries shortly though and let you know, since the ones at that link are 4 years old now.

mkoloberdin commented 3 years ago

@akien-mga Here are the newly built binaries: https://github.com/mkoloberdin/vbindiff/releases/tag/efbf1e3

Stolz commented 2 years ago

I have the the issue when I run the program from Cygwin, however from Windows CMD program works fine

mkoloberdin commented 2 years ago

@Stolz Have you tried my binaries linked above?

Stolz commented 2 years ago

@mkoloberdin yes I tried them, but the error persists. So far I'm only able to launch VBinDiff.exe from a Windows CLI (CMD) but not from unix CLI (Cygwin)