windows 10 empty context menu
I am seeing this strange bug on windows 10 RS1 and RS3 desktop PC. After running for several hours, it starts to slow down and right click menu comes empty. Then apps stop launching and I have to reboot.
I did upgrade graphics and network drivers but this problem still persists.
I was seeing this problem on RS1 and I did clean RS3 install but I still see the same problem.
I've attached screen capture of empty menu.
I cannot confirm this but it is probably happening after installing Visual Studio 2017. After clean build, I installed VS 2017 (C++), python and cmake.
Thanks
Update:
I get the following error message and started seeing empty context menu.
---------------------------
WorkPace Fatal Error
---------------------------
Sat Jan 19 16:58:54 2019
Caught C++ exception "std::runtime_error"
Caught C exception:
EXCEPTION_ACCESS_VIOLATION; Address: 05A44B80; Continuable: true; Read from Address: 00000000
Please call support and provide the following file:
C:UserstempAppDataLocalWPExcept.log
---------------------------
OK
---------------------------
Update 2
I left system idle for 2 days and it looked fine. But I started using VS 2017 and started seeing the problem.
visual-c++ visual-studio-2017 windows-10
add a comment |
I am seeing this strange bug on windows 10 RS1 and RS3 desktop PC. After running for several hours, it starts to slow down and right click menu comes empty. Then apps stop launching and I have to reboot.
I did upgrade graphics and network drivers but this problem still persists.
I was seeing this problem on RS1 and I did clean RS3 install but I still see the same problem.
I've attached screen capture of empty menu.
I cannot confirm this but it is probably happening after installing Visual Studio 2017. After clean build, I installed VS 2017 (C++), python and cmake.
Thanks
Update:
I get the following error message and started seeing empty context menu.
---------------------------
WorkPace Fatal Error
---------------------------
Sat Jan 19 16:58:54 2019
Caught C++ exception "std::runtime_error"
Caught C exception:
EXCEPTION_ACCESS_VIOLATION; Address: 05A44B80; Continuable: true; Read from Address: 00000000
Please call support and provide the following file:
C:UserstempAppDataLocalWPExcept.log
---------------------------
OK
---------------------------
Update 2
I left system idle for 2 days and it looked fine. But I started using VS 2017 and started seeing the problem.
visual-c++ visual-studio-2017 windows-10
1
Some application is leaking GDI handles, would be my guess. In Task Manager on Details tab, right-click any column heading, Select Columns, and checkGDI objects
. See if there's a process using a lot of them.
– Igor Tandetnik
Jan 18 at 20:09
thanks @IgorTandetnik I will check it out and add a comment here.
– RedFox
Jan 18 at 20:12
add a comment |
I am seeing this strange bug on windows 10 RS1 and RS3 desktop PC. After running for several hours, it starts to slow down and right click menu comes empty. Then apps stop launching and I have to reboot.
I did upgrade graphics and network drivers but this problem still persists.
I was seeing this problem on RS1 and I did clean RS3 install but I still see the same problem.
I've attached screen capture of empty menu.
I cannot confirm this but it is probably happening after installing Visual Studio 2017. After clean build, I installed VS 2017 (C++), python and cmake.
Thanks
Update:
I get the following error message and started seeing empty context menu.
---------------------------
WorkPace Fatal Error
---------------------------
Sat Jan 19 16:58:54 2019
Caught C++ exception "std::runtime_error"
Caught C exception:
EXCEPTION_ACCESS_VIOLATION; Address: 05A44B80; Continuable: true; Read from Address: 00000000
Please call support and provide the following file:
C:UserstempAppDataLocalWPExcept.log
---------------------------
OK
---------------------------
Update 2
I left system idle for 2 days and it looked fine. But I started using VS 2017 and started seeing the problem.
visual-c++ visual-studio-2017 windows-10
I am seeing this strange bug on windows 10 RS1 and RS3 desktop PC. After running for several hours, it starts to slow down and right click menu comes empty. Then apps stop launching and I have to reboot.
I did upgrade graphics and network drivers but this problem still persists.
I was seeing this problem on RS1 and I did clean RS3 install but I still see the same problem.
I've attached screen capture of empty menu.
I cannot confirm this but it is probably happening after installing Visual Studio 2017. After clean build, I installed VS 2017 (C++), python and cmake.
Thanks
Update:
I get the following error message and started seeing empty context menu.
---------------------------
WorkPace Fatal Error
---------------------------
Sat Jan 19 16:58:54 2019
Caught C++ exception "std::runtime_error"
Caught C exception:
EXCEPTION_ACCESS_VIOLATION; Address: 05A44B80; Continuable: true; Read from Address: 00000000
Please call support and provide the following file:
C:UserstempAppDataLocalWPExcept.log
---------------------------
OK
---------------------------
Update 2
I left system idle for 2 days and it looked fine. But I started using VS 2017 and started seeing the problem.
visual-c++ visual-studio-2017 windows-10
visual-c++ visual-studio-2017 windows-10
edited Jan 22 at 17:50
RedFox
asked Jan 18 at 19:02
RedFoxRedFox
336416
336416
1
Some application is leaking GDI handles, would be my guess. In Task Manager on Details tab, right-click any column heading, Select Columns, and checkGDI objects
. See if there's a process using a lot of them.
– Igor Tandetnik
Jan 18 at 20:09
thanks @IgorTandetnik I will check it out and add a comment here.
– RedFox
Jan 18 at 20:12
add a comment |
1
Some application is leaking GDI handles, would be my guess. In Task Manager on Details tab, right-click any column heading, Select Columns, and checkGDI objects
. See if there's a process using a lot of them.
– Igor Tandetnik
Jan 18 at 20:09
thanks @IgorTandetnik I will check it out and add a comment here.
– RedFox
Jan 18 at 20:12
1
1
Some application is leaking GDI handles, would be my guess. In Task Manager on Details tab, right-click any column heading, Select Columns, and check
GDI objects
. See if there's a process using a lot of them.– Igor Tandetnik
Jan 18 at 20:09
Some application is leaking GDI handles, would be my guess. In Task Manager on Details tab, right-click any column heading, Select Columns, and check
GDI objects
. See if there's a process using a lot of them.– Igor Tandetnik
Jan 18 at 20:09
thanks @IgorTandetnik I will check it out and add a comment here.
– RedFox
Jan 18 at 20:12
thanks @IgorTandetnik I will check it out and add a comment here.
– RedFox
Jan 18 at 20:12
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54260001%2fwindows-10-empty-context-menu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54260001%2fwindows-10-empty-context-menu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Some application is leaking GDI handles, would be my guess. In Task Manager on Details tab, right-click any column heading, Select Columns, and check
GDI objects
. See if there's a process using a lot of them.– Igor Tandetnik
Jan 18 at 20:09
thanks @IgorTandetnik I will check it out and add a comment here.
– RedFox
Jan 18 at 20:12