Page 1 of 1
mGalaxy Runway crashes on DB Update
Posted: Fri Jun 22, 2018 10:03 am
by deadl0ck
Hi,
I'm getting constant crashes with mGalaxy Runway when updating the DB.
I was updating a MAME DB, but I added Sega Genesis and it also crashed.
I'm running on Windows 7 Professional.
Here's the details of the crash
Also - here's the Windows Event log error with a lot more detail:
Re: mGalaxy Runway crashes on DB Update
Posted: Fri Jun 22, 2018 3:05 pm
by deadl0ck
Ahhh......
I might be out of space on that drive - that could be it as it looks like it might be the point of writing the data and that would cause an error......
Checking now
Re: mGalaxy Runway crashes on DB Update
Posted: Fri Jun 22, 2018 4:08 pm
by mgalaxy
Ok, please give me the result of your test!
From the error message, the error occurs while trying to download the (just) downloaded image and displaying it in the interface!
Re: mGalaxy Runway crashes on DB Update
Posted: Fri Jun 22, 2018 4:31 pm
by deadl0ck
Will do - it's looking good so far but I want to let it run for a while first
Re: mGalaxy Runway crashes on DB Update
Posted: Fri Jun 22, 2018 7:33 pm
by deadl0ck
It's still running and no crash so far (fingers crossed).
Might be worth putting in a call to check available space before each write, and throwing up a dialog if the drive is getting below some threshold, with the option of saving the DB at that point, so that it can be resumed after a clean up.
When the crash happened it lost all DB info it had done on that update - which in my case was 1/2 a day.
Edit - left it running all night - no crashes and got all the MAME media. It was the HD space that was the underlying cause.
Hopefully this will help others who encounter the same problem
Re: mGalaxy Runway crashes on DB Update
Posted: Sun Jun 24, 2018 9:23 am
by mgalaxy
Thanks for reporting! I've adapted the code to handle the situation!
Re: mGalaxy Runway crashes on DB Update
Posted: Sun Jun 24, 2018 9:29 am
by deadl0ck
No worries - If I come across anything else that I can reproduce I'll report it.
Thanks for putting that into the code !