DsaTab icon indicating copy to clipboard operation
DsaTab copied to clipboard

com.dsatab.exception.InconsistentDataException: Invalid Hero xml file, could not find <held> element with in root node. HS-Version=null

Open gandulf opened this issue 7 years ago • 0 comments

com.dsatab.exception.InconsistentDataException: Invalid Hero xml file, could not find <held> element with in root node. HS-Version=null
	at com.dsatab.xml.HeldenXmlParser.readHero(HeldenXmlParser.java:135)
	at com.dsatab.data.HeroLoaderTask.loadInBackground(HeroLoaderTask.java:91)
	at com.dsatab.data.HeroLoaderTask.loadInBackground(HeroLoaderTask.java:19)
	at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:301)
	at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:68)
	at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:56)
	at android.os.AsyncTask$2.call(AsyncTask.java:287)
	at java.util.concurrent.FutureTask.run(FutureTask.java:234)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
	at java.lang.Thread.run(Thread.java:856)

gandulf avatar Apr 16 '17 14:04 gandulf