Search found 109 matches

by twinsen
Tue Mar 29, 2011 2:51 pm
Forum: Bug Reports
Topic: Version 1.2 and Nightly Releases Both Unstable on XP Pro?
Replies: 5
Views: 7012

Re: Version 1.2 and Nightly Releases Both Unstable on XP Pro?

No both those versions for me crash a few times a day on both XP Pro and Win7. After applying this patch change to 1.2 source, its stable enough for me: http://www.explorerplusplus.com/forum/viewtopic.php?f=5&t=183 (You'll need to manually apply the diff if you want a 1.2 exe with the fix, since...
by twinsen
Mon Mar 28, 2011 12:47 pm
Forum: Bug Reports
Topic: File selection and opening file crash [solved]
Replies: 1
Views: 2780

Re: File selection and opening file crash

I'm marking this as fixed, since I can't reproduce with the nightly exe.
by twinsen
Mon Mar 28, 2011 11:57 am
Forum: Bug Reports
Topic: File selection and opening file crash [solved]
Replies: 1
Views: 2780

File selection and opening file crash [solved]

I've been getting another crash. I'll keep some notes here till I find the cause. Case 1: Apply filter (*.mp3), select them right click select properties => crash Could not reproduce though. The dump file showed total selected files was a very large number, as if the struct was uninitialized, but it...
by twinsen
Thu Mar 24, 2011 8:02 pm
Forum: Bug Reports
Topic: Right-Click, New Command Displays Blank Context Menu
Replies: 6
Views: 8529

Re: Right-Click, New Command Displays Blank Context Menu

This sounds like the problem I have when on XP. See http://www.explorerplusplus.com/phpBB3/viewtopic.php?f=5&t=624&start=10#p1879 Can you try the demo exe on that post to see if it fixes the problem? There is also a patch for the fix, if you intend on modifying the code, or including other p...
by twinsen
Tue Mar 22, 2011 7:07 pm
Forum: Bug Reports
Topic: Crash after creating a new tab and then closing it
Replies: 6
Views: 8580

Re: Crash after creating a new tab and then closing it

Patch for revision 204:
ColumnManagerAccessDeletedFolderView_Fix_v204.7z
(865 Bytes) Downloaded 579 times
by twinsen
Tue Mar 22, 2011 6:01 pm
Forum: Help and Support
Topic: portable 1.2 not as friendly as v1.0.0
Replies: 1
Views: 3614

Re: portable 1.2 not as friendly as v1.0.0

Thats strange, I haven't seen that behavior on two of the win7 PCs I've tried. They just have a single icon and it works as expected. But I tried a live win7 which has an "XP looking" start menu and taskbar, and it has that strange behaviour you described. Theres no way I could put up with...
by twinsen
Tue Mar 22, 2011 3:48 pm
Forum: Bug Reports
Topic: Crash after creating a new tab and then closing it
Replies: 6
Views: 8580

Re: Crash after creating a new tab and then closing it

Fixed it. I simply made queue calls increment the reference count, to keep it alive for when the thread accesses its data, which then decrements it and deletes it if no references are left.
I'm glad the fix was so simple. This crash was really annoying me.
by twinsen
Tue Mar 22, 2011 3:35 pm
Forum: Bug Reports
Topic: Crash after creating a new tab and then closing it
Replies: 6
Views: 8580

Re: Crash after creating a new tab and then closing it

Was this bug solved? I've got similar behaviour in 1.2. Whats happening is when the tab opens, this gets called to run SetAllColumnDataAPC on another thread "QueueUserAPC(SetAllColumnDataAPC,m_hThread,(ULONG_PTR)this);" Closing the tab destroys CFolderView (setting its members to 0xfeeefee...
by twinsen
Fri Mar 18, 2011 8:01 pm
Forum: Feature Requests
Topic: Bookmarks - Categories and Relative Paths
Replies: 3
Views: 4968

Re: Bookmarks - Categories and Relative Paths

You can switch between the different "Default File Manager" modes to see how they work. I use QTTabBar on both XP and Win7 and have never had to reinstall it when swapping modes. Just change the modes till you find one you like the most. Be aware that some special folders like recycle bin,...
by twinsen
Sun Mar 13, 2011 5:36 pm
Forum: Bug Reports
Topic: Deleting files takes too long [solved]
Replies: 11
Views: 38141

Re: Deleting files takes too long

Solved (XP only). The problem affected windows explorer to a lesser degree too. Empty recycle bin (a large number of small files caused a long delay when deleting files). Also disabling "1394 Network adapter" not only seemed to make Explorer++ delete files faster, but everything is faster....