From https://bitcointalk.org/index.php?topic=63165.msg739328#msg739328
Unchecking UPnP ports doesnt seem to save me selection.
From https://bitcointalk.org/index.php?topic=63165.msg739328#msg739328
Unchecking UPnP ports doesnt seem to save me selection.
Thats not possible afaict, see OptionsModel::setData in qt/optionsmodel.cpp. In case MapPortUPnP:, there is no modification of successful, meaning it should always return true. Maybe Im missing some part of the way Qt works though.
I'm not using any command line args or conf file, I tried it on a different PC and it still wont let me disable UPnP. Everytime I restart the application the UPnP is ticked again.
I also tried with a brand new empty wallet file and its behaving the same way.
I also got a few "Application has crashed blah blah C++" errors while shutting down and starting up the app, expected in a RC release I spose.
I'm using windows 7.
Oh, on reboot, well thats a completely different story.
I can reproduce this.
I introduced this when I modified the code to let command-line options override wallet settings.
I'll fix...