Page 1 of 1

Unable to log into OTOY account to load Octane

PostPosted: Thu Sep 03, 2020 6:49 am
by jdinh
Seems there is a bug when trying to log into my OTOY account when I am attempting to load Octane. I am using Unity 2020.1.4f with Octane plugin v1.2.0.1378 on Ubuntu 20.04. The login pop up flashes then closes immediately. Here is the error that gets thrown to the console.

Code: Select all
EntryPointNotFoundException: LoadLibrary
Octane.DynamicLibrary.Load () (at <f104a0529a054c8cb608e7c756a39fbd>:0)
Octane.PluginDllLoader.LoadLibraries () (at <f104a0529a054c8cb608e7c756a39fbd>:0)
OctaneUnity.PluginController.Init () (at <f104a0529a054c8cb608e7c756a39fbd>:0)
OctaneUnity.LicenseManager+<>c.<GetTierDataFromServer>b__29_0 (UnityEditor.Connect.UnityOAuth+AuthCodeResponse response) (at <f104a0529a054c8cb608e7c756a39fbd>:0)
UnityEditor.Connect.UnityOAuth+<>c__DisplayClass7_0.<GetAuthorizationCodeAsync>b__0 (UnityEditor.IAsyncHTTPClient c) (at /home/bokken/buildslave/unity/build/Editor/Mono/UnityConnect/UnityConnect.bindings.cs:215)
UnityEditor.AsyncHTTPClient.Done (UnityEditor.AsyncHTTPClient+State status, System.Int32 i_ResponseCode) (at /home/bokken/buildslave/unity/build/Editor/Mono/AsyncHTTPClient.cs:246)