![]() |
|
Technical threads All discussions about technical issues |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi nerio
As far as I can tell, this fix will (may) only work if you have a value (named Enabled) in the following registry key set to 1: FIPSAlgorithmPolicy. If you wish to see if this fix may work for you try the following, however read the warning below carefully!!! To find this registry key, hit the start menu, and in run type regedit.exe to start the registry editor. You should NOT change anything in the registry editor if you don't know what you are doing. I take no responsibility for you using this tool!! In the left hand pane, you will see a tree view which you can expand out. Go to: HKLM\System\CurrentControlSet\Control\Lsa\FIPSAlgo rithmPolicy and look for a value called Enabled in the right hand pane. If Enabled has a value of 1, this fix may work for you. If you just want to go ahead and try the fix, you can just do this. Open the following file in a text editor C:\Program Files\Steam\steamapps\common\il-2 sturmovik cliffs of dover\Launcher.exe.config and look for these two tags. There will be other tags between them. <runtime> ... </runtime> Add the following tag on a new line, between the two runtime tags <enforceFIPSPolicy enabled="false"/> It should look something like this, although the indentation has been removed: [quote] <runtime> <gcConcurrent enabled="true" /> <enforceFIPSPolicy enabled="false"/> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <publisherPolicy apply="yes" /> <probing privatePath="parts/core;parts/bob" /> </assemblyBinding> </runtime> [quote] Hope this helps. I don't yet know if this has helped anyone else, but it would be nice to hear ![]() |
![]() |
|
|