version 3.3 final released

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

version 3.3 final released

Post by nikos »

now let's see how good was the testing :)
use HELP > CHECK FOR UPDATES menu command to get yours or use www.zabkat.com

changelog here
Tuxman
Platinum Member
Platinum Member
Posts: 1610
Joined: 2009 Aug 19, 07:49

Re: version 3.3 final released

Post by Tuxman »

Will update tomorrow. You have some time left to fix the most obvious bugs. :twisted:
Tux. ; tuxproject.de
registered xplorer² pro user since Oct 2009, ultimated in Mar 2012
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Re: version 3.3 final released

Post by nikos »

you can read more about this release here
www.zabkat.com/blog/wart-buster-33.htm
Tuxman
Platinum Member
Platinum Member
Posts: 1610
Joined: 2009 Aug 19, 07:49

Re: version 3.3 final released

Post by Tuxman »

Is there a reason why I am still forced to start xplorer² immediately after the installation?
Tux. ; tuxproject.de
registered xplorer² pro user since Oct 2009, ultimated in Mar 2012
dunno
Gold Member
Gold Member
Posts: 506
Joined: 2007 Nov 18, 03:00
Location: Tropical Hammock

Re: version 3.3 final released

Post by dunno »

Every program I've installed has asked me to run it, with a little tick box to disable that.
Tuxman
Platinum Member
Platinum Member
Posts: 1610
Joined: 2009 Aug 19, 07:49

Re: version 3.3 final released

Post by Tuxman »

The "little tick box" is not uncheckable for me, it is greyed out.
Tux. ; tuxproject.de
registered xplorer² pro user since Oct 2009, ultimated in Mar 2012
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Re: version 3.3 final released

Post by nikos »

xplorer2 needs to do some things the first time it runs, like register extensions. It could be done in the installer but it is easier for me through C++ :)
User avatar
neko
Bronze Member
Bronze Member
Posts: 81
Joined: 2005 Oct 24, 12:32
Location: Finland

Re: version 3.3 final released

Post by neko »

I just hate that, but after all there is no so much updates, so I can handle it :alien:
Tuxman
Platinum Member
Platinum Member
Posts: 1610
Joined: 2009 Aug 19, 07:49

Re: version 3.3 final released

Post by Tuxman »

nikos wrote:xplorer2 needs to do some things the first time it runs
And why does that have to happen immediately? Just for registering extensions (isn't that just another switch in your installer script?) this might not be the best of ideas. I guess even a simple CMD file would make x² more usable here. If x² is about giving more power to the users, it should not decide what users want to do.

C++ seems to narrow your mind. ;)
Tux. ; tuxproject.de
registered xplorer² pro user since Oct 2009, ultimated in Mar 2012
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Re: version 3.3 final released

Post by nikos »

because from the installer it is sure to run in fully elevated mode
Tuxman
Platinum Member
Platinum Member
Posts: 1610
Joined: 2009 Aug 19, 07:49

Re: version 3.3 final released

Post by Tuxman »

Registering extensions will always ask for permission if it's not given.
Tux. ; tuxproject.de
registered xplorer² pro user since Oct 2009, ultimated in Mar 2012
dunno
Gold Member
Gold Member
Posts: 506
Joined: 2007 Nov 18, 03:00
Location: Tropical Hammock

Re: version 3.3 final released

Post by dunno »

Remember the good old days when one had to restart the pc to finalise the installation of a program, I miss the extra gardening time that gave me.
otlaolap
Silver Member
Silver Member
Posts: 237
Joined: 2007 Aug 11, 21:37

Re: version 3.3 final released

Post by otlaolap »

nikos wrote:changelog here
Thanks for the notice regarding ATL:BrowserListView.
diz
Member
Member
Posts: 10
Joined: 2016 Aug 31, 17:02

Potential memory leak in 3.3.0.0

Post by diz »

I'm seeing a potential memory leak in 3.3.0.0 Unicode x64 on Win 7-64.

I wanted to identify a possible cause and provide a test case, but have been unable to do so. I wanted to report the possible leak immediately, rather than wait until my debugging is complete. I will continue working on a test case.

I'm able to reproduce the memory leak when searching a collection of media files using the new Stream names stock property.

I use the popular program FileBot to manage my video file collection. When a file is identified and renamed by FileBot, it adds Alternate Data Streams (ADS) to a file. The ADS store file-related metadata.

An an example, Requiem for a Dream contains two ADS streams:

Code: Select all

  net.filebot.filename: Requiem for a Dream (2000) Unrated DC 1080p x265 10bit.mkv
  net.filebot.metadata:
    {"@type":"net.filebot.web.Movie","year":2000,"imdbId":180093,"tmdbId":641,"language":" en","id":641,"name":"Requiem for a Dream","aliasNames":[]}

When I searched for Stream name net.filebot.filename in a directory containing 1130 files (of which 892 contain ADS), Resource Monitor reported that memory usage on my system had suddenly increased by several GB. xplorer2_64 and Resource Monitor were the only applications running on my system. When xplorer2_64 was closed, the memory was not released. I rebooted, searched again as described, and saw the same results.

Again, I will continue my testing. I am open to suggestions RE what to try in order to discern whether it's a problem with xplorer², FileBot, or something else.
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Re: version 3.3 final released

Post by nikos »

if the memory leak was x2's fault, it would go away when you quitted the program
Post Reply