Jump to content

Running with FIPS


doowain

Recommended Posts

doowain

Hi guys.  Sorry if this has been covered before.

 

I downloaded both the previous version of Emby Theater and the newer version.  Both have the following issue.  When I launch the application, I get the following error:

 

"There was an error launching Emby: Exception has been thrown by the target of an invocation."

 

I checked the logs and there is definitely something amiss.  I have attached the log file and below is the stack trace for the error from that log.

 

I know what I downloaded works as I launched the exe with the same files on my work PC.  Both are running Windows 7.

 

Please help!

 

-----------

 

2016-04-08 21:48:38.1319 Debug - URCOMLoader: CheckObjects lastCheckedPath: C:\Emby Theater App\COMObjects\LastChecked.txt
2016-04-08 21:48:38.1479 Error - App: Error launching application
Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException
  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
  at System.Security.Cryptography.MD5.Create()
  at MediaBrowser.Common.Extensions.BaseExtensions.GetMD5(String str)
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.get_Id()
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.GetConfigurationFilePath()
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.LoadTriggers()
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.get_Triggers()
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.ReloadTriggerEvents(Boolean isApplicationStartup)
  at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker..ctor(IScheduledTask scheduledTask, IApplicationPaths applicationPaths, ITaskManager taskManager, IJsonSerializer jsonSerializer, ILogger logger)
  at MediaBrowser.Common.Implementations.ScheduledTasks.TaskManager.<AddTasks>b__7(IScheduledTask t)
  at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
  at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
  at MediaBrowser.Common.Implementations.ScheduledTasks.TaskManager.AddTasks(IEnumerable`1 tasks)
  at MediaBrowser.Common.Implementations.BaseApplicationHost`1.RunStartupTasks()
  at MediaBrowser.UI.ApplicationHost.<Init>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at MediaBrowser.UI.App.<LoadApplication>d__14.MoveNext()
InnerException: System.InvalidOperationException
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
  at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()

theater-63595748915.txt

Link to comment
Share on other sites

doowain

Thanks for the reply Luke.  While that didn't work (I don't have local policy settings as I have Windows 7 Home), it DID point me in the right direction.

 

In case anyone else comes across this, I simply downloaded and extracted the zip file in the instructions at the below link and ran the FIPS.bat file.

 

I'm now in!  Thanks again!  And awesome product.

 

https://www.articulate.com/support/engage-09/this-implementation-is-not-part-of-the-windows-platform-fips-validated-cryptographic-algorithms

Link to comment
Share on other sites

nwsurfer

I'm having a similar issue with the latest version.  When the app loads, the splash screen appears, but then it's just a black screen.  At that time, the log showed no obvious errors.  I followed the steps provided in the previous posts...with FIPS disabled, I experience what was already described, when I enable FIPS I get the error doowain described. Any help would be great because I need my Emby Theater! :)

Log when FIPS disabled
2016-04-09 00:00:19.4572 Info App: Application version: 2.1.6.0
2016-04-09 00:00:19.4892 Info App: Application configuration:
	{"EnableDebugLevelLogging":true,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":true,"EnableCustomPathSubFolders":false}
2016-04-09 00:00:19.4892 Info App: Loading MediaBrowser.Model, Version=3.0.5867.23148, Culture=neutral, PublicKeyToken=null
2016-04-09 00:00:19.4892 Info App: Loading MediaBrowser.Common, Version=3.0.5867.23147, Culture=neutral, PublicKeyToken=null
2016-04-09 00:00:19.4892 Info App: Loading MediaBrowser.Common.Implementations, Version=3.0.5867.23144, Culture=neutral, PublicKeyToken=null
2016-04-09 00:00:19.4892 Info App: Loading Emby.Theater, Version=2.1.6.0, Culture=neutral, PublicKeyToken=null
2016-04-09 00:00:19.5822 Info App: Core startup complete
2016-04-09 00:00:19.5832 Info App: C:\Users\Media\AppData\Roaming\Emby-Theater\system\x64\electron\electron.exe "C:\Users\Media\AppData\Roaming\Emby-Theater\system\electronapp"
2016-04-09 00:00:20.1793 Info App: attempting to load pfx: 
2016-04-09 00:00:20.1793 Error App: Secure requested, but no certificate found at: 
2016-04-09 00:00:20.2343 Debug URCOMLoader: URCOMLoader Initialized
2016-04-09 00:00:20.2343 Debug URCOMLoader: EnsureObjects: block: False redownload: False
2016-04-09 00:00:20.2383 Debug URCOMLoader: EnsureObjects needsCheck: False
2016-04-09 00:00:20.2383 Debug URCOMLoader: EnsureObjects needsRestart: False
2016-04-09 00:00:20.2383 Info App: Setting window state to Normal
2016-04-09 00:00:20.2943 Info App: SyncWindowSize Top=260 Left=304 Width=1152 Height=480
2016-04-09 00:00:22.5824 Info App: StartupTrigger fired for task: Check for application updates
2016-04-09 00:00:22.5824 Info App: Queueing task SystemUpdateTask
2016-04-09 00:00:22.5964 Info App: Executing Check for application updates
2016-04-09 00:00:22.6464 Info App: HttpClientManager GET: https://api.github.com/repos/MediaBrowser/Emby.Theater.Windows/releases
2016-04-09 00:00:27.7877 Debug App: No application update available.
2016-04-09 00:00:27.7887 Info App: Check for application updates Completed after 0 minute(s) and 5 seconds
 
Log when FIPS Enabled


2016-04-08 23:57:23.6666 Info App: Application version: 2.1.6.0
2016-04-08 23:57:23.6966 Info App: Application configuration:
	{"EnableDebugLevelLogging":true,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":true,"EnableCustomPathSubFolders":false}
2016-04-08 23:57:23.6966 Info App: Loading MediaBrowser.Model, Version=3.0.5867.23148, Culture=neutral, PublicKeyToken=null
2016-04-08 23:57:23.6966 Info App: Loading MediaBrowser.Common, Version=3.0.5867.23147, Culture=neutral, PublicKeyToken=null
2016-04-08 23:57:23.6966 Info App: Loading MediaBrowser.Common.Implementations, Version=3.0.5867.23144, Culture=neutral, PublicKeyToken=null
2016-04-08 23:57:23.6966 Info App: Loading Emby.Theater, Version=2.1.6.0, Culture=neutral, PublicKeyToken=null
2016-04-08 23:57:23.7866 Error App: Error launching application
	One or more errors occurred.
	System.AggregateException
	   at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
	   at Emby.Theater.Program.Main()
	InnerException: System.Reflection.TargetInvocationException
	Exception has been thrown by the target of an invocation.
	   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
	   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
	   at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
	   at System.Security.Cryptography.MD5.Create()
	   at MediaBrowser.Common.Extensions.BaseExtensions.GetMD5(String str)
	   at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.get_Id()
	   at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.GetConfigurationFilePath()
	   at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.LoadTriggers()
	   at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.get_Triggers()
	   at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker.ReloadTriggerEvents(Boolean isApplicationStartup)
	   at MediaBrowser.Common.Implementations.ScheduledTasks.ScheduledTaskWorker..ctor(IScheduledTask scheduledTask, IApplicationPaths applicationPaths, ITaskManager taskManager, IJsonSerializer jsonSerializer, ILogger logger, IFileSystem fileSystem)
	   at MediaBrowser.Common.Implementations.ScheduledTasks.TaskManager.<AddTasks>b__7(IScheduledTask t)
	   at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
	   at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
	   at MediaBrowser.Common.Implementations.ScheduledTasks.TaskManager.AddTasks(IEnumerable`1 tasks)
	   at MediaBrowser.Common.Implementations.BaseApplicationHost`1.RunStartupTasks()
	   at Emby.Theater.App.ApplicationHost.<Init>d__3.MoveNext()
	InnerException: System.InvalidOperationException
	This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
	   at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
	

Link to comment
Share on other sites

nwsurfer

False alarm...I got it working.  For some reason, after logging in via an RDP session with another user...the app loaded.  Then I tried on my HTPC and bam it loaded but it was very small.  After some screen resolution mucking around, it finally loaded normal.  Thanks for a wonderful product, I love it!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...