oskros / MF_run_counter

MF run counter developed for Diablo 2. Allows users to collect stats about their run times and found items, and can track your holy grail progress
MIT License
80 stars 18 forks source link

Bug: crash when running for a long time #4

Closed rgoliveira closed 3 years ago

rgoliveira commented 4 years ago

I noticed a few similar crashes and stopped to actually read the message. It looks like some variable/property is overflowing if the counter and/or the game is open for too long.

Here's an image of the exception: image

PS: I was not in a run, though the session time was still ticking, as always. PS2: I'm usually AFK for some time and come back to this, or I left the game & counter in the background for a long time and it just crashes.

oskros commented 4 years ago

This is apparently an error occuring in the library I am using for memory reading (pymem) - Will pass it on to that project. Thanks

oskros commented 3 years ago

Solved in 1.4.1 I believe