vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

The window went white #143

Closed iPaulis closed 7 years ago

iPaulis commented 7 years ago

While I was mass evolving about 65 pokemon, the window went white, like unloaded. When I tried to open devtools it said the following: unloaded

I cannot tell if the program continued evolving the pokemon or not as there was no sign of what was happening at all.

vinnymac commented 7 years ago

Looks like the app became unresponsive the same thing that happens when chrome becomes unresponsive. I added the unresponsive event to the electron main thread, so we will get some logs when this occurs. Not sure how it happens, but I moved pogobuf and the request layer to the renderer thread so I doubt we will see this same problem again soon.