Azure / azure-batch-maya

Cloud rendering from Maya using Azure Batch
Other
27 stars 13 forks source link

Plugin hangs during dependency install on Japanese language UI version of Maya #20

Open davidkydd opened 6 years ago

davidkydd commented 6 years ago

The installation mayapy black boxes pop up, but it hangs on one of the later ones and never completes, requiring a manual installation abort. As the mayapy interfaces no longer show the console output, it's hard to diagnose what might be going wrong, but as Autodesk offers Maya in both Japanese and Simplified Chinese, it would be ideal if those countries' users could take advantage of the plugin while using their native language on the interface.

annatisch commented 6 years ago

@davidkydd The console output is no longer shown specifically because of this scenario. Unfortunately I can either pipe the output to the console, or I can return it to the script context. I can't do both - and for debugging purposes the latter is much more helpful.

On the other hand it's quite possible in the scenario where the process hangs.... we're losing information anyway..... If you run this, then when it hangs, force-close the console window which brings this install process to a stop with an error - could you then copy the full output from the Maya script editor and paste it here?