[TC] Gaming Forums

Full Version: Mary- insim error (can't start)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
07/09/2017 22:59:49 : Application starting up...
07/09/2017 22:59:49 : Using version 1.2
07/09/2017 22:59:49 : Loading settings...
07/09/2017 22:59:51 : ---------------------------------------------
07/09/2017 22:59:51 : ----------InSim Error Message start----------
07/09/2017 22:59:51 : System.InvalidOperationException: Cannot load Counter Name
data because an invalid index '' was read from the registry.
at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, St
ring counter, Boolean& categoryExists)
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, Str
ing category, String counter)
at System.Diagnostics.PerformanceCounter.InitializeImpl()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String co
unterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String co
unterName, Boolean readOnly)
at Mary.Performance.a()
at Mary.Program.Main()
07/09/2017 22:59:51 : ----------InSim Error Message end------------
07/09/2017 22:59:51 : ---------------------------------------------

Unhandled Exception: System.Resources.MissingManifestResourceException: Could no
t find any resources appropriate for the specified culture or the neutral cultur
e. Make sure "InSimDotNet.StringResources.resources" was correctly embedded or
linked into assembly "Mary" at compile time, or that all the satellite assemblie
s required are loadable and fully signed.
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing
(String fileName)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(Cultur
eInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean creat
eIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo reques
tedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stack
Mark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo cultur
e, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetString(String name, CultureInfo cultur
e)
at InSimDotNet.InSim.Send(ISendable packet)
at Mary.Program.Main()



When I start Mary.exe I got this... lfslazy work, strobes work but mary can't even start...anyone have some idea about this?


Thanks in advance...
As far as I know, Mary has been shut down by Marius.
So...for now we don't have tracking systeam? Confused
tried reinstalling? mine works ok while lazy and lights are on too..
Who needs tracking system. Dont use it, problem solved. Wink Try LFS lazy - only helpful thing there is a car radar (5m around your car)
I used to have it, or use it actually
Put "Mary folder" -that contains 4 folders and Mary.exe- in LFS directory.
Try run it as administrator, check that you've entered your key in setting file, and im not sure if it has something to do with insim port, if so "/insim29999" type it in LFS chat
The error you're getting is due to the system keeping some counters cache in the registry, If this cache becomes corrupted (has blank lines), you get the above errors.

To solve this, open the command line as administrator, enter the following (If your operating system is on the C: Drive)

Code:
C:\windows\system32> lodctr /r

Now, if you get an error like this: Error: Unable to rebuild performance counter setting from system backup store

Execute this command and Mary should function properly

Code:
C:\windows\SysWOW64> lodctr /r

~ A quick google search



Quote:Mary has been shut down by Marius.

It was made private for some time then it became open source; https://www.lfs.net/forum/thread/89981
Reference URL's