Guerra24 / LRReader

A feature-complete reader and client for LANraragi
GNU General Public License v3.0
88 stars 5 forks source link

List of current bugs. If app crashes check here first. #15

Closed Guerra24 closed 3 years ago

Guerra24 commented 3 years ago

List of current errors and crashes reported through the AppCenter. If your problem is not here create a new issue.

Thumbnail regen crash - **Status:** Fixed. - **Fixed in:** v1.6.8. - **Cause:** Minion status API can return null.
Details - **Exception:** `System.NullReferenceException: Object reference not set to an instance of an object.` ![image](https://user-images.githubusercontent.com/9023392/120530064-5302bb80-c39a-11eb-86b0-11c9be8062db.png)
Nightly crashes on launch (Win 1809) - **Status:** Investigating.
Details - **Exception:** `System.Exception: Unspecified error OLE clipboard initialization failed.`
Crashes when reloading after instance has been shutdown - **Status:** Fixed. - **Fixed in:** Nightly.
Details - **Exception:** `System.NullReferenceException: Object reference not set to an instance of an object.` ![image](https://user-images.githubusercontent.com/9023392/120530064-5302bb80-c39a-11eb-86b0-11c9be8062db.png)
Crashes while editing archive with no tags - **Status:** Fixed. - **Fixed in:** 1.6.3.
Details - **Exception:** `System.NullReferenceException: Object reference not set to an instance of an object.` ![image](https://user-images.githubusercontent.com/9023392/115185955-1571f980-a09e-11eb-8aba-8a39c5f654c8.png)
Crashes when copying CheckNetIsolation command into clipboard - **Status:** Partially fixed in 1.6.3, properly fixed in 1.6.5. - **Fixed in:** 1.6.3/1.6.5.
Details - **Exception:** `System.InvalidCastException: Specified cast is not valid.` ![image](https://user-images.githubusercontent.com/9023392/112379187-7419a280-8cad-11eb-8420-0aa88b8cf739.png)
Crashes when trying to update from store - **Status:** Fixed. - **Fixed in:** 1.6.3.
Details - **Exception:** `System.Exception: Exception from HRESULT: 0x80240438` ![image](https://user-images.githubusercontent.com/9023392/112513513-037c8f80-8d5a-11eb-8481-20a54b9ef55a.png)
Sometimes crashes when opening archive tab - **Status:** Currently tracking and provided fallbacks just in case. - **Fixed in:** v1.6.2.
Details - **Exception:** `System.Runtime.InteropServices.COMException: Unspecified error Unspecified error` - **Cause:** Apparently clearing an `ObservableCollection` can crash the app. Those *Unspecified error* messages tho, barely helpful. ![image](https://user-images.githubusercontent.com/9023392/111888993-23e9ca00-89a7-11eb-9006-1717fb86c340.png)
Crashes when trying to bookmark - **Status:** Fixed. - **Fixed in:** v1.6.2.
Details - **Exception:** `System.Exception: The size of the state manager setting value has exceeded the limit. Error trying to write application data container value` - **Cause:** Hit internal size limit of the local settings, around 40 bookmarks.
Guerra24 commented 3 years ago

Moving to automated issues.