Hi all!
I’ve been trying to get fusion set up a few more of our slaves and have been running into problems.
On different hardware groups (some software setup), one group will connect to the slave without any issues, while another will “timeout”
I’ve written a debug tool to check the output, but this tool (thus far) only uses the RenderSlave.eyeonscript script. This works on all the hardware groups. I can pass it the comp details and the comp will render (via your script)…
Any ideas as to what MIGHT be happening…??
Shane
Sorry, I stand corrected…
The debug tool uses both the startjob.eyeonscript and the RenderTasks.eyeonscript scripts. It does do a forced 20 second delay between starting the console slave and running the startJob script though…need to look into this further.
We are using the 32 bit version of the slave, running on a 64 bit windows…(no 64 bit plugins)
Shane
Update: I’ve updated our debug tool so it no longer has a forced delay and uses the startjob load method fully (it was before, but now I get a print out of the number of seconds before it will timeout) and it works fine…
Basically, the tool runs the console salve into a seperate thread. It then runs the startjob script (via EyeonScript command line) in a separate thread and waits for it to terminate. Based on the return code (look for 17 to proceed), it runs the RenderTasks script in a separate thread, again waiting for it to terminate.
The intention of the debug tool is to look at what fusion is doing (adding the verbose option) so we can detect issues with fusion, but as best as I can tell, this is not a fusion issue…(cause it works under deadline on one set of hardware and can work through our debug tool on the others…??)
I’ve included the info from our tool and the verbose output from the console slave. I can’t figure out why I can get our tool to render the comp (using your scripts) and can’t get deadline to do it…
Here is a dump from out tool:
INFO [main] - Installing Plugin…
INFO [main] - …Copying CheckForF5.eyeonscript
INFO [main] - …Copying CheckForF5.mpr
INFO [main] - …Copying EndJob.ffs
INFO [main] - …Copying Fusion5.deadline
INFO [main] - …Copying Fusion5.dlinit
INFO [main] - …Copying Fusion5.ico
INFO [main] - …Copying Fusion5.param
INFO [main] - …Copying Fusion5RenderOptions.param
INFO [main] - …Copying RenderSlave.mmp
INFO [main] - …Copying RenderTasks.eyeonscript
INFO [main] - …Copying RenderTasks.ffs
INFO [main] - …Copying RenderTasks.mpr
INFO [main] - …Copying RenderTasksCommandLine.mpr
INFO [main] - …Copying startjob.eyeonscript
INFO [main] - …Copying StartJob.ffs
INFO [main] - …Copying StartJob.mpr
INFO [main] - …Copying StartRenderSlave.ffs
INFO [main] - …Copying Thumbs.db
INFO [main] - Starting console slave
INFO [main] - Loading comp…
INFO [Thread-1] - [ Invoke:Slave ] Command:cmd
INFO [Thread-1] - [ Invoke:Slave ] Arguments:/c start /wait /D C:\Program Files (x86)\eyeon\Render Slave 5.3 ConsoleSlave.exe /listen /verbose /log slave.log
INFO [Thread-1] - [ Invoke:Slave ] Start in = C:\Program Files (x86)\eyeon\Render Slave 5.3 [ exists:true ]
INFO [Thread-2] - [ Invoke:LoadComp ] Command:C:\Program Files (x86)\eyeon\Render Slave 5.3\eyeonScript.exe
INFO [Thread-2] - [ Invoke:LoadComp ] Arguments:c:\Deadline\slave\plugins\startjob.eyeonscript T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp 120
INFO [Thread-2] - [ Invoke:LoadComp ] Start in = C:\Program Files (x86)\eyeon\Render Slave 5.3 [ exists:true ]
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ]
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] eyeon Script Interpreter
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ]
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Connecting to fusion…
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Connection timeout in 119.5 seconds
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Connection timeout in 119 seconds
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Connection timeout in 118.5 seconds
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Connection timeout in 118 seconds
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Fusion (0x02D7D848) [App: ‘Fusion’ on 127.0.0.1, UUID: a940b1b6-d519-4856-8ab0-67f402f19af4]
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Connected to df
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Getting comp list.
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Loading comp T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-3] - [ Invoke:LoadComp:STDOUT ] Locking the comp.
INFO [Thread-2] - [ Invoke:LoadComp ] Exit code:17
INFO [main] - Comp has been loaded
INFO [main] - Rendering comp
INFO [main] - - Waiting…
INFO [Thread-7] - [ Invoke:RenderComp ] Command:C:\Program Files (x86)\eyeon\Render Slave 5.3\eyeonScript.exe
INFO [Thread-7] - [ Invoke:RenderComp ] Arguments:c:\deadline\slave\plugins\RenderTasks.eyeonscript 556 560 1 1 1
INFO [Thread-7] - [ Invoke:RenderComp ] Start in = C:\Program Files (x86)\eyeon\Render Slave 5.3 [ exists:true ]
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ]
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] eyeon Script Interpreter
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ]
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Connecting to df…
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Connected to df
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] There are 1 comps loaded.
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Composition Loaded Successfully
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Version to enforce = (disabled)
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Rendering from 556 to 560, high quality is true, proxy is 1
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Rendering with Digital Fusion version: 5.3
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] 1. Beginning render…
INFO [main] - Start debug thread
INFO [Thread-10] - - Debug thread has started…
INFO [Thread-12] - [ Invoke:Debug:STDOUT ]
INFO [Thread-12] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-12] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-12] - [ Invoke:Debug:STDOUT ]
INFO [Thread-12] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-12] - [ Invoke:Debug:STDOUT ] 0 to 1
INFO [Thread-15] - [ Invoke:Debug:STDOUT ]
INFO [Thread-15] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-15] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-15] - [ Invoke:Debug:STDOUT ]
INFO [Thread-15] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-15] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-18] - [ Invoke:Debug:STDOUT ]
INFO [Thread-18] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-18] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-18] - [ Invoke:Debug:STDOUT ]
INFO [Thread-18] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-18] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-21] - [ Invoke:Debug:STDOUT ]
INFO [Thread-21] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-21] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-21] - [ Invoke:Debug:STDOUT ]
INFO [Thread-21] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-21] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-24] - [ Invoke:Debug:STDOUT ]
INFO [Thread-24] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-24] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-24] - [ Invoke:Debug:STDOUT ]
INFO [Thread-24] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-24] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-27] - [ Invoke:Debug:STDOUT ]
INFO [Thread-27] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-27] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-27] - [ Invoke:Debug:STDOUT ]
INFO [Thread-27] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-27] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-30] - [ Invoke:Debug:STDOUT ]
INFO [Thread-30] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-30] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-30] - [ Invoke:Debug:STDOUT ]
INFO [Thread-30] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-30] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-33] - [ Invoke:Debug:STDOUT ]
INFO [Thread-33] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-33] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-33] - [ Invoke:Debug:STDOUT ]
INFO [Thread-33] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-33] - [ Invoke:Debug:STDOUT ] 1 to 1
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] 1. Render finished
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Check errors…
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] output file type = table
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Checking file P:\Wanted\CS_04B1\Shot_050_Final\CS_04B1_Shot_050_0556.tif
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Checking file P:\Wanted\CS_04B1\Shot_050_Final\CS_04B1_Shot_050_0557.tif
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Checking file P:\Wanted\CS_04B1\Shot_050_Final\CS_04B1_Shot_050_0558.tif
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Checking file P:\Wanted\CS_04B1\Shot_050_Final\CS_04B1_Shot_050_0559.tif
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Checking file P:\Wanted\CS_04B1\Shot_050_Final\CS_04B1_Shot_050_0560.tif
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Done checking errors…
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Close comp…
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Purge cache…
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Result = true
INFO [Thread-8] - [ Invoke:RenderComp:STDOUT ] Render succeeded
INFO [Thread-36] - [ Invoke:Debug:STDOUT ]
INFO [Thread-36] - [ Invoke:Debug:STDOUT ] eyeon Script Interpreter
INFO [Thread-36] - [ Invoke:Debug:STDOUT ] Copyright © 2005 - 2008 eyeon Software
INFO [Thread-36] - [ Invoke:Debug:STDOUT ]
INFO [Thread-36] - [ Invoke:Debug:STDOUT ] Debug: T:\Grin\Wanted\Comp\CS_04B1\CS_04B1_Shot_05\CS_04B1_Shot_050_001.comp
INFO [Thread-7] - [ Invoke:RenderComp ] Exit code:0
INFO [Thread-36] - [ Invoke:Debug:STDOUT ] 1 to 0
INFO [main] - All done…
INFO [main] - Kill the slave!!
INFO [Thread-10] - - Debug thread has finished…
INFO [Thread-1] - [ Invoke:Slave ] Exit code:0
and the dump from the slave:
Checking CPU capabilities… OK
Checking OS Version… OK
Initialising QuickTime
Checking for licenses…
Obtain License
Updating Registry
Obtaining System Information
Loading support DLLs
Loading eyeonOperators
Loading eyeonFormats
Loading RichEdit
Loading Plugins
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\3D.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\AEPlugin.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Altitude.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Bluefish.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\BOXX.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\DirectShow.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\DVS.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\FBX.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Fuses.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\MemHandlerVC6.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\OMF.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\OpenEXR.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\OpenFX.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Paint.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Particles.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Primatte.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Primatte4.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Quattrus.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\QuickTime.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Reality.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Text.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Toaster.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\eyeon\Utilities.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\Krokodove\Krokodove.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\Relight\Relight.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\Revision_Flex\Morph.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\Revision_Flex\Warp.plugin
Loading plugin C:\Program Files (x86)\eyeon\Render Slave 5.3\Plugins\Revision_MB\RSMotionBlur3.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\3D.plugin
The 3D.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\AEPlugin.plugin
The AEPlugin.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Altitude.plugin
The Altitude.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Bins.plugin
The Bins.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Bluefish.plugin
The Bluefish.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\BOXX.plugin
The BOXX.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\ContextMenu.plugin
The ContextMenu.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\DirectShow.plugin
The DirectShow.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\DVS.plugin
The DVS.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\FBX.plugin
The FBX.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Fuses.plugin
The Fuses.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\MemHandlerVC6.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\OMF.plugin
The OMF.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\OpenEXR.plugin
The OpenEXR.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\OpenFX.plugin
The OpenFX.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Paint.plugin
The Paint.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Particles.plugin
The Particles.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Primatte.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Primatte4.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Quattrus.plugin
The Quattrus.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\QuickTime.plugin
The QuickTime.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Reality.plugin
The Reality.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Text.plugin
The Text.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Toaster.plugin
The Toaster.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\eyeon\Utilities.plugin
The Utilities.plugin plugin requires version 5.3.0.55 of Fusion.
(This is version 5.3.0.55 of Fusion Render Slave)Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\Krokodove\Krokodove.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\Relight\Relight.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\Revision_Flex\Morph.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\Revision_Flex\Warp.plugin
Loading plugin R:\Net_Plugs\Fusion5.3\Plugins\Revision_MB\RSMotionBlur3.plugin
Initialising Class Registry
Building Format List
Initialising GLTools
ERROR: GLTools failed to initialise!
Initialising Texture Manager
ERROR: Texture Manager failed to initialise!
Creating MainFrame
Opening MainFrame
Adding Global App Events
Registering System Sounds
Initialising Scripting Subsystem
Loading Help OCX
Listening for commands…
Render started at Mon 11:03AM (Range: 556 to 560)
Rendered frame 556 (1 of 5), took 25.104 secs
Rendered frame 557 (2 of 5), took 0.155 secs
Rendered frame 558 (3 of 5), took 8.373 secs
Rendered frame 559 (4 of 5), took 6.531 secs
Rendered frame 560 (5 of 5), took 8.529 secs
Render completed successfully at Mon 11:04AM - Total Time: 0h 0m 23.59s, Average: 5.90 seconds/frame
Sorry, trying to think of everything that might of help…
Firewall is disabled…
.Net 1.1, .Net 2, .Net 3 installed
VC++ Redist 2005 x32 & x64 installed
Deadline 2.7.29178
I updated the plugin settings for the repository to allow us to use Fusion 5.3 as per a previous post, but if you have an example of one, I’d like to take a look…
Cheers
Shane
Hi Shane,
This is quite strange. We use Fusion 5.3 here (32 and 64 bit versions on XP64) without any problems. The fact that it works on a particular hardware group would lead me to believe that it’s not a Deadline issue (at least, not directly related to Deadline), since you’ve already proven it works. Are you sure you don’t have any antivirus programs running? The reason I ask is that we use NOD32 here, and in order for us to render with Fusion, we need to create application exceptions for the following executables:
ConsoleSlave.exe
eyeonScript.exe
eyeonServer.exe
RenderSlave.exe
Without these exceptions, we would get the timeout errors ourselves because eyeonScript.exe can’t communicate with ConsoleSlave.exe/RenderSlave.exe. This isn’t specific to Deadline, because without these exceptions, we can even run generic scripts though Fusion. This is the only idea I can think of at the moment, so let us know if this applies to you at all.
Cheers,
No, we don’t have any antivirus software on the renderers
Shane
Okay, it would appear to be a number of colliding issues related to our plugin in setup.
It seems to be working for the moment…
Shane