Author

Topic: Electrum 1.7 opening up debug window? (Read 1742 times)

hero member
Activity: 938
Merit: 1000
March 19, 2013, 04:53:19 AM
#6
Yeah, having debug mode ON in a final release sure doesn't look good. Can we expect this version to be reliable with real money use?

Debug mode is not enabled; the fact that a console windows opens does not mean the application runs in debug mode. This is purely to provide you, the end user, with the option to use the command line flags.

legendary
Activity: 1896
Merit: 1353
March 19, 2013, 04:27:50 AM
#5
Yeah, having debug mode ON in a final release sure doesn't look good. Can we expect this version to be reliable with real money use?

The core of Electrum is very stable. The bug reported by the OP is a minor GUI issue, that only affects address completions.

Small GUI bugs like this are to be expected in any major release, because there are so many different ways to use a GUI, developers cannot test all of them.
In contrast, there is only a small set of functions in the core of the software. A bug there would be noticed immediately.

full member
Activity: 208
Merit: 148
March 19, 2013, 03:15:01 AM
#4
Yeah, having debug mode ON in a final release sure doesn't look good. Can we expect this version to be reliable with real money use?
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
March 18, 2013, 10:51:37 PM
#3
thanks for the report. I fixed that bug in git.
I will make a 1.7.1 release this week-end, that fixes the bugs reported during this week.

Makes me a little weary to use the client if the bugs are right in front of me. This is a BETA, right?
legendary
Activity: 1896
Merit: 1353
March 18, 2013, 04:33:58 AM
#2
thanks for the report. I fixed that bug in git.
I will make a 1.7.1 release this week-end, that fixes the bugs reported during this week.
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
March 17, 2013, 05:15:55 PM
#1
When I run Electrum 1.7 on my Windows x64 bit machine it loads a DOS screen that looks like a debug window or something. What's this window for and do you know what these errors are?


Traceback (most recent call last):
  File "C:\PROGRA~2\Electrum\gui\gui_lite.py", line 969, in update
    self.update_completions()
  File "C:\PROGRA~2\Electrum\gui\gui_lite.py", line 1006, in update_completions
    completions = completions + self.wallet.aliases.keys()
AttributeError: Wallet instance has no attribute 'aliases'
Traceback (most recent call last):
  File "C:\PROGRA~2\Electrum\gui\gui_lite.py", line 969, in update
    self.update_completions()
  File "C:\PROGRA~2\Electrum\gui\gui_lite.py", line 1006, in update_completions
    completions = completions + self.wallet.aliases.keys()
AttributeError: Wallet instance has no attribute 'aliases'
Jump to: