Skip to content
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

ConEmu.Maximus5.100201.7z: null pointer exception when there is no taskbar #168

Closed
Maximus5 opened this issue Jul 31, 2015 · 1 comment
Closed

Comments

@Maximus5
Copy link
Owner

Originally reported on Google Code with ID 168

Версия ОС: WinXP
Версия FAR: 2.0 build 1365 x86

Если в качестве оболочки используется BlackBox, а не эксплорер, ConEmu при
запуске отваливается с чтением по адресу 00000000. У себя вылечил вот так:

Index: ConEmu/src/ConEmu/ConEmu.cpp
===================================================================
--- ConEmu/src/ConEmu/ConEmu.cpp    (revision 139)
+++ ConEmu/src/ConEmu/ConEmu.cpp    (working copy)
@@ -3880,7 +3880,7 @@
                mp_TaskBar2 = NULL;
            }
        }
-        if (!mp_TaskBar3) {
+        if (!mp_TaskBar3 && mp_TaskBar2) {
            hr = mp_TaskBar2->QueryInterface(IID_ITaskbarList3, (void**)&mp_TaskBar3);
         }

Reported by Denis.Dzenskevich on 2010-02-02 14:53:25

@Maximus5
Copy link
Owner Author

Reported by ConEmu.Maximus5 on 2010-02-02 20:18:59

  • Status changed: Fixed

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

No branches or pull requests

1 participant