Assasans / found-footage

Content Warning mod that adds real lost footage from other players to your Old World.
MIT License
1 stars 0 forks source link

failed to extract #20

Closed DiViMii closed 4 months ago

DiViMii commented 5 months ago

LogOutput.log

Assasans commented 4 months ago
Parameter name: string
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_string_from_byvalstr(intptr,int)
  at (wrapper managed-to-native) System.Runtime.InteropServices.Marshal.PtrToStructure(intptr,System.Type)
  at System.Runtime.InteropServices.Marshal.PtrToStructure[T] (System.IntPtr ptr)
  at System.Net.NetworkInformation.Win32NetworkInterface.get_FixedInfo ()
  at System.Net.NetworkInformation.Win32IPGlobalProperties.get_DomainName ()
  at System.Net.CookieContainer..ctor ()
  at System.Net.Http.MonoWebRequestHandler.get_CookieContainer ()
  at System.Net.Http.MonoWebRequestHandler.CreateWebRequest (System.Net.Http.HttpRequestMessage request)
  at System.Net.Http.MonoWebRequestHandler.SendAsync (System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken)
  at System.Net.Http.HttpClient.SendAsyncWorker (System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken)
  at FoundFootage.VersionChecker.GetVersion ()

Seems like this issue: https://forum.unity.com/threads/httpclient-getasync-doesnt-work-on-computers-with-pc-names-that-contain-non-latin-characters.1561297/ I will switch to UnityWebRequest in the next version and hope that it is not as crappy as its FCL version.