Am I doing something really dumb here??
// Error: Error activate Octane plugin: Invalid OctaneLive plugin account or wrong liveId / password combination.
Lic Error
Forum rules
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
- p3taoctane

- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
Maya has stupid UI which does not switch the focus from the input field if you press the UI button when this field is active. You must explicitly get out from the field by "Tab" or by "Enter" to lose its focus. And before the field loses focus - it does not change the attribute which is bound to it... Stupid, but I can't change it - it's how Maya's UI works...
So, in your case - you had the ID attribute set, but the password attribute not set when pressed the "Activate" button.
So, in your case - you had the ID attribute set, but the password attribute not set when pressed the "Activate" button.
- p3taoctane

- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
Cool
Got it
Thanks
Got it
Thanks
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
- p3taoctane

- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
OK I thought I was set...
I have entered the correct values and tabbed and entered then hit activate... I keep getting the same errror.
I think what you are saying is Maya does not take the field as filled until you hit enter and go to another field.
i.e. fill User ID ... hit enter
tab to Password... fill password hit enter
Then click activate
I think I have tried every combination with ID and Password Fileds active then activate...
Maya does some strange things if it has trouble with a simple activate tab.. I feel for you JimStar if this is the kind of thing that you have to be aware of.
What am I missing?
I have entered the correct values and tabbed and entered then hit activate... I keep getting the same errror.
I think what you are saying is Maya does not take the field as filled until you hit enter and go to another field.
i.e. fill User ID ... hit enter
tab to Password... fill password hit enter
Then click activate
I think I have tried every combination with ID and Password Fileds active then activate...
Maya does some strange things if it has trouble with a simple activate tab.. I feel for you JimStar if this is the kind of thing that you have to be aware of.
What am I missing?
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
- p3taoctane

- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
I have bleeped out the actual ID and password
If you need a PM let me know
I am running V2.10 stand alone and the maya plaugin v2.10 release as far as I can tell
I can try doing an upgrade to v2.11.1 -5.4 and Standalone 2.11.1 if you think that may help??
Thanks
// OctaneRender v. 2.10 - 5.0
// Octane data types are registered...
// Octane nodes are registered...
// Octane settings store is registered...
// Octane settings instance is created...
// Octane camera is registered...
// Octane tool shelf commands are registered...
// Octane scene translator is registered...
// Octane alembic translator is registered...
// Starting Octane engine...
// Error: Error activate Octane engine: Invalid OctaneLive plugin account or wrong liveId / password combination. //
updateRendererUI;
// Octane UI is registered...
// ...done in 0 min. 5 sec.
// Warning: file: C:/Program Files/Autodesk/Maya2015/scripts/startup/autoLoadPlugin.mel line 46: Loading plug-in "OctanePlugin" has resulted in changes to the scene that may need to be saved. //
// AbcImport v1.0 using Alembic 1.5.4 (built May 8 2014 13:47:10)
updateRendererUI;
addOneTabToGlobalsWindow("mayaVector", "Common", "createMayaSoftwareCommonGlobalsTab");
addOneTabToGlobalsWindow("mayaVector", "Maya Vector", "createVectorGlobalsTab");
setAttr "octaneSettings.GPU[0]" 1;
setAttr "octaneSettings.GPU[2]" 1;
setAttr "octaneSettings.GPU[3]" 1;
setAttr "octaneSettings.GPU[4]" 1;
setAttr "octaneSettings.GPU[5]" 1;
setAttr "octaneSettings.GPU[6]" 1;
setAttr -type "string" octaneSettings.InOctLiveID "8........8";
setAttr -type "string" octaneSettings.InOctLivePWD "y.........j";
// Error: Error activate Octane plugin: Invalid OctaneLive plugin account or wrong liveId / password combination. //
If you need a PM let me know
I am running V2.10 stand alone and the maya plaugin v2.10 release as far as I can tell
I can try doing an upgrade to v2.11.1 -5.4 and Standalone 2.11.1 if you think that may help??
Thanks
// OctaneRender v. 2.10 - 5.0
// Octane data types are registered...
// Octane nodes are registered...
// Octane settings store is registered...
// Octane settings instance is created...
// Octane camera is registered...
// Octane tool shelf commands are registered...
// Octane scene translator is registered...
// Octane alembic translator is registered...
// Starting Octane engine...
// Error: Error activate Octane engine: Invalid OctaneLive plugin account or wrong liveId / password combination. //
updateRendererUI;
// Octane UI is registered...
// ...done in 0 min. 5 sec.
// Warning: file: C:/Program Files/Autodesk/Maya2015/scripts/startup/autoLoadPlugin.mel line 46: Loading plug-in "OctanePlugin" has resulted in changes to the scene that may need to be saved. //
// AbcImport v1.0 using Alembic 1.5.4 (built May 8 2014 13:47:10)
updateRendererUI;
addOneTabToGlobalsWindow("mayaVector", "Common", "createMayaSoftwareCommonGlobalsTab");
addOneTabToGlobalsWindow("mayaVector", "Maya Vector", "createVectorGlobalsTab");
setAttr "octaneSettings.GPU[0]" 1;
setAttr "octaneSettings.GPU[2]" 1;
setAttr "octaneSettings.GPU[3]" 1;
setAttr "octaneSettings.GPU[4]" 1;
setAttr "octaneSettings.GPU[5]" 1;
setAttr "octaneSettings.GPU[6]" 1;
setAttr -type "string" octaneSettings.InOctLiveID "8........8";
setAttr -type "string" octaneSettings.InOctLivePWD "y.........j";
// Error: Error activate Octane plugin: Invalid OctaneLive plugin account or wrong liveId / password combination. //
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
You need to enter the plugin license into the plugin (not your standalone license), then if the standalone is not activated on your machine it will pop-up another box asking for you standalone key.
For Maya your plugin license should start with 35 eg: 35123456
For Maya your plugin license should start with 35 eg: 35123456
- p3taoctane

- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
Oh my gosh I am a total DICK!!!!!
A thousand apologies for wasting Jim Stars Time (and Yours) :> ((((
But thanks : > )))
A thousand apologies for wasting Jim Stars Time (and Yours) :> ((((
But thanks : > )))
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
- p3taoctane

- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
Yep... they are talking about ME!!!
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
