Has anybody been experiencing PSD Manager taking forever to cancel? When I cancel a render it'll sit at PSD Manager for about 5 minutes.
Announcement
Collapse
No announcement yet.
PSD Manager Slow to kill
Collapse
X
-
PSD Manager Slow to kill
Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Tags: None
-
There was a V-Ray bug related to aborting a render, but a workaround is already in psd-manager since 3.0. So i guess that is not it.
Details and workaround can be found here: V-Ray bug, first render effects called even when render was aborted
Did you try to cancel mid-render or after the actual render while psd-manager writes the PSD?
V-Ray, psd-manger, 3ds max versions used?
What does your render progress bar look like while you wait, does it move?
Really 5 minutes or does it just feel like 5 minutes?
If you canceled mid-render psd-manager will detect that and do nothing. Maybe the render progress dialog just still shows the "psd-manager" text while V-Ray does some other cleanup. (Try adding an empty FileOutput effect before and after psd-manager to check if this is the case.)
While the PSD is already written the render can not be aborted currently (like all other file formats I believe). The file is written on the fly and you would be left with a broken PSD file otherwise.
Best Regards,
Daniel
PS: From reading the title I first thought your psd-manager is slow and you want to kill someone - feeling atleast safer nowDaniel Schmidt - Developer of psd-manager
-
well... I feel like killing something! It sits at, "Current Task: psd-manager" for more than 5 minutes (it seems like an hour). It's a large scene, with a ton of proxies, but it's still frustrating.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Comment
-
I'm happy to help, but so far I don't have any details (see questions above).
Email: mail@daniel-schmidt.biz
Skype: daniel_schmidt
Best Regards,
DanielDaniel Schmidt - Developer of psd-manager
Comment
-
Did you try to cancel mid-render or after the actual render while psd-manager writes the PSD?
V-Ray, psd-manger, 3ds max versions used?
What does your render progress bar look like while you wait, does it move?Last edited by glorybound; 05-07-2012, 01:52 PM.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Comment
-
If you cancel mid-render then V-Ray should not even call any render effect (that's the old V-Ray bug i pointed to above). Whatever, psd-manager doesn't do anything at that point because it also checks itself if the render was cancelled to workaound that. This is the first line form the psd-manager code.
Code:if(checkAbort && checkAbort->Check()) return;
I noticed another V-ray thread Max-2013-sluggish-just-after-render. Could that be related?
Best Regards,
DanielDaniel Schmidt - Developer of psd-manager
Comment
Comment