ArmaRealMap icon indicating copy to clipboard operation
ArmaRealMap copied to clipboard

Can't generate anywhere in Kazakhstan

Open AGSuko opened this issue 1 year ago • 0 comments

Title says it, no matter where I try to generate a map in Kazakhstan, I always get the same sort of error

** 'Download from OSM' done in 00:04:28.6808304
Exception: System.Net.Http.HttpRequestException: Error while copying content to a stream.
 ---> System.IO.IOException:  Received an unexpected EOF or 0 bytes from the transport stream.
   at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
   at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
   at System.Net.Http.HttpConnection.FillAsync(Boolean async)
   at System.Net.Http.HttpConnection.ChunkedEncodingReadStream.CopyToAsyncCore(Stream destination, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionResponseContent.SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)
   at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at GameRealisticMap.Osm.OsmDataOverPassLoader.DownloadFromOverPass(LatLngBounds box, String cacheFileName)
   at GameRealisticMap.Osm.OsmDataOverPassLoader.Load(ITerrainArea area)
   at GameRealisticMap.Arma3.Arma3MapGenerator.LoadOsmData(IProgressTask progress, Arma3MapConfig a3config)
   at GameRealisticMap.Arma3.Arma3MapGenerator.GenerateWrp(IProgressTask progress, Arma3MapConfig a3config, Boolean pngToPaa)
   at GameRealisticMap.Arma3.Arma3MapGenerator.GenerateMod(IProgressTask progress, Arma3MapConfig a3config)
   at GameRealisticMap.Studio.Modules.MapConfigEditor.ViewModels.MapConfigEditorViewModel.DoGenerateMod(IProgressTaskUI task)
   at GameRealisticMap.Studio.Modules.Reporting.ViewModels.ProgressToolViewModel.DoRunTask(String name, Func`2 run, Boolean prompt)
Memory: Peak: 0.384 G, System: 16.000 G
ERROR: Error while copying content to a stream.
Task FAILED after 268,7 seconds
ERROR: Error while copying content to a stream.
Task FAILED after 268,7 seconds

Kazakhstan has OpenStreetMap info in those regions, so why isn't this working?

AGSuko avatar Feb 21 '24 01:02 AGSuko