Wireshark-bugs: [Wireshark-bugs] [Bug 7755] A console window is never opened.

Date: Fri, 26 Apr 2013 04:37:03 +0000

Comment # 1 on bug 7755 from
This appears to be a consequence of a fix to this problem:

    http://technet.microsoft.com/en-us/security/bulletin/ms11-056

"The security update addresses the vulnerabilities by not allowing multiple
console objects to be associated with one process"; however, it also appears
not to allow you to allocate a console object for a process even if you made a
previous *failed* attempt to attach somebody else's console object to the
process:

   
http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/kb2567680-andor-kb2507938-breaks-attachconsole-api/e8191280-2d49-4be4-9918-18486fba0afa

   
http://connect.microsoft.com/VisualStudio/feedback/details/689696/installing-security-update-kb2507938-prevents-console-allocation

and a comment to

   
http://msdn.microsoft.com/en-us/library/windows/desktop/ms681952(v=vs.85).aspx

No workaround has been listed (I tried using FreeConsole() before
AllocConsole() - no dice).


You are receiving this mail because:
  • You are watching all bug changes.