Page 1 of 1

Always crashes on right click (in empty area)

Posted: Mon Apr 18, 2011 10:44 pm
by kandurak
Hi,

From last many builds(nightly builds), whenever I rightclick in the empty area in the rightside pane(list view), E++ always crashes on my desktop machine. I can't reproduce it on other machine.

I have attached the dmp file.

Can someone let me know what the issue is?

However, when i select a file/folder in the listview and then rightclick, it is normal.

Thanks.

Re: Always crashes on right click (in empty area)

Posted: Tue Apr 19, 2011 12:49 am
by David Erceg
I don't have any debugging information about the nightly builds, so I can't use the dumps from them. I'll PM you a build which I do have debugging information on.

Re: Always crashes on right click (in empty area)

Posted: Thu Apr 28, 2011 11:35 pm
by twinsen
Which O/S are you using? I get that problem on XP 32bit.
I discussed it here:
http://www.explorerplusplus.com/phpBB3/ ... ?f=5&t=624
Try the demo exe out on the last post. If it works ok, then it might be the same problem I had.

Re: Always crashes on right click (in empty area)

Posted: Tue May 03, 2011 10:06 pm
by kandurak
Hi,

I have WinXP SP3, 32 bit. I tried the demo exe by David and it crashes as well.

I checked even today's nightly build. Same issue.

I am not able to use the E++ because of this (I need context menu quite often for my work).

Bit sad that I can't use the application that i liked after experimenting with several similar applications.

Re: Always crashes on right click (in empty area)

Posted: Tue May 10, 2011 7:03 am
by David Erceg
This problem should be fixed in the nightly build.

Re: Always crashes on right click (in empty area)

Posted: Tue May 24, 2011 8:30 pm
by kandurak
Hi David,

I still have no luck. Any help?

Re: Always crashes on right click (in empty area)

Posted: Tue May 24, 2011 9:08 pm
by David Erceg
Upload a crash dump from 1.3b, and I'll see if I can get some information from it.

Re: Always crashes on right click (in empty area)

Posted: Wed May 25, 2011 10:52 pm
by kandurak
Uploaded the dmp file from 1.3beta build.

Just to inform the details

Windows XP SP3 - Win 32.

Re: Always crashes on right click (in empty area)

Posted: Fri May 27, 2011 2:22 pm
by David Erceg
The crash seems to be happening in igfxpph.dll, which appears to be part of the Intel graphics package. Searching online, I've come across a few mentions of crashes associated with the context menu handler that is installed. I haven't personally used it, but you can give something like ShellExView a try. Disable the Intel graphics context menu entry and see if that fixes the issue.

More broadly, because E++ now displays context menu extensions on the background menu directly, it's very sensitive to any bugs within them. That is, a bug within one of the context menu handlers can crash the entire program (which I'm fairly sure is what's happening here).

Re: Always crashes on right click (in empty area)

Posted: Thu Jun 02, 2011 7:00 pm
by kandurak
Thanks. After disabling the intel graphics menu, right click is back ! hurray :D

This leaves me now with a empty area in "New" section of right click context menu.

Cheers.