Skip to content

Instantly share code, notes, and snippets.

@gerzhan
Created January 11, 2016 05:32
Show Gist options
  • Save gerzhan/cbb598dcc0cb4be1aed3 to your computer and use it in GitHub Desktop.
Save gerzhan/cbb598dcc0cb4be1aed3 to your computer and use it in GitHub Desktop.
ANSICON v 1.6.6 "ConEmu blocks ANSICON injection" fix
rem go to the 64-bit binaries
cd whatever\x64
rem exclude the known problem DLLs - perhaps there are later versions of these as well?
set ANSICON_EXC=nvd3d9wrap.dll;nvd3d9wrapx.dll
rem start a new cmd with a logging ansicon
ansicon -l3
rem start a 32-bit cmd
%systemroot%\syswow64\cmd
rem now it crashes?
ansicon -u
@gerzhan
Copy link
Author

gerzhan commented Jan 11, 2016

I try used adoxa/ansicon#61 (comment). It was help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment