Mary- insim error (can't start) - Printable Version +- [TC] Gaming Forums (https://forum.city-driving.co.uk) +-- Forum: General Information (/forumdisplay.php?fid=1) +--- Forum: General Discussions (/forumdisplay.php?fid=4) +---- Forum: Help Requests & Technical Support (/forumdisplay.php?fid=9) +---- Thread: Mary- insim error (can't start) (/showthread.php?tid=27338) |
Mary- insim error (can't start) - robo - 2017-09-07 22:05 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... RE: Mary- insim error (can't start) - Spark - 2017-09-07 22:27 As far as I know, Mary has been shut down by Marius. RE: Mary- insim error (can't start) - robo - 2017-09-07 22:59 So...for now we don't have tracking systeam? RE: Mary- insim error (can't start) - dyzio2206 - 2017-09-08 00:31 tried reinstalling? mine works ok while lazy and lights are on too.. RE: Mary- insim error (can't start) - Jacob - 2017-09-08 07:44 Who needs tracking system. Dont use it, problem solved. Try LFS lazy - only helpful thing there is a car radar (5m around your car) RE: Mary- insim error (can't start) - Sky - 2017-09-08 09:17 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 RE: Mary- insim error (can't start) - Adorable - 2017-09-08 19:07 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 |