Jump to content

Wyldfire42

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

Wyldfire42 last won the day on March 22 2021

Wyldfire42 had the most liked content!

Wyldfire42's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Just to report that I installed 5242 and this bug does appear to be fixed. Thanks!
  2. Just to report, 9.0.16.5201 is still broken in the same way, same stack trace from the server. Same workaround I listed above to keep the old/working server still works.
  3. Yes, it was an upgrade. If you need more information from me or for me to try things, I'd be open to that.
  4. As a followup, I was able to run the 5140 client (I wanted the Rider bug fix) with the 5075 server. Duplicate /Applications/PlasticSCMServer.app in Finder (don't just rename it, the installer will find it). Then install 5140 again. Afterward, rename or delete the newly installed PlasticSCMServer.app and rename your duplicate to that name.
  5. 9.0.16.5140 has this problem, and it made Unity issue "unlicensed" errors and caused delays constantly so I had to downgrade. Turns out that 9.0.16.5128 *also* had the exact same problem, I'd skipped that version previously. 9.0.16.5075 works fine, so currently I'm on that. Since 5128 is the version that introduced this: macOS - Server: The new .Net Core build is now the default! I'm going to go out on a limb and say that the .Net Core build of the server is broken.
  6. Looked into it more, indeed the process that the launchd job wants to launch is not actually running. So I tried invoking it manually and got an immediate crash-on-launch: cbackas@Radiant-Dawn ~> sudo /Applications/PlasticSCMServer.app/Contents/MacOS/plasticd --daemon Process terminated. Infinite recursion during resource lookup within System.Private.CoreLib. This may be a bug in System.Private.CoreLib, or potentially in certain extensibility points such as assembly resolve events or CultureInfo names. Resource name: Arg_AccessViolationException at System.Environment.FailFast(System.String) at System.SR.InternalGetResourceString(System.String) at System.SR.GetResourceString(System.String, System.String) at System.AccessViolationException..ctor() at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(System.Reflection.MetadataToken, System.Reflection.MetadataImport ByRef, System.Reflection.RuntimeModule, System.Reflection.MetadataToken, System.RuntimeType, Boolean, ListBuilder`1<System.Object> ByRef, System.RuntimeType ByRef, System.IRuntimeMethodInfo ByRef, Boolean ByRef, Boolean ByRef) at System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder`1<System.Object> ByRef, System.Reflection.RuntimeModule, Int32, System.RuntimeType, Boolean, ListBuilder`1<System.Object>) at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule, Int32, Int32, System.RuntimeType) at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeAssembly, System.RuntimeType) at System.Reflection.RuntimeAssembly.GetCustomAttributes(System.Type, Boolean) at System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, Boolean) at System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, Boolean) at System.Reflection.CustomAttributeExtensions.GetCustomAttribute[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Reflection.Assembly) at System.Resources.ManifestBasedResourceGroveler.GetNeutralResourcesLanguage(System.Reflection.Assembly, System.Resources.UltimateResourceFallbackLocation ByRef) at System.Resources.ResourceManager.CommonAssemblyInit() at System.Resources.ResourceManager..ctor(System.Type) at System.SR.get_ResourceManager() at System.SR.InternalGetResourceString(System.String) at System.SR.GetResourceString(System.String, System.String) at System.AccessViolationException..ctor() at System.Collections.Generic.Dictionary`2[[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].TryGetValue(System.__Canon, System.__Canon ByRef) at System.AppContext.GetData(System.String) at System.Runtime.InteropServices.RuntimeInformation.get_FrameworkDescription() at log4net.Core.LoggerManager.GetVersionInfo() at log4net.Core.LoggerManager..cctor() at log4net.Core.LoggerManager.CreateRepository(System.String) at log4net.LogManager.CreateRepository(System.String) at afe..cctor() at afe..ctor(System.String) at afd.a(System.String) at am5..cctor() at agm.a(System.String[]) Hope that helps!
  7. Hello, I'm getting this same error/symptom since upgrading to the latest version. cbackas@Radiant-Dawn ~> sudo launchctl list | grep plast - -6 com.codicesoftware.plasticscm.server In my case, I'm on an M1 with Big Sur 11.2.2. Unloading/reloading the launchd job doesn't make any difference.
×
×
  • Create New...