Hum looks like SimHub has trouble while loading the plugins, could you send me the "simhub.log" file available in the sihub installation folder ? Also as a workaround you could delete the pluginsdata folder (save it somwhere before) and reload it with the one available in the installation package, it will reset simhub to the defaults settings.
Ok, I Deleted the PluginsData folder and then Plugin Tab work when i launched. BUT no Screens in the screens tab under Arduino!
If i launch SimHub from the HubPackage (Not The Installed) version everything is working fine lol.
Weird. There was only one line in the Log file as per below,
[2017-03-24 00:01:05,699] INFO - (Re)Starting Game Manager and plugin manager
The new log file has some more as below,
[2017-03-24 00:03:44,491] INFO - (Re)Starting Game Manager and plugin manager
[2017-03-24 00:03:45,051] INFO - Searching for device
[2017-03-24 00:03:49,139] INFO - Found one device on COM5 named {
"ConnectedModel": "f",
"Features": "GNJ",
"ModulesCount": 1,
"SimpleModuleCount": 0,
"RGBLedsCount": 0,
"AdditionalButtonsCount": 0,
"CurrentBaudRate": 0,
"DeviceName": "ACHUB Dash",
"GLCDCount": 0,
"PortName": "COM5",
"RefreshPerSecond": 0.0,
"RotaryEncodersCount": 0
}
[2017-03-24 00:03:49,139] INFO - Switching device named ACHUB Dash to speed level 0 on COM5
[2017-03-24 00:03:49,141] INFO - Connected to device on COM5 named ACHUB Dash
*UPDATE Just tried again and checked log file. Found a WARN msg now. From the Downloaded (Non installed SimHub) Still working fine and displaying in games.
[2017-03-24 00:09:25,754] WARN - System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.KeyCollection.Enumerator.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at SimHub.Plugins.PluginManager.ClearProperties(Type pluginType)
at SimHub.Plugins.DataPlugins.DataCore.DataCorePlugin.DeclareProperties()
at SimHub.Plugins.DataPlugins.DataCore.DataCorePlugin.SaveSettings()
at SimHub.Plugins.DataPlugins.DataCore.DataCorePlugin.End(PluginManager pluginManager)
at SimHub.Plugins.PluginManager.End()