Join our discord community

Please or Register to create posts and topics.

deadlinecommand popup window

Hi there,

When launching the Prism or any other DCC apps (test with Maya, Houdini, Nuke), a popup window appeared, the window title is "C:\Program Files\Thinkbox\Deadline10\bin\deadlinecommand.exe". Can make this popup window invisable?

Thanks

Uploaded files:
  • You need to login to have access to uploads.

That popup should close after a few seconds. It opens when the deadline plugins gets loaded. You can disable the Deadline plugin in your Prism User Settings window if you don't use that plugin.

If you want to keep the plugin enabled and just want to stop that popup from appearing, you can locate that file in your local Prism installation and change this line to "return True": https://github.com/RichardFrangenberg/Prism/blob/09283b5146d9cdf9d489dcf252f7927083534a48/Prism/Plugins/RenderfarmManagers/Deadline/Scripts/Prism_Deadline_Functions.py#L63

If you want to keep the plugin enabled and just want to stop that popup from appearing, you can locate that file in your local Prism installation and change this line to "return True": https://github.com/RichardFrangenberg/Prism/blob/09283b5146d9cdf9d489dcf252f7927083534a48/Prism/Plugins/RenderfarmManagers/Deadline/Scripts/Prism_Deadline_Functions.py#L63

Awesome! It works.

Thanks!