-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansicon -i causes hangs #124
Comments
Not offhand, as that's what I use without incident. You can uninstall by using the Run dialog to run |
Hi,
|
|
After uninstalling, I did a
|
That log doesn't look right, here's the start of mine.
So the initial install should have the And |
The logs seems to be clearing itself each time, this is what I have now.
|
To answer your earlier question, |
Try |
Hi, Not sure why I missed this, but |
Hi, I found However, there is no trace of
|
I just started a prompt session which was stuck, looking in taskmanager, I see with
which is quite unlike the other entries. Any ideas? Thank you. The full log entry as follows:
|
Oh, it's ansicon that's getting stuck in a loop. Here's a 64-bit exe with some additional logging (line numbers, as I don't really know where to look). As there doesn't seem to be a problem with hooking, reinstall with
|
Ok,
Will update again. Thank you. |
I opened and closed my
|
It appears that |
Okay, that looks like the DLL is not returning to |
Caught it!
|
I think you might have a full 32-bit window handle, which causes my custom printf replacement to fail. Here's another DLL which does it properly. Verify this works and I'll release 1.89. |
Ok, I replaced it and opened like 50 times, no stucks, but it is a unreliable test. I suggest we give it 3 days or so, if there are no incidents I think we can assume it's resolved. Thank you so much! |
Thanks alot! No more hangs til date. |
I'm on Windows 7 and used
ansicon -i
to install, but when I startcmd.exe
, it hangs/gets stuck like shown in screenshot. Any idea why?Thank you.
The text was updated successfully, but these errors were encountered: