R520 - FC crashes when packing with Total7zip plugin

Bugs and issues - current donor version.
Message
Author
b-sonic
Posts: 97
Joined: 10.04.2010, 10:23

R520 - FC crashes when packing with Total7zip plugin

#1 Post by b-sonic » 28.12.2010, 11:02

I installed the Total7zip wcx plugin (Download: http://www.totalcmd.net/plugring/Total7zip.html) on R520.
Operating System: Windows 7 Home Premium 64 Bit.

Browsing in 7z now works with it, but when trying to pack an 7z file, FC crashes every time.

Here is the problem signature:
Problemsignatur:
Problemereignisname: APPCRASH
Anwendungsname: FreeCommander.exe
Anwendungsversion: 0.0.0.520
Anwendungszeitstempel: 4d111905
Fehlermodulname: Total7zip.wcx_unloaded
Fehlermodulversion: 0.0.0.0
Fehlermodulzeitstempel: 4d162503
Ausnahmecode: c0000005
Ausnahmeoffset: 0563dd40
Betriebsystemversion: 6.1.7600.2.0.0.768.3
Gebietsschema-ID: 1031
Zusatzinformation 1: a7aa
Zusatzinformation 2: a7aa91f17ea749d42a4de3b390fa5b3d
Zusatzinformation 3: a7aa
Zusatzinformation 4: a7aa91f17ea749d42a4de3b390fa5b3d
Last edited by b-sonic on 28.12.2010, 11:17, edited 1 time in total.

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#2 Post by joby_toss » 28.12.2010, 11:13

b-sonic wrote:I installed the Total7zip wcx plugin on R520.
Browsing in 7z now works with it
Thank you for this info!
b-sonic wrote:but when trying to pack an 7z file, FC crashes every time.
Same for me.

win7x64

Karol
Posts: 963
Joined: 19.08.2007, 12:05

Re: R520 - FC crashes when packing with Total7zip plugin

#3 Post by Karol » 28.12.2010, 12:18

For me 7zip plugin works fine with XE http://www.totalcmd.net/plugring/7zip_new.html.

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#4 Post by joby_toss » 28.12.2010, 19:14

Karol wrote:For me 7zip plugin works fine with XE http://www.totalcmd.net/plugring/7zip_new.html.
Indeed it works OK (although that's a different plugin and not recently updated)!
Thank you!

Marek
Author
Author
Posts: 3973
Joined: 10.04.2006, 09:48
Location: Germany
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#5 Post by Marek » 28.12.2010, 23:04

Total7zip works OK for me (I have tested with 7z files). You need probably to define full path for 7z.dll and 7zG.exe.
Please check the file Total7zip.xml and update the options: path path_7z_dll and path_7zG_exe.

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#6 Post by joby_toss » 29.12.2010, 05:40

Browsing 7z archives works using Total7zip plugin, but creating 7z archives does not work, even when the full path for 7z.dll and 7zG.exe is specified in Total7zip.xml file.

However, 7zip plugin that Karol mentioned works for both browsing and creating 7z archives.

Maybe it is not FCXE's fault?!

Marek
Author
Author
Posts: 3973
Joined: 10.04.2006, 09:48
Location: Germany
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#7 Post by Marek » 05.01.2011, 13:41

I have asked the author of Total7Zip and I have got a good answer.
We need to change the option "alwaysWait7zip" in the xml config file.
The value should be:
alwaysWait7zip="1"

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#8 Post by joby_toss » 05.01.2011, 16:26

Excellent! It works now! Thank you!

b-sonic
Posts: 97
Joined: 10.04.2010, 10:23

Re: R520 - FC crashes when packing with Total7zip plugin

#9 Post by b-sonic » 13.01.2011, 07:27

Marek wrote:I have asked the author of Total7Zip and I have got a good answer.
We need to change the option "alwaysWait7zip" in the xml config file.
The value should be:
alwaysWait7zip="1"
Ok, so the plugin has invalid options.
Will the author change the options for the next release of the plugin or is the option only invalid for FC XE?

b-sonic
Posts: 97
Joined: 10.04.2010, 10:23

Re: R520 - FC crashes when packing with Total7zip plugin

#10 Post by b-sonic » 14.02.2011, 07:02

Marek wrote:I have asked the author of Total7Zip and I have got a good answer.
We need to change the option "alwaysWait7zip" in the xml config file.
The value should be:
alwaysWait7zip="1"
The problem now appears in R525 even with this option changed.

Code: Select all

Problemsignatur:
  Problemereignisname:	APPCRASH
  Anwendungsname:	FreeCommander.exe
  Anwendungsversion:	0.0.0.525
  Anwendungszeitstempel:	4d4d5bb1
  Fehlermodulname:	Total7zip.wcx_unloaded
  Fehlermodulversion:	0.0.0.0
  Fehlermodulzeitstempel:	4d2b7f20
  Ausnahmecode:	c0000005
  Ausnahmeoffset:	10017a10
  Betriebsystemversion:	6.1.7600.2.0.0.768.3
  Gebietsschema-ID:	1031
  Zusatzinformation 1:	a7aa
  Zusatzinformation 2:	a7aa91f17ea749d42a4de3b390fa5b3d
  Zusatzinformation 3:	a7aa
  Zusatzinformation 4:	a7aa91f17ea749d42a4de3b390fa5b3d

Marek
Author
Author
Posts: 3973
Joined: 10.04.2006, 09:48
Location: Germany
Contact:

Re: R520 - FC crashes when packing with Total7zip plugin

#11 Post by Marek » 14.02.2011, 21:29

Works fine for me with the current version http://www.totalcmd.net/plugring/Total7zip.html.
"alwaysWait7zip=1" should be defined in Total7zip.xml.

b-sonic
Posts: 97
Joined: 10.04.2010, 10:23

Re: R520 - FC crashes when packing with Total7zip plugin

#12 Post by b-sonic » 14.02.2011, 22:04

Marek wrote:Works fine for me with the current version http://www.totalcmd.net/plugring/Total7zip.html.
"alwaysWait7zip=1" should be defined in Total7zip.xml.
Damn, I edited the wrong xml file.

But shouldn't it be working without changing options in the xml file?
Total Commander works with standard settings and since WCX is a TC file extension, it should work like in TC.

In my opinion, every plugin should work with standard settings and without crashing.

b-sonic
Posts: 97
Joined: 10.04.2010, 10:23

Re: R520 - FC crashes when packing with Total7zip plugin

#13 Post by b-sonic » 21.02.2011, 06:57

FC XE still crashes with standard settings in R528.

Karol
Posts: 963
Joined: 19.08.2007, 12:05

Re: R520 - FC crashes when packing with Total7zip plugin

#14 Post by Karol » 21.02.2011, 08:12

Total7Zip was written not for FreeCommander but for another program.
It is really not to difficult to change this one option in the config file.

b-sonic
Posts: 97
Joined: 10.04.2010, 10:23

Re: R520 - FC crashes when packing with Total7zip plugin

#15 Post by b-sonic » 21.02.2011, 19:54

Karol wrote:Total7Zip was written not for FreeCommander but for another program.
It is really not to difficult to change this one option in the config file.
Since FC XE uses the "other program interface", it should be able not to crash when using plugins.
The other program is the reference, so FC XE should be able to handle it.

Post Reply

Who is online

Users browsing this forum: No registered users and 46 guests