Conemu: How to make ConEmu stop displaying warning?

Created on 12 Dec 2015  路  11Comments  路  Source: Maximus5/ConEmu

Everytime I launch Cmder (ConEmu terminal) I receive this warning:

WARNING! The MacType's hooks are detected at 0x0000000180000000
         C:\Program Files (x86)\MacType\MacType64.dll
         Please add ConEmuC.exe and ConEmuC64.exe
         to the exclusion list to avoid crashes!
         http://conemu.github.io/en/Installation.html#mactype

I can't exclude these .exe on MacType because it's running in a registry (image). The solution only work if you run MacType as a service or background app. But the thing is: it doesn't affect ConEmu, so I'm not worried about the solution.

How can I make ConEmu stop displaying this warning?

settings

Most helpful comment

I successfully disabled warning using c:\Program Files\MacType\MacType.ini

[UnloadDll]
ConEmuC.exe
ConEmuC64.exe

All 11 comments

Warning is shown once per session. Just don't close ConEmu window.

@Maximus5 I know it's shown once per session and that is not a solution.

There were reports that MacType caused crashes. Users have to be warned.

@Maximus5 Need one setting to close this warning.

in config file X:\Program Files\MacType\ini\*.ini
at [ExcludeSub] add:
ConEmuC.exe
ConEmuC64.exe

@asdaspl

It still doesn't work, after switching MacType to regular process and back to registry. I think having it running as registry has something to do it?

I successfully disabled warning using c:\Program Files\MacType\MacType.ini

[UnloadDll]
ConEmuC.exe
ConEmuC64.exe

@sixpetrov it works,thx!

How can I hide warning while still include / whitelist conemu from mactype? Since I did not face any problem/crashes

Would it be sufficient to have switch ConEmu64.exe -NoMacTypeWarn?

190310

You may run ConEmu64.exe -NoHooksWarn.

Was this page helpful?
0 / 5 - 0 ratings