Launch Issues
It could be 1 of 2 things,
- App has been dragged off the screen.
End task on the application with Task Manager. Open RegEdit.
Change the value of these two keys to 5 and then relaunch the application.
HKEY_CURRENT_USER\Software\Bridge Communications\Bridge Operator Console 3\LastX
HKEY_CURRENT_USER\Software\Bridge Communications\Bridge Operator Console 3\LastY
- Microsoft Performance counters are broken.
- .NET Framework 4.5 depends on the Windows Performance Counters.
You can reinitialize them by typing the following at a Command Prompt.
lodctr /R
You must run this command as a local administrator.
If you receive an Error 5, you are not an admin.
If you receive an Error 2, make sure you are running from the C: drive.
This should repair the condition and allow BOC to launch. - A second issue is with .NET Framework 4.7.
If you see a Windows Application Event log with the following Warning message.
An unhanded exception just occurred. The type initializer for 'MS.Win32.Penimc.UnsafeNativeMethods' threw an exception.
Uninstall .NET Framework 4.7 and install .NET 4.6.2 instead.
This should repair the condition and allow BOC to launch.