Created
January 11, 2016 05:32
-
-
Save gerzhan/cbb598dcc0cb4be1aed3 to your computer and use it in GitHub Desktop.
ANSICON v 1.6.6 "ConEmu blocks ANSICON injection" fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try used adoxa/ansicon#61 (comment). It was help me.