Bug #132
closedCrash on opening if no Internet connection
100%
Description
CocoMUD crashes very nastily when it opens and no Internet connection is available. This also happens if one selects a server and cannot connect to it. The former bug is due to the fact that CocoMUD tries to obtain its updating information from cocomud.plan.io and fails to reach it, which entails a fatal error. This error should be handled more smoothly, and there should be a dialog appearing to warn the user the updater isn't available. Although unlikely, keep in mind plan.io might be inaccessible for other reasons.
Added by Vincent Le Goff almost 6 years ago
Updated by Vincent Le Goff almost 6 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Fixed in commit b954748fb3e364a3f37d488102eed62b58348b40. The problem was due to a urllib.error.URLError
exception on opening the automatic updater to check for new versions of CocoMUD.
Please register to edit this issue
Also available in: Atom PDF Tracking page
Fix #132: crash on opening when no Internet connection