High CPU Usage
Forum rules
READ THIS AND DO IT!!!
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%).
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.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
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%).
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
High CPU Usage
Hello, I notice that XYPlorer uses a lot of CPU just being open - I don’t do any manipulation. I excluded process from Windows Defender.
v.22900003
v.22900003
To see the attached files, you need to log into the forum.
Windows 10 64 bits
-
admin
- Site Admin
- Posts: 66622
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: High CPU Usage
Can't be. If XY is idle, CPU usage is zero. Have you tried a restart of XY?
FAQ | XY News RSS | XY X
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
Re: High CPU Usage
I did and it was quite normal. I think it’s not the first time I have this problem but I did not make regular tests. So, for the moment it’s OK and I will have a look from time to time to see if it happens again.
Windows 10 64 bits
-
admin
- Site Admin
- Posts: 66622
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: High CPU Usage
Are you using scripts? Maybe you fabricated some endless loop...
FAQ | XY News RSS | XY X
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
Re: High CPU Usage
I use some scripts. I will look what happens after using them.
By the way, the last beta "broke" my buttons used for scripts : "open" needs now ";" at the end to work and
did not work anymore, I had to change it to
I suppose it’s normal but I was quite surprised.
By the way, the last beta "broke" my buttons used for scripts : "open" needs now ";" at the end to work and
Code: Select all
load "renommer"Code: Select all
load "renommer.xys";Windows 10 64 bits
-
admin
- Site Admin
- Posts: 66622
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
-
admin
- Site Admin
- Posts: 66622
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
Re: High CPU Usage
Middle click on button does not launch my script anymore :-( I’ve read the changes for last beta but I’m not sure I did understand correctly the changes.
Windows 10 64 bits
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
Re: High CPU Usage
It’s worst than that : clicking on a button does not execute the code put in edit mode. I missed something ?
Windows 10 64 bits
-
admin
- Site Admin
- Posts: 66622
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
Re: High CPU Usage
Code: Select all
foreach($file, "<get SelectedItemsPathNames |>") {
$ext = gpc($file, "ext");
$oldName = gpc($file, "base");
$newName = replace(recase($oldName, "lower"), " ", "-");
rename "s", "$oldName/$newName";
runret("""C:\Program Files\nconvert\nconvert.exe"" -ratio -rtype lanczos -rflag orient -quiet -resize longest 1200 -out jpeg -o ""G:\images\Output\%.jpg"" ""<curpath>\$newName.$ext""");
}
end confirm("Allez à Output ?") == 0;
goto "G:\images\Output";Windows 10 64 bits
-
admin
- Site Admin
- Posts: 66622
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: High CPU Usage
Yep, fixed in next beta.
It will take a while until the fine line between multi-scripts and hamburgers is perfectly drawn...
It will take a while until the fine line between multi-scripts and hamburgers is perfectly drawn...
FAQ | XY News RSS | XY X
XYplorer Beta Club