shupershuff / Diablo2RLoader

D2rLoader - Diablo 2: Resurrected launcher for multi-boxing
MIT License
61 stars 11 forks source link

Error when opening loader #15

Closed never147 closed 1 year ago

never147 commented 1 year ago

This doesn't appear to affect the usability of the loader (for me) but I thought I'd log a report so you can assess. See attached image and video for error. It happens before the refresh to get into the menu. Screenshot 2023-08-28 180135

https://github.com/shupershuff/Diablo2RLoader/assets/1729544/4fc436eb-bf5b-45a4-9b70-c35ee020221c

shupershuff commented 1 year ago

Yea I noticed that at the start of the month. Turns out that the date field didn't convert properly if the last recorded date was a single digit. As such, the issue only presented itself if the script was opened on the 1st of the month through to the 9th.

Frustrating as there will be some people who don't notice and miss future updates. That said I don't have any updates planned at this time.

This issue has been fixed in v1.8.3, but one of two things is required to fix it. Either:

never147 commented 1 year ago

Great thanks for the explanation. I will try one of the manual fixes.

never147 commented 1 year ago

Appears I needed to do both. Manually upgrade then empty the cell for LastUpdateCheck. Error seems to have gone away now.

Thanks!