Bug #1332
Quassel crash on saving new server
0%
Description
When I try to save a new server, Quassel crashes. This happens whether I do or do not enter a server password, whether or not I use the default port, and whether or not I use SSL. This has been tested on both Quassel 0.10.0 and Quassel 0.11.0 on Windows 64-bits.
History
#1 Updated by ThePsionic almost 10 years ago
Note that this happens on clean installs, nothing has been changed. Only Quassel itself has been installed, not Core or Client (a.k.a. minimal install). As far as I am aware, no crash logs are generated.
#2 Updated by ThePsionic almost 10 years ago
Adding servers does work when one has already been configured by the setup wizard.
#3 Updated by digitalcircuit about 7 years ago
I can confirm this still happens in Quassel 0.13-git-master (unreleased).
- Compile monolithic and/or client and core
- Run in fresh directory, e.g.
--configdir="$(mktemp -d)"
- Cancel setup wizard
- Go to File → Networks → Configure Networks
- Add a network
- Crash
Talking with justJanne on IRC, it also happens if you delete an identity in use. Core doesn't crash, but client/monolithic do.
The client needs to handle missing identities better; warning and/or offering to set up a new identity if one's missing/been deleted from a network.