|
My entire render pipeline requires this simple NetRender code to work. In past releases it worked fine, but now in Max 2010 32 bit it gives me a ** system exception error **. I’m hoping you folks will try these simple steps on your machine to verify if this is a bug introduced in Max 2010 or if it’s a problem with my local network.
Steps to reproduce the error:
1. Make sure BackBurner 2008.1 Manager and Server are configured to work correctly on your machine, and that they are already running.
2. Start Max 2010 32 bit.
3. Open the Maxscript Listener and run this script:
netMan=netRender.getManager()
netMan.connect #automatic “255.255.255.0”
4. Assuming the above returns a true indicating that the manager is connected, then run the following script:
servList=netMan.GetServers()
This results in a system exception error.
Additional details about the problem:
I’m running Max 2010 32 bit and Backburner 2008.1 on three different machines, and I get the same error on each machine. Each computer is from a different manufacturer (one Dell, one Gateway, and one homebuilt). Two are Windows Vista Home edition and one is Windows XP. Two have lots of various software installed, and one is just a barebones render node with only the OS and Max installed.
It would seem the only thing these three machines have in common is that they’re running Max 2010 32 bit, and they’re on my network. I even removed one from the network, rebooted it, and tried the code again, and it still failed, so I don’t think the network is the issue. I also uninstalled Backburner 2008.1 and reinstalled it, with the same results.
I tried buying a per-incident tech support, but I was told they don’t offer that for Max Scripting, and that TheArea was my only recourse.
Thanks for your help....
|