Community
Arnold for 3ds Max
Rendering with Arnold in 3ds Max using the MaxtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

pluginWin.mel line 290: initializePlugin function failed (mtoa) maya 2018.6

3 REPLIES 3
Reply
Message 1 of 4
smackula
1326 Views, 3 Replies

pluginWin.mel line 290: initializePlugin function failed (mtoa) maya 2018.6

I seem to have lost the ability to load Arnold recently, tried all the fixes in the searches i could find. not sure what happened to break it.(windows update, malware scanner etc?) maya 2018.6 and i have whatever the Arnold files i can access with the indie license subscription, tried the 4.1,4.0 installs. any other fixes or ideas? trying to avoid a clean maya re-install. any help appreciated.


1.tried uninstalling and reinstalling different versions. and reinstalling in different locations (C,D), deleting all related files i could find
2.deleted the pymel.log everytime.
3.looks like all the right files are running in the process monitor linked in other fix suggestions. all the Arnold plugins say "success"
4. maya env file is empty and not referencing other locations.

this is what the maya script editor returns when trying to load it from the plugins menu

PluginManager;

evalDeferred "shaderBallRendererMenuUpdate";

import arnold

// Successfully imported python module 'arnold' //

import mtoa

// Successfully imported python module 'mtoa' //

import mtoa.cmds.registerArnoldRenderer;mtoa.cmds.registerArnoldRenderer.registerArnoldRenderer()

# Error: file: D:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: ImportError: file C:\Program Files\Autodesk\Arnold\maya2018\scripts\mtoa\ui\qt\tests\test_treeview.py line 7: No module named Qt #

// Error: Failed to register renderer 'arnold' //

evalDeferred "shaderBallRendererMenuUpdate";

// Error: file: D:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: initializePlugin function failed (mtoa) //

Tags (1)
Labels (1)
3 REPLIES 3
Message 2 of 4
Stephen.Blair
in reply to: smackula

This is the problem:

No module named Qt # 

Run this Python in Maya. What does it print out ?

import qt.Qt
print qt.Qt.__file__
import qt
print qt.__file__




// Stephen Blair
// Arnold Renderer Support
Message 3 of 4
smackula
in reply to: Stephen.Blair

Hyea, thanks for the reply.

below is what prints.

# Error: ImportError: file <maya console> line 1: No module named Qt #

Message 4 of 4
smackula
in reply to: smackula

"This is the problem:

No module named Qt # "

how do i correct this or load this?

i re-installed 3.1.2.1 and got it to load...my processor is the 4.1 se compatible. not sure what the issue is with newer builds..meh at least it loads, just not the latest bulds

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report