7-Zip script broke recently

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
lukescammell
Posts: 744
Joined: 28 Jul 2006 13:15
Location: Kent, UK
Contact:

7-Zip script broke recently

Post by lukescammell »

I've got a modified version of Plastic's excellent 7-Zip script and it stopped working sometime after 9.40.0003 and on or before 9.40.100 - it's till not working in 9.40.0100.

A command window is flashing up briefly and an incorrectly named file is being created whenever I try and create a new archive. The newly created archive is empty and has a file size of 1kb, no matter what I'm trying to compress.

The following variables are wrong:

Code: Select all

[global] $g_list_items = C:\Users\luke\Content\2010\07and0
[global] $param_item_path = C:\Users\luke\Content\2010\07and0
Should be:

Code: Select all

[global] $g_list_items = C:\Users\luke\Content\2010\07and08
[global] $param_item_path = C:\Users\luke\Content\2010\07and08
And the following file is not created (it should and used to be):

Code: Select all

[global] $g_filelist_path = C:\Users\luke\My Dropbox\PortableApps\XYplorer\Scripts\7zip.filelist
I suck at XY scripting and really don't know why this might be happening. Any ideas anyone? This script is (in my eyes) absolutely critical to being able to use XYplorer properly on a 64bit OS.
Used to update to the latest beta every day. Now I have children instead…
Windows 10 Pro x64 (everywhere except phone…)

lukescammell
Posts: 744
Joined: 28 Jul 2006 13:15
Location: Kent, UK
Contact:

Re: 7-Zip script broke recently

Post by lukescammell »

Used to update to the latest beta every day. Now I have children instead…
Windows 10 Pro x64 (everywhere except phone…)

Post Reply