Universal-Rom-Tools / Universal-XML-Scraper

Scraper de Rom
196 stars 46 forks source link

Application Crash on disconnect internet (Wifi fail) #298

Open goyometeojorito opened 6 years ago

goyometeojorito commented 6 years ago

If it's helpful, here paste the exception captured in "Event Viewer"

Xml version:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="49152">1005</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2018-02-11T12:19:34.698355000Z" /> 
  <EventRecordID>2759</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>MIKI-PC</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data /> 
  <Data>Scraper XML Universel</Data> 
  <Data>C00000C4</Data> 
  <Data>0</Data> 
  </EventData>
  </Event>

Details (Sorry, me windows it's in Spanish):

Nombre de la aplicación con errores: Universal_XMLScraper64.exe, versión: 2.2.0.3, marca de tiempo: 0x59366b5b Nombre del módulo con errores: ntdll.dll, versión: 10.0.16299.64, marca de tiempo: 0x493793ea Código de excepción: 0xc0000006 Desplazamiento de errores: 0x000000000006e45f Identificador del proceso con errores: 0x2668 Hora de inicio de la aplicación con errores: 0x01d3a32cc2e26bcf Ruta de acceso de la aplicación con errores: C:\Users\user\Downloads\Universal_XML_Scraper64.exe Ruta de acceso del módulo con errores: C:\WINDOWS\SYSTEM32\ntdll.dll Identificador del informe: a9965742-0207-4cce-9b76-7b162452d3da Nombre completo del paquete con errores: Identificador de aplicación relativa del paquete con errores:

Universal-Rom-Tools commented 6 years ago

Arg... Never tested a "real" disconnection in scrape... In theory, it should make a "Timeout" (and that's handled by UXS)

If I have 1 advice ;) don't scrape in WIFI ^^

(I'll try to simulate a disconnection when I can ;) )