thomas-crane / famebot

A bot for Realm of the Mad God designed to automate the process of collecting fame.
MIT License
19 stars 12 forks source link

Replace logging system #12

Closed thomas-crane closed 7 years ago

thomas-crane commented 7 years ago

The current logging system is known to cause crashes. I think its most likely a cross-threading issue.

alanbaumgartner commented 7 years ago

Can confirm after your latest commit I can run it for hours without it crashing.

thomas-crane commented 7 years ago

Fixed Replaced UpdateEventLogInvoker with new instance of MethodInvoker in the eventLog.InvokeRequired path.